dumpxCATdb - dumps the xCAT db tables .
dumpxCATdb [{-p|--path} path]
dumpxCATdb [-h|--help] [-v|--version]
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.
-h Display usage message.
-v Command Version.
-p Path to the directory to dump the tables.
0 The command completed successfully.
1 An error has occurred.
1. To dump the xCAT database into the /tmp/db directory, enter:
dumpxCATdb -p /tmp/db
/opt/xcat/sbin/dumpxCATdb
This command is part of the xCAT software product. See restorexCATdb