1ontap_lsmplugin(1) libStorageMgmt ontap_lsmplugin(1)
2
3
4
6 ontap_lsmplugin -- LibstorageMgmt ONTAP Plugin
7
8
10 LibstorageMgmt ontap plugin allows user to manage NetApp ONTAP storage
11 arrays. The 'ontap_lsmplugin' executable file is for libStorageMgmt
12 daemon to execute when client specifies ontap plugin in the URI
13
14 This plugin requires NetApp ONTAP storage array to enable these
15 options:
16
17 options httpd.enable on
18 options httpd.admin.enable on
19
20 These options are required for HTTPS connection:
21
22 options httpd.admin.ssl.enable on
23 options tls.enable on
24
25
27 To use this plugin, users should set their URI to this format:
28
29 # HTTP connection
30 ontap://<username>@<ontap_filer>
31
32 # HTTPS connection
33 ontap+ssl://<username>@<ontap_filer>
34
35 # HTTPS connection with certificate file
36 ontap+ssl://<username>@<ontap_filer>?ca_cert_file=<ca_cert_file_path>
37
38
39 username
40
41 The username is the user account with administration privilege.
42
43
44 ontap_filer_ip
45
46 The ontap_filer_ip is the NetApp ONTAP filer IP address or DNS
47 name.
48
49
50 URI parameters
51
52 This URI parameter is supported by this plugin:
53
54
55 ssl_verify=yes
56 By default, SSL connection does not verify hostname and
57 certification. If this URI parameter is defined, all SSL
58 verifications will be performed.
59
60
61 ca_cert_file=<ca_cert_file_path>
62 This parameter define the CA certification file path for
63 SSL/TLS verification. If this URI parameter is defined,
64 all SSL/TLS verifications will be performed no matter
65 ssl_verify=yes is defined or not.
66
67
68
70 NetApp ONTAP 8.x is supported. Detailed support status can be queried
71 via:
72
73 * lsm.Client.capabilities() (Python API)
74 * lsm_capabilities() (C API)
75 * lsmcli capabilities (lsmcli command line).
76
77
79 This plugin requires the access to the NetApp ONTAP Filer's TCP 80 port
80 for HTTP connection and TCP 443 port for HTTPS connection.
81
82
84 lsmcli(1), lsmd(1)
85
86
88 Please report bugs to <libstoragemgmt-devel@lists.sourceforge.net>
89
90
92 Gris Ge <fge@redhat.com>
93 Tony Asleson <tasleson@redhat.com>
94
95
96
97ontap_lsmplugin 1.8.2 June 2015 ontap_lsmplugin(1)