Previous Topic: Change the Primary IP Address for a Monitored DeviceNext Topic: IP Domain Deletions


Delete Retired Components

Data Aggregator includes a script to delete retired components. Retired components are components that no longer exist on physical devices. The presence of excessive numbers of retired components can impact user interface performance. To delete retired components, understand how to use this script.

Note: To automate the removal of retired components, see the Data Aggregator Administration Using REST Web Services Guide.

Follow these steps:

  1. Open a command prompt and access the /opt/IMDataAggregator/scripts directory.
  2. To call the script to delete retired components, type the following command:
    ./remove_retired_items.sh
    

    The script parameters are listed and are described.

Example: Return a Total Number of Retired Components

  1. Type the following command:
    ./remove_retired_items.sh -h host_name
    
    -h host_name

    Specifies the Data Aggregator host name to connect to.

    The total number of retired components is displayed.

  2. (Optional) Enter the number 1 to return a list of the names of the retired components.
  3. (Optional) Enter the number 1 to delete all of the retired components.

Example: Filter the List of Retired Components By a Specific Criterion

  1. To call the script to delete retired components, type the following command:
    ./remove_retired_items.sh
    

    The script parameters are listed and are described.

  2. Delete retired components by a specific criterion:

Example: Delete a Large Number of Retired Components

You can easily delete all of the retired components where the total exceeds 100,000:

Consider further details about deleting retired components: