Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008
To save the database configuration environment
◆
Use the dbed_saveconfig command as follows:
$ /opt/VRTS/bin/dbed_saveconfig -S PROD -H /oracle/product/9i
Saving System and Oracle Information, please wait ...
System configuration information saved to directory:
/tmp/vxdbed.DR.1148
To save the database configuration environment without updating the repository
◆
Use the dbed_saveconfig command with the -n option as follows:
$ /opt/VRTS/bin/dbed_saveconfig -S PROD -H /oracle/product/9i -n
Saving System and Oracle Information, please wait ...
System configuration information saved to directory:
/tmp/vxdbed/DR.1149
Creating Storage Checkpoints using dbed_ckptcreate
You can use the dbed_ckptcreate command to create a Storage Checkpoint from
the command line.
Storage Checkpoints can be either online, offline, or instant. By default, Storage
Checkpoints are offline. If online is specified, the database is put into hot-backup
mode when the Storage Checkpoint is created. If offline is specified, the database
is expected to be down. If instant is specified, the database must be online and
a Storage Checkpoint will be taken for a “crash recovery”-type Storage Rollback.
Before creating a Storage Checkpoint, the following conditions must be met:
■ You must be logged on as the database administrator (typically,
the user ID oracle).
■ For best recoverability, always keep ARCHIVELOG mode enabled
when you create Storage Checkpoints.
Prerequisites
315Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface