You can set the orphaned host aging interval using the CLI. Orphaned host endpoints are endpoints that fail to respond within this interval to initial Endpoint Security (HX) system information requests.
Admin access
Setting the orphaned host aging interval using the CLI
Enable the CLI configuration mode:
hostname > enablehostname # configure terminalSet the host aging interval:
hostname (config) # hx agent aging new-orphan-period <seconds>where <seconds> is the number of seconds for the aging period for orphaned hosts. The default is 86400 seconds (one day). Valid values range from 86400 seconds (one day) to 31536000 seconds (one year).
To reset this interval back to its default setting enter this command:
hostname (config) # no hx agent aging new-orphan-periodSave your settings.
hostname (config) # write mem