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 + +