Updating SETOPT values

Table 1 lists the valid UPDATE command keywords and their associated SETOPT keywords. If a SETOPT keyword is not on the list, it is not modifiable on the F OAM,UPDATE command.

Table 1. Valid SETOPT keywords on the UPDATE command
UPDATE keyword Associated SETOPT keyword Associated value Value range
OPREINIT OPTICALREINITMODE GROUP | OAMSCR  
OPDISDLY OPTICALDISPATCHERDELAY Seconds 1 - 60
MWT MOUNTWAITTIME Minutes 1 - 9999
UNLOADD UNLOADDRIVES Number 1 - 6
UNLOADT UNLOADTIMER Seconds 1 - 9999

The following are some examples of F OAM,UPDATE,SETOPT commands:

F OAM,UPDATE,SETOPT,ALL,OPREINIT,OAMSCR,MWT,3,OPDISDLY,50
This command updates the values for OPTICALREINITMODE, MOUNTWAITTIME, and OPTICALDISPATCHERDELAY for all global values and for each storage group in the active SMS configuration.
F OAM,UPDATE,SETOPT,GROUP22,OPREINIT,GROUP
This command updates the values for OPTICALREINITMODE only for storage group GROUP22
F OAM,UPDATE,SETOPT,GROUP22,OPREINIT,GROUP,OPREINIT,OAMSCR
This updates the values for OPTICALREINITMODE twice for storage group GROUP22. The first update takes place followed by the second. The final result is OAMSCR.
F OAM,UPDATE,SETOPT,ALL,UNLOADD,4,UNLOADT,600
This updates the values of UNLOADDRIVES and UNLOADTIMER such that inactive optical drives are unloaded for all storage groups after 10 minutes idle time.