ZExplore

The ZExplore utility enables you to test the APIs from a Windows dialog.

It is useful for the users at a beginning level of using the API set. This utility shows the raw output retrieved from the NetApp storage system.

ZExplore is at bin/nt/. To launch ZExplore, click here.

The internal project name for the ONTAPI API-set was originally called Zephyr, hence the terms Zephyr and zapi appear, occasionally, as identifiers.

 

How to use the ZExplore utility:

To begin, populate the following fields:

Connect to filer or simulator: Enter the IP address or host name of the storage system you want to connect to.

Connection type: Select DCE/RPC or HTTP from the box.

Username: Enter the user name to log in to the storage system.

Password: Enter the corresponding password.

 

To view the output of an API, complete the following steps:

  1. Select the API name from the list Choose a function to test.

  2. If the API takes input parameters, populate the Choose input parameter (if required) boxes.

  3. Click Test Function.

The output is displayed in the box Output of test.

In case of failure, an error message maybe displayed in the box Error (if any).

To view output of another API, repeat steps 1 through 3.

To close the application, click Quit.

 

The RPC transport layer does not work without the ntapadmin.dll file in the DLL search path of the application. The file ntapadmin.dll is at bin/nt.

The RPC transport layer also does not work unless you are an administrator, either in the storage system's domain or on the storage system. To become an administrator on the storage system, you must add your SID (You can run the command wcc -v -s username on the storage system to determine your SID) to the storage system's /etc/lclgroups.cfg file in the administrators category.

The debug version of ZExplore depends on the files MFC42D.DLL, MSVCRTD.DLL, and MFC042D.DLL. Ensure that these DLLs are present in the %systemroot%system32 directory on your machine.