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
Specifies the name of the directory where the database area is saved.
This directory must already have been created.
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
This command can be executed only by root users.
Execute this command under the locale specified at the time of introducing the Management Server. If Symfoware is introduced in advance, execute the command under the locale specified at the time of introducing Symfoware.
If no data is saved by this command, the respective database cannot be recovered with the "7.1.1.3.3 Recovering a database" if an I/O error occurs in the database space.
If the Management Server operates in a clustered system, it is recommended that the directory used to save the database be prepared on a shared disk.
Processing may end abnormally if another application or command is executing while this command is being processed. In this event, retry processing after the other operation has finished.