Database Storage Checkpoints supported operations

Table: Database Storage Checkpoints Supported Operations lists the Database Storage Checkpoints operations that you can perform by using the vxsfadm command.

Table: Database Storage Checkpoints Supported Operations

Operation

Operation alias

Description

setdefaults

None

Generates the default configuration file for an application.

ckpt

create, checkpoint, fsckpt, snap, snapshot

Creates a Database Storage Checkpoint for the application.

mount

snapmount, ckptmount

Mounts the Database Storage Checkpoint in the read-only mode or the read-write mode to the specified mount point.

mountrw

snapmountrw, ckptmountrw

Mounts the Database Storage Checkpoint in the read-write mode (a shadow checkpoint of the original storage checkpoint is created and it is mounted as read_write).

unmount/umount

ckptumount, unmount, snapunmount, snapumount

Unmounts the Database Storage Checkpoint.

delete

destroy, remove, ckptremove

Removes the Database Storage Checkpoint.

clone

ckptclone, clonedb

Creates a clone of the Database Storage Checkpoint.

restore

None

Restores the data files from the Database Storage Checkpoint.

list

None

Lists the Database Storage Checkpoints.

getappdata

None

Gathers database information when the database is online. This information is used for offline checkpoint processing.