From 6e36f8560d8f33aa7d8839a7605f968fe3e16937 Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 18 Nov 2009 06:35:17 +0000 Subject: [PATCH] rcons hierachy support code drop git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4598 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/makeconservercf.8.pod | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man8/makeconservercf.8.pod b/xCAT-client/pods/man8/makeconservercf.8.pod index 864c039bb..231ad7ce7 100644 --- a/xCAT-client/pods/man8/makeconservercf.8.pod +++ b/xCAT-client/pods/man8/makeconservercf.8.pod @@ -4,9 +4,11 @@ B - creates the conserver configuration file from info in the x =head1 SYNOPSIS -B [B<-d|--delete>] I +B [B<-V|--verbose>] [B<-d|--delete>] I -B [B<-l|--local>] [I] +B [B<-V|--verbose>] [B<-l|--local>] + +B [B<-V|--verbose>] [B<-c|--conserver>] I B [B<-h|--help|-v|--version>] @@ -32,6 +34,11 @@ all relevant management/service nodes. If -l is specified, it will only create Delete rather than add or refresh the nodes specified as a noderange. +=item B<-c|--conserver> + +Only set up the conserver on the conserver host. If no conserver host +is set for nodes, the conserver gets set up only on the management node. + =item B<-l|--local> Only run B locally and create the local /etc/conserver.cf. The default is to also @@ -41,6 +48,10 @@ run it on all service nodes, if there are any. Display version. +=item B<-V|--verbose> + +Verbose mode. + =item B<-h|--help> Display usage message.