ontap_lsmplugin (1) - Linux Manuals

ontap_lsmplugin: LibstorageMgmt ONTAP Plugin

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 username is the user account with administration privilege.

ontap_filer_ip

The ontap_filer_ip is 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()  (Python API)
 lsm_capabilities()         (C API)
 lsmcli capabilities        (lsmcli command line).

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.

BUGS

Please report bugs to <libstoragemgmt-devel [at] lists.sourceforge.net>

AUTHOR

Gris Ge <fge [at] redhat.com>
Tony Asleson <tasleson [at] redhat.com>

SEE ALSO

lsmcli(1), lsmd(1)