NetApp requirements – ONTAPI (ZAPI)
These requirements apply if you choose NetApp as your storage in combination with ImageMaster:
-
ImageMaster requires an activated ONTAPI (ZAPI) service within the NetApp ONTAP software.
-
The storage administrator must verify that ONTAPI is enabled.
To check if the service is enabled or to change the status, the following CLI commands can be used:
Checking the status
The service “ontapi” (“Remote Administrative API Support”) must show true.
vserver services web show
Copy
Enabled ONTAPI service
Vserver Type Service Name Description Enabled
-------------- -------- ---------------- ----------------------------- -------
...
ecm-nacl-01 admin ontapi Remote Administrative API true
Support
Activate
vserver services web modify -vserver <vservername> -name ontapi -enabled true
Deactivate
vserver services web modify -vserver <vservername> -name ontapi -enabled false