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 |
Syntax:
timeouts [<em className="ph i">options</em>]
options:
-f <em className="ph i">power_off_delay_watchdog_option</em>
-o <em className="ph i">OS_watchdog_option</em>
-l <em className="ph i">loader_watchdog_option</em>
Example:
system> timeouts
-o disabled
-l 3.5
system> timeouts -o 2.5
ok
system> timeouts
-o 2.5
-l 3.5
Give feedback