From 7ee91c78610f533520127113f622653597430d22 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 2 Feb 2012 13:51:55 +0000 Subject: [PATCH] add -t support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11457 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/lsxcatd.1.pod | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/lsxcatd.1.pod b/xCAT-client/pods/man1/lsxcatd.1.pod index 033d11de8..e18268922 100644 --- a/xCAT-client/pods/man1/lsxcatd.1.pod +++ b/xCAT-client/pods/man1/lsxcatd.1.pod @@ -25,7 +25,10 @@ Display usage message. =item B<-d|--database> Displays information about the current database being used by xCAT. -Any user can run the command. + +=item B<-t|--nodetype> + +Displays whether the node is a Management Node or a Service Node. =item B<-a|--all> @@ -57,6 +60,22 @@ Output is similar to: dbhost=7.777.47.250 dbadmin=xcatadm +=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) +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 + =back