From 3102f67d5e02597a5ddf8df49bf61df30756cecb Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 4 Dec 2009 04:33:29 +0000 Subject: [PATCH] add the man page for restartxcatd command git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4724 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/restartxcatd.1.pod | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 xCAT-client/pods/man1/restartxcatd.1.pod 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 + +