This procedure describes how to delete data (jobs including output and logs) from the Workload Archiving server. You can delete data that belongs to a specific rule or delete data that matches specific criteria of the command.
To delete data from the Workload Archiving server:
The search criteria support wildcard characters (* and ?) for both values and exceptions .
NOTE: The parameters -user and -password are mandatory arguments.
EXAMPLE: Delete all archived jobs that contain ‘AA’ except for jobs that start with ‘B’.
arc_cleanup –user <user> -password <password> –job_name "*AA*" –job_name_exceptions "B*"
Parent Topic |