Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

12.5.6 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 2003, Exchange Server 2007:
When the state display of a shadow copy is performed
<program-directory>\bin\swsrpshadowadm_exchange status [-evs Virtual-Server-Name] [-copy | -shadow] -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]
When a shadow copy is deleted
<program-directory>\bin\swsrpshadowadm_exchange delete [-evs Virtual-Server-Name] -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]
When a QuickOPC is stopped
<program-directory>\bin\swsrpshadowadm_exchange stopqopc [-evs Virtual-Server-Name] -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]
For Exchange Server 2010, Exchange Server 2013:
When the state display of a shadow copy is performed
<program-directory>\bin\swsrpshadowadm_exchange status [-copy | -shadow] -dbname Database-Name
When a shadow copy is deleted
<program-directory>\bin\swsrpshadowadm_exchange delete -dbname Database-Name
When a QuickOPC is stopped
<program-directory>\bin\swsrpshadowadm_exchange stopqopc -dbname Database-Name

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
EC : EC or REC

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.
sync : Total copy or incremental copy is being performed.
equivalent : Equivalency maintenance state
suspend : Suspend status.
failed : It is in an error state.
halt(sync) : Hard-suspended status for the REC (occurs during REC total copies or differential copies)
halt(equivalent) : Hard-suspended status for the REC (this occurs during REC equivalency maintenance state)
halt : Hard-suspended status
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 "sync", "equivalent" or "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 synchronous processing and QuickOPC are 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 Storage-Group-Name

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

-dbname Database-Name

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

-evs Virtual-Server-Name

When cluster usage is being performed, the name of an Exchange virtual server (EVS) is specified.
When cluster usage is omitted, there is no necessity for specifying this option.

-copygrp Copyset-Group-Name

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 the state display (i.e., the status) of a 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