1megaraid_lsmplugin(1) libStorageMgmt megaraid_lsmplugin(1)
2
3
4
6 megaraid_lsmplugin -- LibstorageMgmt MegaRAID plugin
7
8
10 LibstorageMgmt megaraid plugin allows user to manage LSI MegaRAID via
11 vendor tool storcli[1] or Dell PERC via perccli[2]. The 'megaraid_lsm‐
12 plugin' executable file is for libStorageMgmt daemon to execute when
13 client user specifies megaraid plugin in the URI.
14
15 Extra SELinux actions are required to allowing plugin access the hard‐
16 ware.
17
18 When both storcli and percli is installed, the plugin will use storcli
19 by default even that will result in no system found on Dell PERC
20 server. In this case, please remove storcli.
21
22 Please be noted, current volume ID is just for temperate use, we will
23 change to use volume VPD83 as volume ID once vendor provide so.
24
25
27 To use this plugin, users should set their URI to this format:
28
29 megaraid://
30 or
31 megaraid://?storcli=<path_of_storcli>
32
33
34
35
36 URI parameters
37 These URI parameters are supported by this plugin:
38
39
40 storcli
41
42 The 'storcli' URI parameter is used to specified the path
43 of storcli/perccli tool. By default, this plugin will
44 try these paths:
45
46 storcli rpm:
47
48 /opt/MegaRAID/storcli/storcli64, /opt/MegaRAID/stor‐
49 cli/storcli
50
51 perccli rpm:
52
53 /opt/MegaRAID/perccli/perccli64, /opt/MegaRAID/perc‐
54 cli/perccli
55
56
58 This plugin requires both lsmd daemon and API client running as root
59 user. Please check manpage lsmd.conf [4m(5) for detail.
60
61
63 Please refer to LSI or Dell website for hardware support status of
64 storcli/perccli. Detailed support status can be queried via:
65
66 * lsm.Client.capabilities() (Python API)
67 * lsm_capabilities() (C API)
68 * lsmcli capabilities (lsmcli command line).
69
70
72 This plugin only execute storcli on localhost. No network connection
73 required.
74
75
77 lsmcli(1), lsmd(1), [1] http://www.lsi.com, [2] http://www.dell.com
78
79
81 Please report bugs to <libstoragemgmt-devel@lists.fedorahosted.org>
82
83
85 Gris Ge <fge@redhat.com>
86
87
88
89megaraid_lsmplugin 1.8.3 June 2015 megaraid_lsmplugin(1)