diff --git a/xCAT-client/pods/man1/restartxcatd.1.pod b/xCAT-client/pods/man1/restartxcatd.1.pod new file mode 100644 index 000000000..4fe32944f --- /dev/null +++ b/xCAT-client/pods/man1/restartxcatd.1.pod @@ -0,0 +1,45 @@ +=head1 NAME + +B - Restart the xCAT daemon (xcatd) on AIX. + +=head1 SYNOPSIS + +B [[B<-h>|B<--help>] | [B<-v>|B<--version>] | [B<-r>|B<--reload>]] [B<-V>|B<--verbose>] + + +=head1 DESCRIPTION + +The B command restarts the xCAT daemon (xcatd) on AIX. +It uses the startsrc and stopsrc commands to do the restart work. If the xcatd subsystem was not created, B will create it automatically. + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + +B<-r> On a Service Node, services will not be restarted. + +B<-V> Display the verbose messages. + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To restart the xCAT daemon, enter: + +B + + + +=head1 FILES + +/opt/xcat/sbin/restartxcatd + +