Users Guide

In this example, you want to reset the thresholds for temperature probe 3 to the default values. Temperature probe 3 resides in the enclosure attached to
connector 2 on controller 1. To reset the thresholds for temperature probe 3 to the default values, you would enter:
omconfig storage enclosure action=resettempprobes controller=1 enclosure=2 index=3
See "enclosure=<ENCLOSUREID> Parameter on SCSI, SATA, and ATA Controllers" for more information on enclosure specification. See "RAID Controller
Technology: SCSI, SATA, ATA, and SAS" to identify which technology a controller uses.
omconfig Set All Temperature Probe Thresholds
Does my enclosure support this feature? See "Supported Features."
Use the following omconfig command syntax to set the minimum and maximum warning temperature thresholds for all temperature probes in the enclosure.
Complete Syntax
omconfig storage enclosure action=setalltempprobes controller=id enclosure=<ENCLOSUREID> minwarn=n maxwarn=n
where id is the controller ID. The <ENCLOSUREID> variable specifies the enclosure. See "enclosure=<ENCLOSUREID> Parameter" for more information.
Example for SAS Controllers:
In this example, the temperature probes reside in enclosure 3 attached to connector 0 on controller 1. To set the thresholds for all temperature probes to 10
Celsius and 40, you would enter:
omconfig storage enclosure action=setalltempprobes controller=1 enclosure=0:3 minwarn=10 maxwarn=40
See "enclosure=<ENCLOSUREID> Parameter on SAS Controllers" for more information on enclosure specification. See "RAID Controller Technology: SCSI, SATA,
ATA, and SAS" to identify which technology a controller uses.
omconfig Reset All Temperature Probe Thresholds
Does my enclosure support this feature? See "Supported Features."
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. See "enclosure=<ENCLOSUREID> Parameter" for more information.
Example Syntax