Previous Topic: ca_dbmgr - Miscellaneous OptionsNext Topic: ca_dbmgr - 介质池管理选项


ca_dbmgr - 显示选项

使用 ca_dbmgr 显示选项可以查看以下相关信息:Arcserve Backup 处理的作业、所用的介质、备份的数据、会话信息、磁盘使用情况和客户端信息。

ca_dbmgr 命令包含以下显示选项:

ca_dbmgr [-cahost <host>] -show 
prune
摘要
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 

要正确查看这些 Unicode 字符,还需在设置环境变量后按如下所示重定向 ca_log 的输出:

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

显示清理状态和设置。

摘要

显示数据库大小和限制、清理和清除的状态、空间信息和数据库信息。

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

显示指定作业的状态及其他信息

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

显示特定类型的所有作业或者指定作业 ID 中包含的所有会话的信息。

例如,输入 [-completed] 来查看所有已完成的作业。You can also enter a time limit, for example:[-last 2 weeks].

如果输入不带任何参数的命令,将显示数据库中所有作业的信息。

tapes | tapesessions <tapeID[:seqNo>

显示有关指定的磁带或磁带会话的信息。

pools | poolmedia <poolName>

显示有关指定的池或池介质的信息。

scratchmedia

显示有关当前介质池擦除集中的所有介质的信息。这些信息包括磁带名、编号、磁带 ID、序号、格式化日期、截止日期及其所属的介质池。

savemedia

显示有关当前介质池保存集中的所有介质的信息。这些信息包括磁带名、编号、磁带 ID、序号、格式化日期、截止日期及其所属的介质池。

详细信息:

ca_dbmgr - 数据库管理器命令

ca_dbmgr - Examples