Change the aging period for pending acquisitions using the CLI

Prev Next

A pending acquisition request is an acquisition that is waiting to be processed because an acquisition task is not yet available. For information on setting the pending acquisition task limit, see Setting pending acquisition task limits.

To change the aging period for pending 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 pending acquisitions:

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

    The default period for aging pending acquisition requests is 1209600 seconds (or 14 days). The range is 0-31536000 seconds (one year). Setting the limit at 0 disables the deletion of pending acquisition requests.

    To restore the default aging period for pending acquisitions:

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

    hostname (config) # write mem