2010-10-27 17:53:25 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
B<lsxcatd> - lists xCAT daemon information.
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2012-02-02 14:20:40 +00:00
|
|
|
B<lsxcatd> [B<-h> | B<--help> | B<-v> | B<--version> | B<-d> | B<--database> |B<-t> | B<--nodetype> | B<-a> | B<--all> ]
|
2010-10-27 17:53:25 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
The B<lsxcat> command lists important xCAT daemon (xcatd) information.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 10
|
|
|
|
|
|
|
|
=item B<-v|--version>
|
|
|
|
|
|
|
|
Command Version.
|
|
|
|
|
|
|
|
=item B<-h|--help>
|
|
|
|
|
|
|
|
Display usage message.
|
|
|
|
|
|
|
|
=item B<-d|--database>
|
|
|
|
|
|
|
|
Displays information about the current database being used by xCAT.
|
2012-02-02 13:51:55 +00:00
|
|
|
|
|
|
|
=item B<-t|--nodetype>
|
|
|
|
|
|
|
|
Displays whether the node is a Management Node or a Service Node.
|
2010-10-27 17:53:25 +00:00
|
|
|
|
|
|
|
=item B<-a|--all>
|
|
|
|
|
|
|
|
Displays all information about the daemon supported by the command.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 RETURN VALUE
|
|
|
|
|
|
|
|
0 The command completed successfully.
|
|
|
|
|
|
|
|
1 An error has occurred.
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
=over 3
|
|
|
|
|
|
|
|
=item 1.
|
|
|
|
|
|
|
|
To display information about the current database:
|
|
|
|
|
|
|
|
lsxcatd -d
|
|
|
|
|
|
|
|
Output is similar to:
|
|
|
|
|
|
|
|
cfgloc=Pg:dbname=xcatdb;host=7.777.47.250|xcatadm
|
|
|
|
dbengine=Pg
|
|
|
|
dbname=xcatdb
|
|
|
|
dbhost=7.777.47.250
|
|
|
|
dbadmin=xcatadm
|
|
|
|
|
2012-02-02 13:51:55 +00:00
|
|
|
=item 2.
|
|
|
|
|
|
|
|
To display all information:
|
|
|
|
|
|
|
|
lsxcatd -a
|
|
|
|
|
|
|
|
Output is similar to:
|
|
|
|
|
|
|
|
Version 2.7 (svn r, built Tue Jan 17 15:16:33 EST 2012)
|
2012-02-02 14:20:40 +00:00
|
|
|
This is a Management Node
|
|
|
|
cfgloc=mysql:dbname=xcatdb;host=10.6.0.1|xcatadmin
|
|
|
|
dbengine=mysql
|
|
|
|
dbname=xcatdb
|
|
|
|
dbhost=10.6.0.1
|
|
|
|
dbadmin=xcatadmin
|
2012-02-02 13:51:55 +00:00
|
|
|
|
2010-10-27 17:53:25 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 FILES
|
|
|
|
|
|
|
|
/opt/xcat/bin/lsxcatd
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
|