User's Manual
Using the Storage Management Service 171
Example for SAS Controllers:
For example, to specify the asset name for enclosure 3 attached to connector 2 on controller 1 to
encl43, enter:
omconfig storage enclosure action=setassetname controller=1
enclosure=2:3 assetname=encl43
omconfig Set Temperature Probe Thresholds
Use the following omconfig command syntax to set the minimum and maximum warning temperature
thresholds for a specified temperature probe.
Complete Syntax
omconfig storage enclosure action=settempprobes controller=id
enclosure=<ENCLOSUREID> index=id minwarn=n maxwarn=n
where id is the controller ID and the temperature probe ID. The <ENCLOSUREID> variable specifies
the enclosure.
In this syntax, ānā is a user-specified value for the temperature in Celsius.
Example Syntax
For example, you may want to specify the minimum and maximum warning thresholds for temperature
probe 3 to 10 degrees celsius and 40 degrees celsius.
Example for SCSI, SATA, and ATA Controllers:
In this example, temperature probe 3 resides in the enclosure attached to connector 2 on controller 1. To
set the temperature probe thresholds to 10 degrees celsius and 40 degrees celsius, enter:
omconfig storage enclosure action=settempprobes controller=1
enclosure=2 index=3 minwarn=10 maxwarn=40
Example for SAS Controllers:
In this example, temperature probe 3 resides in enclosure 3 attached to connector 2 on controller 1. To
set the temperature probe thresholds to 10 degrees celsius and 40 degrees celsius, enter:
omconfig storage enclosure action=settempprobes controller=1
enclosure=2:3 index=3 minwarn=10 maxwarn=40