NAME

dumpxCATdb - dumps the xCAT db tables .


SYNOPSIS

dumpxCATdb [{-p|--path} path]

dumpxCATdb [-h|--help] [-v|--version]


DESCRIPTION

The dumpxCATdb command creates .csv files for all xCAT database tables and puts them in the directory given by the -p flag. These files can be used by the restorexCATdb command to restore the database.


OPTIONS

-h Display usage message.

-v Command Version.

-p Path to the directory to dump the tables.


RETURN VALUE

0 The command completed successfully.

1 An error has occurred.


EXAMPLES

1. To dump the xCAT database into the /tmp/db directory, enter:

dumpxCATdb -p /tmp/db


FILES

/opt/xcat/sbin/dumpxCATdb


NOTES

This command is part of the xCAT software product. See restorexCATdb