Reference Guide

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>
For example to set the non-critical threshold values for a voltage probe on a system with setup password, type:
cctk advsm --set=voltage_1:10,100 --valsetuppwd = <setup password>
If the system has a system password and no setup password, while setting the non-critical threshold values specify the
system 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
> --valsyspwd= <system password>
For example to set the non-critical threshold values for a temperature probe on a system with system password and no
setup password, type:
cctk advsm --set=temperature_1:10,100 --valsetuppwd = <system password>
PCI Reporting
The scan of the PCI bus will use a file to resolve PCI vendor and device codes to vendor information strings. The format
of the PCI output is as follows:
PCI Bus: 2, Device: 4, Function: 0
Vendor: 8086 - Intel Corp.
Device: 1229 - 82557/8/9 [Ethernet Pro 100]
Sub Vendor:8086 - Intel Corp.
Sub Device:1017 - EtherExpress PRO/100+ Dual Port Server Adapter
Slot: 01
Class: 02 - Network
SubClass: 00 - Ethernet
If the file for vendor resolution is not present, the utility will print Unknown next to a vendor name. If the file for
environment variable names is not present, the utility will fail the environment variable operation.
The pci.ids file is located at \Dell\CCTK\x86 (32-bit) and \Dell\CCTK\x86_64 (64-bit) on Windows systems and /opt/dell/
toolkit/bin on Linux systems.
85