Installing the SMI-S Agent for use with WhatsUp Gold
Use the following procedure steps to install the Data ONTAP SMI-S Agent in order to successfully monitor NetApp FAS series storage devices using WhatsUp Gold. The Agent is required for monitoring volume statistical data and must be installed on a machine that can communicate with both WhatsUp Gold and the storage device or devices being monitored.
- Download the Data ONTAP SMI-S Agent executable file from NetApp. For detailed information such as prerequisites, supported operating systems, versions, refer to http://support.netapp.com.
- Ensure you are logged in using the local Administrator account, then install the SMI-S Agent.
- Reboot the machine on which the SMI-S Agent was installed.
- Open a command line, then run the following command to ensure the 'cimserver' has started running. If the response indicates it is not running, ensure port 5988/5989 is not in use by another program:
smis cimserver status
OR
Access the list of running services in the Windows Control Panel and start the Data ONTAP SMI-S Agent service manually, if needed. - Launch the Data ONTAP SMI-S Agent program from the Windows Start menu.
- Open a command line, then create a username and password for the SMI-S Agent by running the following command:
cimuser -a -u <username> -w <password>
: The user created using this command must match an existing local Windows user account. Additionally, when creating the credential in WhatsUp Gold, enter the password created using this command rather than the password for the local Windows user account.
- Set the cache refresh rate interval time by creating a system variable named:
CACHE_REFRESH_SEC
: The Data ONTAP SMI-S Agent uses a default collection interval of 5 minutes. Ipswitch recommends setting the cache refresh rate interval to match the interval set for disk utilization data collection in WhatsUp Gold. Refer to Windows documentation for information on creating variables.
- Prior to connecting the Agent to the SVM, launch a web browser and log in to OnCommand System Manager.
- Select the Network Interfaces tab.
- Right-click the interface assigned to the SVM.
- Select .
- Click .
- Navigate to for the specific SVM in the hierarchy at left.
- Ensure the
vsadmin
user is present, unlocked, and sshd
and ontapi
are enabled. - Add the SVM to the SMI-S Agent by running the following command:
smis add <SVM IP address> vsadmin
OR
smis addsecure <SVM IP address> vsadmin
to configure SMI-S to use HTTPS instead of HTTP. - Ensure the SVM was successfully added by running the following command:
smis list
- Repeat the two previous steps to add each SVM you want to monitor.