In this video, you will learn how to configure about Metric Injection (Host OS Telemetry) feature in iDRAC Service Module. Before you begin, make sure to fulfill the prerequisites for the Metric Injection (Host OS Telemetry) feature. To begin the process, open the iDRAC Service Module installer file. In the InstallShield Wizard, click Next. Read and accept the terms of the License agreement and then click Next.
In the Setup Type window, select Custom and click Next. Under Custom Setup tab, click Metric Injection Host OS Telemetry. Now, select This feature will be enabled on the local machine option from the drop-down list, and click Next three times. In the Ready to Install the Program window, click Install to start the installation of iDRAC Service Module. Click Finish to complete the process.
Now, login to iDRAC using your credentials. To ensure that the iDRAC Service Module is active and running, click iDRAC Settings and then click Settings. Then, in the Settings tab, expand iDRAC Service Module Setup, and make sure that Connection Status on Host OS is Running. In the Command Prompt, to display the help options for Metric Injection (Host OS Telemetry) feature, type the command: dcismcfg -metricinjection -h and press enter. Notice that the help options for the Metric Injection feature are displayed.
To disable the Metric Injection (Host OS Telemetry) feature, type the command: dcismcfg -metricinjection -d. The message Metric Injection feature is disabled successfully is displayed. Now, to view the Metric Injection feature alerts in the operating system log, open Event Viewer from the start menu. In the Event Viewer window, click Windows Logs in the left pane and then click Application. Notice that the event ISM0014 with the message The feature Metric Injection (Host OS Telemetry) has been disabled is displayed.
In the Command Prompt, to enable the Metric Injection feature, type the command: dcismcfg -metricinjection -e and press enter. The message The Metric Injection feature is enabled successfully is displayed. Now, to view the Metric Injection alerts in the operating system log, open Event Viewer from the start menu.
In the Event Viewer window, expand Windows Logs in the left pane and click Application. Notice that the event ISM0013 with the message The feature Metric Injection (Host OS Telemetry) has been enabled is displayed. The Metric Injection (Host OS Telemetry) feature collects static and dynamic metrics from the host operating system.
In the command prompt, to list the metric IDs, type the command: dcismcfg -metricinjection -l=all and press enter. You can see the list of static and dynamic metrics displayed. You can view the sensing interval for the dynamic metric by typing the command: dcismcfg -metricinjection -g -m=OSFreeVirtualMemory and press enter.
The sensing interval for the requested dynamic metric ID is shown. The sensing interval for dynamic metric ID is set to 180 seconds by default. You can also update the sensing interval for the dynamic metric ID, using the command: dcismcfg -metricinjection -p=OSFreeVirtualMemory -i-360 The sensing interval for the requested dynamic metric ID is updated successfully message is displayed.
To check the sensing interval for the dynamic metric ID, type the command: dcismcfg -metricinjection -g -m=OSFreeVirtualMemory and press enter Notice that the sensing interval for the requested dynamic metric ID is displayed. Now, to view the Metric Injection feature alert in the operating system log, open Event Viewer from the start menu. In the Event Viewer window, click Windows Logs in the left pane and click Application. The event ISM0059 indicates that the sensing interval for the given dynamic metric ID has been modified. For more information about iDRAC Service Module, visit www.dell.com/idracmanuals.