From 5a716a56aada5f8f05df6564b3475ade53087906 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 1 May 2009 14:55:54 +0000 Subject: [PATCH] add manpage for xcatconfig git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3282 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/xcatconfig.8.pod | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 xCAT-client/pods/man8/xcatconfig.8.pod diff --git a/xCAT-client/pods/man8/xcatconfig.8.pod b/xCAT-client/pods/man8/xcatconfig.8.pod new file mode 100644 index 000000000..2a9439f89 --- /dev/null +++ b/xCAT-client/pods/man8/xcatconfig.8.pod @@ -0,0 +1,42 @@ +=head1 NAME + +B - Sets up the Managment Node during the xCAT install. + +=head1 SYNOPSIS + + +B + +B {B<-f>|B<--force>} + +B {B<-h>|B<--help>} + +=head1 DESCRIPTION + +B During the install of the Management Node, it will generate the .ssh keys for root and the ssh hostkeys that will be shared by the node. It will generate the certificates used by the daemon and initialize the site table, and start the xcatd. + +=head1 OPTIONS + +=over 6 + +=item B<-f> I + +The force option can be used after the install to reinitialize the Management Node. This will regenerate keys, credential and reinititialize the site table. This option should be used, if keys or credentials become corrupt or lost. +Additonal action must be taken after using the force options. ssh keys must be redistributed to the nodes, site table attributes might need to be restored, makeconservercf needs to be stopped and started to pick up the new credentials, rspconfig needs to be rerun to distribute the new keys to the MM. + +=back + +=head1 EXAMPLES + +=over 2 + +=item * + +To force regeneration of keys and credentials and reinitialize the site table: + +B I<-f> + + +=back + +