User's Manual

Using the Storage Management Service 173
Example Syntax
For example, you may want to specify the minimum and maximum warning thresholds for all
temperature probes to 10 and 40 degrees celsius.
Example for SCSI, SATA, and ATA Controllers
In this example, the temperature probes reside in the enclosure attached to connector 2 on controller 1.
To set the thresholds for all temperature probes to 10 and 40 degrees celsius, enter:
omconfig storage enclosure action=setalltempprobes controller=1
enclosure=2 minwarn=10 maxwarn=40
Example for SAS Controllers
In this example, the temperature probes reside in enclosure 3 attached to connector 2 on controller 1. To
set the thresholds for all temperature probes to 10 and 40 degrees celsius, enter:
omconfig storage enclosure action=setalltempprobes controller=1
enclosure=2:3 minwarn=10 maxwarn=40
omconfig Reset All Temperature Probe Thresholds
Use the following omconfig command syntax to reset the minimum and maximum warning temperature
thresholds back to their default value for all temperature probes in the enclosure.
Complete Syntax
omconfig storage enclosure action=resetalltempprobes controller=id
enclosure=<ENCLOSUREID>
where id is the controller ID. The <ENCLOSUREID> variable specifies the enclosure.
Example Syntax
For example, you may want to reset the thresholds for all temperature probes in enclosure 2 on
controller 1.
Example for SCSI, SATA, and ATA Controllers
In this example, the temperature probes reside in the enclosure attached to connector 2 on controller 1.
To reset the thresholds for all temperature probes, enter:
omconfig storage enclosure action=resetalltempprobes controller=1
enclosure=2