HP StorageWorks Application Recovery Manager Command Line Interface Reference (T4395-96007, December 2007)
omnidbvss (1)
-36- Hewlett-Packard CompanyAppRM A.06.00: December 2007
-list disk Queries the VSS database and lists storage IDs.
-remove session SessionID [-reference] Marks the specified SessionID
for removal. The session’s replicas will be removed from the disk
array and from the database at the next backup using the backup
specification which created the session or when the -purge option
is used.
If -reference is specified, an entry is removed only from the
database. This option can be used to remove an entry that points to
a replica that no longer exists.
-purge -barlist BackupSpecName Removes the sessions that are marked for
removal and which were created with the specified backup
specification. That means that all replicas created within these
sessions are deleted from the disk array and from the database.
-get session SessionID [-export_metadata folder] Displays detailed
information (components, disks) on the specified session.
If -export_metadata is specified, the backup components
document (Backup Components Document.xml) and writer
metadata document (<writer name>.xml) are exported to the
specified folder.
-get disk StorageID Displays detailed information on the specified replica. Use
quotes ("") when specifying a StorageID. The following is
displayed: Storage ID, SnapshotSet ID, Snapshot ID, Device Path,
Disk Signature, H/w Provider Name, SubSystem Name,
SubSystem ID, Lun Name, Lun ID, Unmasking list, and
MountPoint.
EXAMPLES
1. To list all replicas from the VSS database, run the following command:
omnidbvss -list disk
2. To remove the session “2005/12/01-1” from VSS database and the associated
replicas from the disk array, run the following command:
omnidbvss -remove session2005/12/01-1