Set disk utilization limits for acquisitions using the Web UI

Prev Next

Triages, file acquisitions, and data acquisitions can accumulate over time and use an increasing amount of disk space. To control this, you can allot a set amount of disk space for them.

Ten percent of the disk space you specify is reserved for automatic triage acquisitions. When the total allotted acquisition space is exceeded, the oldest automatic triages are deleted.

When the total disk size of completed acquisitions exceeds a specified limit, the Endpoint Security (HX) appliance deletes the oldest completed acquisitions until enough disk space is cleared to bring the total under the specified limit. Acquisitions that are not yet completed are not affected.

The Endpoint Security (HX) appliance automatically deletes acquisitions if an Administrator, Analyst, or Investigator uses the Endpoint Security (HX) Web UI to manually delete the associated agent.

Prerequisites
  • Admin access

Specifying disk utilization limits using the Web UI

To set disk utilization limits for complete acquisitions using the Web UI:
  1. Log in to the Endpoint Security (HX) Web UI.

  2. Select Disk Utilization Limits from the Configure section in the main menu.

  3. In the Acquisition space limit area, specify the maximum amount of disk space (in GB) that can be used to store triage, file and data acquisitions. Valid values and defaults vary based on your Endpoint Security (HX) appliance model. The values appropriate for your model are shown on the Disk Utilization Limits page.

  4. Click Save.

Specifying disk utilization limits using the CLI

To change the disk utilization limits for completed acquisitions using the CLI:
  1. Enable CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Change the disk space limit for completed acquisitions:

    hostname (config) # hx server acquisition aging disk-limit <MB>

    For <MB>, specify the maximum amount of disk space (in MB) that can be used to store triage, file and data acquisitions. Valid values and defaults vary based on your Endpoint Security (HX) appliance model. The values appropriate for your model are shown in the help for this command (enter hx server acquisition aging disk-limit ?).

    To restore the default disk space limit for completed acquisitions:

    hostname (config) # no hx server acquisition aging disk-limit
  3. Save your settings;

    hostname (config) # write mem