Installing the SMI-S Agent for use with WhatsUp Gold
- Last Updated: October 26, 2022
- 2 minute read
Use the following procedure steps to install the Data ONTAP SMI-S Agent in order to successfully monitor NetApp FAS series storage devices using . The Agent is required for monitoring volume statistical data and must be installed on a machine that can communicate with both 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 statusORAccess 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>Note: The user created using this command must match an existing local Windows user account. Additionally, when creating the credential in , 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_SECNote: The Data ONTAP SMI-S Agent uses a default collection interval of 5 minutes. We recommend setting the cache refresh rate interval to match the interval set for disk utilization data collection in . 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 Enable Management Access.
- Click Save.
- Navigate to Configuration > Security > Users for the specific SVM in the hierarchy at left.
- Ensure the
vsadminuser is present, unlocked, andsshdandontapiare enabled. - Add the SVM to the SMI-S Agent by running the following command:
smis add <SVM IP address> vsadminORsmis addsecure <SVM IP address> vsadminto 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.