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 7. 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, cooling and temperature probes.
To set the non-critical threshold values for a probe, type:
cctk advsm --set=<cctk option name>:<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
For example, to set only the upper non-critical threshold value for a current probe, type:
cctk advsm --set=current_1:100
For example, to set the non-critical threshold values for a cooling probe, type:
cctk advsm --set=cd_1:10
For example, to set only the upper non-critical threshold value for a temperature probe, type:
cctk advsm --set=temperature_1:100
90