From 134a29edceef5ade2b21dd63913b7dc97f3b3739 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 13 Mar 2008 18:46:47 +0000 Subject: [PATCH] For new init_xcatdb man page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@777 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/init_xcatdb.1.pod | 43 +++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/init_xcatdb.1.pod diff --git a/xCAT-client-2.0/pods/man1/init_xcatdb.1.pod b/xCAT-client-2.0/pods/man1/init_xcatdb.1.pod new file mode 100644 index 000000000..7b824a158 --- /dev/null +++ b/xCAT-client-2.0/pods/man1/init_xcatdb.1.pod @@ -0,0 +1,43 @@ +=head1 NAME + +B - Sets up the site table for a new xCAT database. + +=head1 SYNOPSIS + +I + + +=head1 DESCRIPTION + +This command is used to initiate the site table with values when setting up a new xCAT database. It also sets up the /etc/xcatloc file. + +=head1 OPTIONS + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To setup default site definitions. + +I + + +=head1 FILES + +$XCATROOT/sbin/init_xcatdb + +(The XCATROOT environment variable is set when xCAT is installed. The +default value is "/opt/xcat".) + + +=head1 NOTES + +This command is part of the xCAT software product. + + +