Top
ETERNUS SF AdvancedCopy Manager V15.1 Operation Guide
ETERNUS

8.3.18 stgdbdmp (Database save command)

NAME

stgdbdmp - saves the database


SYNOPSIS

/opt/swstorage/bin/stgdbdmp -d Directory-Name [-y]

DESCRIPTION

This command saves the database to the specified directory.
It is necessary to execute this command in the Management Server.


OPTION

-d Directory-Name

Specifies the name of the directory where the database area is saved.
This directory must already have been created.

-y

If the specified directory contains contents that have already been saved, this option overwrites that content when the database area is saved.
If this option is omitted and if the specified directory contains contents that have already been saved, the save processing is not performed and processing ends.


EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally


EXAMPLES

Save the database in a directory (/storage/dmpdir):

# /opt/swstorage/bin/stgdbdmp -d /storage/dmpdir -y
////// AdvancedCopy Manager database save //////
==================================================================
DB data will be saved.
==================================================================
Editing of the work file used for save processing is complete.
.
Update of the DB space is suppressed.
Forced switching of archive log files is complete.
.........................
Save processing of DSI data is complete.
Archive log files have been completely discarded.
Save processing of RDB dictionary data is complete.
Suppression of DB space updates has been completely canceled.
==================================================================
Save processing of DB data is complete.
==================================================================
Database save processing ended normally.
#

NOTES