From 9118c12feb8377190503965c452bd8bb9c4583f0 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 22 Jul 2011 10:16:53 +0000 Subject: [PATCH] conserver start supported on AIX git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10143 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index cc2a21f0b..e50347dff 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -739,7 +739,7 @@ servicenode => { dhcpserver => 'Do we set up DHCP on this service node? Not supported on AIX. Valid values:yes or 1, no or 0.', tftpserver => 'Do we set up TFTP on this service node? Not supported on AIX. Valid values:yes or 1, no or 0.', nfsserver => 'Do we set up file services (HTTP,FTP,or NFS) on this service node? For AIX will only setup NFS, not HTTP or FTP. Valid values:yes or 1, no or 0.', - conserver => 'Do we set up Conserver on this service node? Not supported on AIX. Valid values:yes or 1, no or 0.', + conserver => 'Do we set up Conserver on this service node? Valid values:yes or 1, no or 0.', monserver => 'Is this a monitoring event collection point? Valid values:yes or 1, no or 0.', ldapserver => 'Do we set up ldap caching proxy on this service node? Not supported on AIX. Valid values:yes or 1, no or 0.', ntpserver => 'Not used. Use setupntp postscript. Do we set up a ntp server on this service node? Valid values:yes or 1, no or 0.',