hpsa_lsmplugin (1) - Linux Manuals

hpsa_lsmplugin: LibstorageMgmt HP SmartArray plugin

NAME

hpsa_lsmplugin -- LibstorageMgmt HP SmartArray plugin

DESCRIPTION

LibstorageMgmt hpsa plugin allows user to manage HP SmartArray via vendor tool hpssacli[1]. The 'hpsa_lsmplugin' executable file is for libStorageMgmt daemon to execute when client user specifies hpsa plugin in the URI.

URI

To use this plugin, users should set their URI to this format:
    hpsa://
        or
    hpsa://?hpssacli=<path_of_hpssacli>

URI parameters
These URI parameters are supported by this plugin:

hpssacli
The 'hpssacli' URI parameter is used to specified the path of hpssacli tool. By default, this plugin will try these paths used by hpssacli rpm: /usr/sbin/hpssacli and /opt/hp/hpssacli/bld/hpssacli.

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 HP website for hardware support status of hpssacli. 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 hpssacli on localhost. No network connection required.

BUGS

Please report bugs to <libstoragemgmt-devel [at] lists.fedorahosted.org>

AUTHOR

Gris Ge <fge [at] redhat.com>