timeouts command
Use this command to display or change the timeout values.
- To display the timeouts, type timeouts.
- To change timeout values, type the options followed by the values.
- To change timeout values, you must have at least Adapter Configuration authority.
The following table shows the arguments for the timeout values. These values match the graduated scale pull-down options for server timeouts on the web interface.
Option | Timeout | Units | Values |
---|---|---|---|
-f | Power off delay | minutes | disabled, 0.5, 1, 2, 3, 4, 5, 7.5, 10, 15, 20, 30, 60, 120 |
-l | Loader timeout | minutes | disabled, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 7.5, 10, 15, 20, 30, 60, 120 |
-o | Operating system timeout | minutes | disabled, 2.5, 3, 3.5, 4 |
-s | OS failure screen capture with HW error | / | disabled, enabled |
Syntax:
timeouts [options]
options:
-f power_off_delay_watchdog_option
-o OS_watchdog_option
-l loader_watchdog_option
-s OS failure screen capture with HW error
Example:
system> timeouts
-o disabled
-l 3.5
-f disabled
-s disabled
system> timeouts -o 2.5
ok
system> timeouts
-o 2.5
-l 3.5
-f disabled
-s disabled
Give documentation feedback