Top
ETERNUS SF AdvancedCopy Manager V16.1 Operation Guide
FUJITSU Storage

13.4.5 swsrpshadowadm_exchange (Exchange VSS Shadow Copy Management Command)

NAME

swsrpshadowadm_exchange - shadow copy management of a Storage group or a database

SYNOPSIS

For Exchange Server 2007:
When State Display of Shadow Copy Is Performed
<program-directory>\bin\swsrpshadowadm_exchange status [-evs virtualServerName] [-copy | -shadow] -sgname storageGroupName [-copygrp copysetGroupName]
When Shadow Copy Is Deleted
<program-directory>\bin\swsrpshadowadm_exchange delete [-evs virtualServerName] -sgname storageGroupName [-copygrp copysetGroupName]
When QuickOPC Is Stopped
<program-directory>\bin\swsrpshadowadm_exchange stopqopc [-evs virtualServerName] -sgname storageGroupName [-copygrp copysetGroupName]
For Exchange Server 2010, Exchange Server 2013:
When State Display of Shadow Copy Is Performed
<program-directory>\bin\swsrpshadowadm_exchange status [-copy | -shadow] -dbname databaseName
When Shadow Copy Is Deleted
<program-directory>\bin\swsrpshadowadm_exchange delete -dbname databaseName
When QuickOPC Is Stopped
<program-directory>\bin\swsrpshadowadm_exchange stopqopc -dbname databaseName

DESCRIPTION

This command allows management of the shadow copy of a Storage group or a database.

State Display Function

A shadow copy state and an Advanced Copy execution state are acquired and displayed from the VSS of a backup server, and from ETERNUS Disk storage system provider, respectively.

The contents of a display are described below.

Title

Description

Original-Volume

A source volume name is displayed.

Placed in parentheses, it is the volume name ("\\?\Volume{GUID}\") of Windows. A meaningful volume name is displayed.

Replica-Volume

A duplicate place volume name is displayed.

Placed in parentheses, it is the volume name ("\\?\Volume{GUID}\") of Windows. A meaningful volume name is displayed (in the case where a shadow copy does not exist, "---- " is displayed).

Latest-Creation-Time

The creation time of the newest shadow copy is displayed.
If a shadow copy does not exist, "----" is displayed.

Snapshot-ID

The shadow copy ID of the newest shadow copy (GUID) is displayed.
If a shadow copy does not exist, "----" is displayed.

SnapshotSet-ID

The shadow copy set ID of the newest shadow copy (GUID) is displayed.
If a shadow copy does not exist, "----" is displayed.

Type

A copy type is displayed.

OPC : OPC
QOPC : QuickOPC

Group

A copy set group name is displayed.

Original-Disk

A source disk (LUN) name is displayed.

Replica-Disk

A duplicate destination disk (LUN) name is displayed.

Status

The state of the execution of the Advanced Copy from a source disk to a destination disk is displayed.

---- : Copy has not been carried out.
failed : It is in an error state.
snap : Snapshot processing is being performed.
????? : Acquisition of a copy failed for some reason.

Execute

The progress of the copying is expressed as percentage.

Displays "----" when the Status column is anything other than "snap".

If copy is not being performed, "----" is displayed.

Trk

Displays whether tracking processing is in progress.

on : Tracking processing is in progress.
off : Tracking processing is not in progress.
---- : Snapshot processing is not performed.

Update

When the Status column is "----" and the Trk column is "on" (that is, tracking is in progress and the physical copy has not been executed), displays the amount of data updated after the previous replica creation as a percentage.

Displays "----" during physical copying or when tracking is not in progress.

Deletion Function

A shadow copy is deleted from the VSS of a backup server.

  • The writer metadata document and backup component document of a backup server are deleted.

  • An OPC physical copy is stopped by the hardware provider when a dedicated provider for AdvancedCopy Manager is used in Windows Server 2003.
    When ETERNUS VSS Hardware Provider is used in Windows Server 2008 or later, OPC physical copy is not stopped.

    The QuickOPC is not stopped in both of the above.

QuickOPC Stop Function

This function stops QuickOPC processing (both the physical copy and tracking processing). It can only be used when the copy type is QOPC.

  • QuickOPCs, where the physical copy is in progress, cannot be stopped if a shadow copy exists. To stop a QuickOPC where the physical copy is in progress, the shadow copy must first be deleted. QuickOPCs, where tracking is in progress, can be stopped regardless of whether any shadow copies exist.

OPTIONS

-sgname storageGroupName

A Storage group name is specified.
The storage group name containing a space needs to attach double quotation marks (" ")

-dbname databaseName

A database name is specified.
The database name containing a space needs to attach double quotation marks (" ")

-evs virtualServerName

When cluster usage is being performed, the name of a clustered mailbox server is specified.
When cluster usage is omitted, there is no necessity for specifying this option.

-copygrp copysetGroupName

A copy set group name is specified.
If this option is omitted, the copy set group name will be the default name "BkupGroup".
This option is not supported in Windows Server 2008 or later.

Specific Options of State Display (i.e., Status) of Shadow Copy
-shadow

Only the execution state of an Advanced Copy is displayed in the state display (i.e., the status) of a shadow copy.

-copy

Only the state of a shadow copy is displayed in the state display (ie, the status) of a shadow copy.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

NOTES