Command Line Interface Guide

omconfig storage Commands 279
Example Syntax
To reset the thresholds for temperature probe 3, residing in the enclosure
attached to connector 2 on controller 1, to the default values:
For SCSI, SATA, and ATA controllers:
omconfig storage enclosure action=resettempprobes
controller=1 enclosure=2 index=3
NOTE: Here, temperature probe 3 resides in the enclosure attached to connector 2
on controller 1.
omconfig Set All Temperature Probe Thresholds
Use the following omconfig command syntax to set the minimum and
maximum warning temperature thresholds for all temperature probes in the
enclosure.
NOTE: This command is not supported on SCSI RAID controllers.
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.
Example Syntax
To set the thresholds for all temperature probes residing in enclosure 3
attached to connector 2 on controller 1, to 10 and 40
degree Celsius:
For SAS controllers:
omconfig storage enclosure action=setalltempprobes
controller=1 enclosure=2:3 minwarn=10 maxwarn=40