diff --git a/xCAT-client/pods/man1/xcatstart.1.pod b/xCAT-client/pods/man1/xcatstart.1.pod new file mode 100644 index 000000000..081ccc09c --- /dev/null +++ b/xCAT-client/pods/man1/xcatstart.1.pod @@ -0,0 +1,48 @@ +=head1 NAME + +B - Starts the xCAT daemon (xcatd) on AIX. + +=head1 SYNOPSIS + + +B [B<-h>|B<--help>] [B<-v>|B<--version>] + + +=head1 DESCRIPTION + +The xcatstart command starts the xCAT daemon (xcatd) on AIX. If the daemon is already running, it will stop the daemon and restart it. + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To start the xCAT daemon, enter: + +B + + + +=head1 FILES + +/opt/xcat/sbin/xcatstart + + +=head1 SEE ALSO + +L + + + diff --git a/xCAT-client/pods/man1/xcatstop.1.pod b/xCAT-client/pods/man1/xcatstop.1.pod new file mode 100644 index 000000000..af542d49b --- /dev/null +++ b/xCAT-client/pods/man1/xcatstop.1.pod @@ -0,0 +1,48 @@ +=head1 NAME + +B - Stops the xCAT daemon (xcatd) on AIX. + +=head1 SYNOPSIS + + +B [B<-h>|B<--help>] [B<-v>|B<--version>] + + +=head1 DESCRIPTION + +The xcatstop command stops the xCAT daemon (xcatd) on AIX. + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To stop the xCAT daemon, enter: + +B + + + +=head1 FILES + +/opt/xcat/sbin/xcatstop + + +=head1 SEE ALSO + +L + + +