Start of an xcatd manpage, should be enhanced
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7610 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
590a123bce
commit
65f5867f87
50
xCAT-client/pods/man8/xcatd.8.pod
Normal file
50
xCAT-client/pods/man8/xcatd.8.pod
Normal file
@ -0,0 +1,50 @@
|
||||
=head1 NAME
|
||||
|
||||
B<xcatd> - The xCAT daemon
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<xcatd>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
The heart of the xCAT architecture is the xCAT daemon B<xcatd> on the management node. This receives requests from the client, validates the requests, and then invokes the operation. The xcatd daemon also receives status and inventory info from the nodes as they are being discovered and installed/booted.
|
||||
|
||||
Errors and information are reported through syslog to the /var/log/messages file. You can search for xCAT in those messages.
|
||||
|
||||
For further information: See https://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_2_Architecture.
|
||||
|
||||
=head1 EXAMPLES
|
||||
|
||||
=over 3
|
||||
|
||||
=item 1.
|
||||
|
||||
To start/stop/restart xcatd on Linux, enter:
|
||||
|
||||
service xcatd start
|
||||
|
||||
service xcatd stop
|
||||
|
||||
service xcatd restart
|
||||
|
||||
=item 2.
|
||||
|
||||
To start/stop/restart xcatd on AIX, enter:
|
||||
|
||||
restartxcatd
|
||||
|
||||
or
|
||||
|
||||
startsrc -s xcatd
|
||||
|
||||
stopsrc -s xcatd
|
||||
|
||||
|
||||
=head1 FILES
|
||||
|
||||
/opt/xcat/sbin/xcatd
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user