ontap_lsmplugin (1) Linux Manual Page
NAME
ontap_lsmplugin — LibstorageMgmt ONTAP Plugin
DESCRIPTION
LibstorageMgmt ontap plugin allows user to manage NetApp ONTAP storage arrays. The ‘ontap_lsmplugin’ executable file is for libStorageMgmt daemon to execute when client specifies ontap plugin in the URI
This plugin requires NetApp ONTAP storage array to enable these options:
options httpd.enable on
options httpd.admin.enable on
This options is required for HTTPS connection:
options httpd.admin.ssl.enable on
URI
To use this plugin, users should set their URI to this format:
# HTTP connection
ontap://<username>@<ontap_filer>
# HTTPS connection
ontap+ssl://<username>@<ontap_filer>
username-
The
usernameis the user account with administration privilege. ontap_filer_ip-
The
ontap_filer_ipis the NetApp ONTAP filer IP address or DNS name. URI parameters-
No additional URI parameters are supported by this plugin.
Supported Hardware
NetApp ONTAP 8.x is supported. Detailed support status can be queried via:
lsm.Client.capabilities()
lsm_capabilities()
lsmcli capabilities
FIREWALL RULES
This plugin requires the access to the NetApp ONTAP Filer’s TCP 80 port for HTTP connection and TCP 443 port for HTTPS connection.
SEE ALSO
BUGS
Please report bugs to <libstoragemgmt-devel [at] lists.sourceforge.net>
AUTHOR
Gris Ge <fge [at] redhat.com>
Tony Asleson <tasleson [at] redhat.com>
