Previous Topic: ca_dbmgr - Miscellaneous OptionsNext Topic: ca_dbmgr - Media Pool Management Options


ca_dbmgr - Display Options

The ca_dbmgr display options allow you to view information about the jobs processed by Arcserve Backup, the media used, data backed up, session information, disk usage, and client information.

The ca_dbmgr command includes the following display options:

ca_dbmgr [-cahost <host>] -show 
prune
summary
jobs | jobsessions <jobID>
[-completed]
[-cancelled]
[-failed]
[-incomplete]
[-last <no_of> days | weeks | months]
tapes | tapesessions <tapeID [:seqNo]>
pools | poolmedia <poolName>
scratchmedia | savemedia

Note: To properly display all Unicode characters in the output of a command, you must first set the environmental variable "ARCSERVE_UNICODE_DISPLAY_CMDL" to a value of 1 prior to running the command as follows:

C:\Documents and Settings\cb>set ARCSERVE_UNICODE_DISPLAY_CMDL=1 

To view these Unicode characters correctly, you will also we need to redirect the output of ca_log after setting the environmental variable as follows:

C:\>ca_log -view activity.log >UNICODE_log.txt
prune

Displays pruning status and settings.

summary

Displays database size and limits, and status of pruning and purging, space information and database information.

jobs -completed | -cancelled | -failed | -incomplete

Displays status and other information for a specified job

jobs | jobsessions <jobID>
[-completed]
[-cancelled]
[-failed]
[-incomplete]
[-last <no_of> days| weeks| months]

Display information for all jobs of a particular type or all sessions contained in the specified job ID.

For example, enter [-completed] to view all completed jobs. You can also enter a time limit, for example: [-last 2 weeks].

If you enter the command without any parameters, information on all jobs in the database will be displayed.

tapes | tapesessions <tapeID[:seqNo>

Displays information about the specified tape or tapesessions.

pools | poolmedia <poolName>

Displays information about the specified pools or poolmedia.

scratchmedia

Displays information about all medias current in the scratch set of a media pool. The information includes the tape name, serial number, tape ID, sequence number, format date, expiration date, and the media pool it belongs to.

savemedia

Displays information about all medias current in the save set of a media pool. The information includes the tape name, serial number, tape ID, sequence number, format date, expiration date, and the media pool it belongs to.

More information:

ca_dbmgr - Database Manager Command

ca_dbmgr - Examples