Change the aging period for completed acquisitions using the CLI

Prev Next
To change the aging period for completed acquisitions using the CLI:
  1. Enable CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Specify the number of seconds for the aging period of completed acquisitions:

    hostname (config) # hx server acquisition aging completed-period <seconds>

    The default is 0 seconds (disabled). The range for this setting is 0-31536000 seconds (one year).

    The default is 0 seconds (disabled). The range for this setting is 0-31536000 seconds (one year).

    To restore the default aging period for completed acquisitions:

    hostname (config) # no hx server acquisition aging completed-period
  3. Save your settings.

    hostname (config) # write mem