add man pages for AIX xcat start and stop commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2170 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
84571ec39c
commit
fa37dfd47c
48
xCAT-client/pods/man1/xcatstart.1.pod
Normal file
48
xCAT-client/pods/man1/xcatstart.1.pod
Normal file
@ -0,0 +1,48 @@
|
||||
=head1 NAME
|
||||
|
||||
B<xcatstart> - Starts the xCAT daemon (xcatd) on AIX.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
||||
B<xcatstart> [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<xcatstart>
|
||||
|
||||
|
||||
|
||||
=head1 FILES
|
||||
|
||||
/opt/xcat/sbin/xcatstart
|
||||
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<xcatstop(1)|xcatstop.1>
|
||||
|
||||
|
||||
|
48
xCAT-client/pods/man1/xcatstop.1.pod
Normal file
48
xCAT-client/pods/man1/xcatstop.1.pod
Normal file
@ -0,0 +1,48 @@
|
||||
=head1 NAME
|
||||
|
||||
B<xcatstop> - Stops the xCAT daemon (xcatd) on AIX.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
||||
B<xcatstop> [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<xcatstop>
|
||||
|
||||
|
||||
|
||||
=head1 FILES
|
||||
|
||||
/opt/xcat/sbin/xcatstop
|
||||
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<xcatstart(1)|xcatstart.1>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user