Skip to main content

4.2.1 Setting/Checking the Warmup Time


4.2.1 Setting/Checking the Warmup Time
If the warmup time is set, OpenBoot PROM starts after the set warmup time elapses following server power-on and the beginning of power-on processing.
Setting the Warmup Time
Use the setpowerupdelay command of the XSCF firmware to set the warmup time.
Execute the command with a user account that has the platadm or fieldeng privilege.
XSCF> setpowerupdelay {-a|-p ppar-id} -c warmup -s time
If all physical partitions are to be targeted, specify -a. To target a specific physical partition, specify -p.
For time, specify the warmup time in minutes. You can specify an integer from 0 to 255. The default is 0.
Note - If you turn on the power by pressing the POWER switch on the operation panel, the set warmup time is ignored.
Operation Procedure
  1. Execute the setpowerupdelay command to set the warmup time.
    The following example sets 5 minutes as the warmup time for physical partition 0.
XSCF> setpowerupdelay -p 0 -c warmup -s 5
  1. If the warmup time is set while the system is running, the set time becomes valid at the next system startup.
Checking the Warmup Time
Use the showpowerupdelay command of the XSCF firmware to check the warmup time.
Execute the command with a user account that has the platadm, platop, or fieldeng privilege. Alternatively, you can also execute it with a user account that has the pparadm, pparmgr, or pparop privilege for the target physical partition.
XSCF> showpowerupdelay
In the results output by the showpowerupdelay command, "warmup time" shows the currently set warmup time in minutes. "wait time" shows the currently set wait time for air conditioning in minutes.
Operation Procedure
  1. Display the warmup time with the showpowerupdelay command.
    In the following example, you can see that the set warmup time is 10 minutes.
XSCF> showpowerupdelay
warmup time : 10 minute(s)
wait time : 20 minute(s)