Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

12.3.18 stgdbdmp (Database save command)

NAME

stgdbdmp - saves the database


SYNOPSIS

<program-directory>\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 (c:\dmpdir):

C:\>C:\ETERNUS_SF\ACM\bin\stgdbdmp -d c:\dmpdir
Starting SymfoWARE/RDB
Obtaining the target DSI name
Setting suppression of DSI update
Forcibly switching the archive log file
Saving the target DSI
.........................
Discarding the archive log
Saving the RDB dictionary data
Releasing suppression of DSI update
DB save was completed.
C:\>

NOTES