Running the offline database cleanup utility
To perform offline database cleanup, you can choose between running the Offline Cleanup utility through the GUI or through a command line interface (CLI).
Before you begin
For a list of preparatory tasks that you might need to perform before performing offline database cleanup, see Preparing-for-offline-database-cleanup. Most importantly, back up your database before you begin the cleanup.
To run offline cleanup through the GUI
Log on to the Application Server that you plan to run the offline database cleanup utility (ensure that you have the required permissions to access the Database Maintenance Wizard).
To start the Database Maintenance Wizard navigate to the location where the executable file is located. The path and file name for Microsoft Windows and Linux are listed in the table below:Platform
Path
Executable File
Microsoft Windows
C:\Program Files\BMC Software\BladeLogic\NSH\br\dbm-rcp
dbm.exe
Linux and UNIX
/opt/bmc/bladelogic/NSH/br/dbm-rcp
dbm
- Before you proceed to the Settings pane, ensure that all Application Servers connected to the database are shut down and no ETL processes are running.
On the Settings pane, perform the following configuration steps:
Select the modules for which you want to run the cleanup utility. If the modules selected have a dependency on Job Run Event, Job Run Event is selected by default.
Select the retention period for your data (in days). Data older than the specified retention period will be purged. The retention period can be set to a maximum of 9999 days and a minimum of 3 days. Default retention period for Job Run Event and Audit Trail is 14 days and for all other modules it is 90 days. The retention period is applied to all Job Result data irrespective of the existing retention policy set at the individual job level.
If you want to set a maximum length of time for the cleanup process to run, select the Configure Database Maintenance Execution Duration check box, and then set a duration in minutes.
The range is 60 minutes to 1440 minutes (1 hour to 24 hours). If this duration is not defined, the process will continue until completion or until it is stopped.
After the Database Maintenance process has started, you can see the progress of each module and its status on the Database Maintenance pane.
You can pause the offline database cleanup process by clicking the Stop button. However, the system only halts the process at a stage from where it can recover without any loss or corruption of data.
- When the Database Maintenance Wizard is in the Halted state, you can do either of the following:
Click Restart to continue the clean up process from where it was halted.
- Click Finish to end the clean up process and exit the wizard. You can restart the wizard to continue the clean up activities at a later time.
On the Summary pane of the wizard, review the list of modules and their statuses.
To exit the wizard, click Finish.
To run offline cleanup through a command line
Through the command line, run the dbm_cli.nsh script file with the following command options:
Option | Description |
---|---|
-run <module>=<retention> | Run the offline cleanup process on the specified modules and remove all data older than the specified retention period (in days). To specify multiple modules, separate module=retention definitions with colons. The following modules are available. Most of these modules are based on types of TrueSight Server Automation jobs:
The JRE module must accompany most of the other modules. Only the Audit_Trail module does not require specification of the JRE module. In addition, the All module already includes the JRE module and does not require its explicit specification. The retention period can be set to a maximum of 9999 days and a minimum of 3 days. This retention period is applied to all Job Result data for the specific job type, and it overrides any existing retention policies defined at the individual job level. Example:./dbm_cli.nsh -run Snapshot=45:Audit=30:JRE=20 -dur 120 Note: Retention periods specified for the JRE and Audit Trail modules take precedence over retention periods specified for other modules. As a result, the cleanup process deletes JRE and Audit Trail details for jobs even if the retention period for the specific job type is longer than the retention period defined for the JRE and Audit Trail modules. Important: To maximize the effectiveness of the offline database cleanup, BMC recommends you to select all modules to run the offline clean up. In some case running an offline clean up on the Snapshot and Audit modules can prevent BLFILE related errors during the clean up. |
-dur <minutes> | Specify the duration (in minutes) for which the database cleanup process will run. Value range: 60 – 1440 minutes. |
-force (only for BSA 8.9.01 and later) | Forces database cleanup even if deletable data is under 30% of the total data for a specific module. Warning: Do not use this option if you are on BSA 8.9.00 or any other earlier version. Using this option in BSA 8.9.00 or any other earlier version will cause unexpected purging of data. |
-stop | Stops the current run of the database cleanup process. Example:./dbm_cli.nsh -stop |
-state | Provides the current state of the database cleanup process along with useful information about the cleanup and the state of the database. Example:./dbm_cli.nsh -state |
-eval | Provides an evaluation of the impact of the database cleanup process (that is, how much data would be deleted from the database) for different retention periods when applied to the various modules. For more information about this option, see its description in Preparing for offline database cleanup. Example:./dbm_cli.nsh -eval Note: Before using the -eval option on an Oracle database, gather stats from the Oracle database:
|
-impact <module>=<retention> | Lists the impacted Jobs of the specified module whose runs will be deleted based on the specified retention period. You can use this option with the following modules: Snapshot, Compliance, NSH, Deploy, Patching, and Audit. For more information about this option, see its description in Preparing for offline database cleanup. Example:./dbm_cli.nsh -impact Snapshot=45 |
-logs | Exports the logs generated during the database cleanup process. Example:./dbm_cli.nsh -logs |
Where to go from here
For tasks that you need to perform after completing the offline database cleanup process, see Post-cleanup-activities.