Reference Guide

ASM Probes and Options
ASM allows to display the details from the available probes. The following table lists the probes and the corresponding
options for displaying the probe details.
Table 4. ASM Probes and Options
ASM Probes Options
Voltage v
Current c
Temperature t
Power supply p
Cooling device f
All probes all
Displaying The Probe Details
You can display the details of power supply, voltage, current, temperature, and cooling device probes.
To display the probe details, type:
cctk advsm --report=<option>
NOTE: Here, option represents v, c, t, p, f, or all.
For example, to display the details of voltage probe, type:
cctk advsm --report=v
To display the details of all the available probes, type:
cctk advsm --report=all
Setting The Non-Critical Threshold Values
You can set the non-critical threshold values for voltage, current, and temperature probes.
To set the non-critical threshold values for a probe, type:
cctk advsm --set=<cctk option name>:<lower non critical threshold value>,<upper
non critical threshold value>
NOTE: Here, cctk option name is the component for which you want to set the non-critical threshold values
in a probe. You can obtain the cctk option name for a probe using the report command.
For example, to set the non-critical threshold values for a voltage probe, type:
cctk advsm --set=voltage_1:10,100
To set only one of the non-critical threshold values, provide NA for the other non-critical threshold value.
For example, to set only the upper non-critical threshold value for a current probe, type:
cctk advsm --set=current_1:NA,100
If the system has a setup password, while setting the non-critical threshold values specify the setup password and set
the non-critical threshold values as follows:
cctk advsm --set=<cctk option name>:<lower non critical threshold value>,<upper
non critical threshold value> --valsetuppwd= <setup password>
82