arcconf_lsmplugin - Man Page
LibstorageMgmt Arcconf plugin
Description
LibstorageMgmt arcconf plugin allows user to manage all Microsemi storage controllers via vendor tool arcconf[1]. The 'arcconf_lsmplugin' executable file is for libStorageMgmt daemon to execute when client user specifies arcconf plugin in the URI.
URI
To use this plugin, users should set their URI to this format:
arcconf:// or arcconf://?arcconf=<path_of_arcconf>
- URI parameters
These URI parameters are supported by this plugin:
- arcconf
The 'arcconf' URI parameter is used to specified the path of arcconf tool. By default, this plugin will try these paths used by arcconf rpm: /usr/sbin/arcconf or /usr/bin/arcconf or /usr/Arcconf/arcconf.
Root Privilege
This plugin requires both lsmd daemon and API client running as root user. Please check manpage lsmd.conf (5) for detail.
Supported Hardwares
Please refer to Microsemi website for hardware support status of arcconf. Detailed support status can be queried via:
* lsm.Client.capabilities() (Python API)
* lsm_capabilities() (C API)
* lsmcli capabilities (lsmcli command line).
Firewall Rules
This plugin only execute arcconf on localhost. No network connection required.
See Also
lsmcli(1), lsmd(1), [1]https://storage.microsemi.com/en-us/support/
Bugs
Please report bugs to <libstoragemgmt-devel@lists.fedorahosted.org>
Author
Gris Ge <fge@redhat.com>