Configuring the system information task-timeout period

Prev Next
To configure the system information request timeout period using the CLI:
  1. Enable the CLI configuration mode:

    hostname > enable

    hostname (config) # configure terminal
  2. Enter the number of seconds for the new system information request timeout period. Valid values range from 0 to 31536000 seconds (1 year). The default timeout period is 43200 seconds (12 hours).

    hostname (config) # hx server sysinfo task-timeout <seconds>

    To restore the default system information timeout period of 43200 seconds (12 hours):

    hostname (config) # no hx server sysinfo task-timeout <seconds>

  3. Verify updated sysinfo settings:

    hostname (config) # show hx server general

  4. Save your settings:

    hostname (config) # write mem