From c136f9a716bf1599da7eb3c8c46b4ad88a20c782 Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 2 Oct 2011 10:41:32 +0000 Subject: [PATCH] improve defs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10690 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 1f1888a9e..24df61187 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -827,12 +827,13 @@ site => { " nameservers: A comma delimited list of DNS servers that each node in the cluster\n". " should use. This value will end up in the nameserver settings of the\n". " /etc/resolv.conf on each node. It is common (but not required) to set\n". - " this attribute value to the IP address of the xCAT management node, if you have\n". + " this attribute value to the IP addr of the xCAT management node, if you have\n". " set up the DNS on the management node by running makedns.\n". " In a hierarchical cluster, you can also set this attribute to \"\"\n". " to mean the DNS server for each node should be the node that is managing it\n". " (either its service node or the management node).\n\n". - " nimprime : The name of NIM server, if not set default is the management node.\n\n". + " nimprime : The name of NIM server, if not set default is the AIX MN. + If Linux MN, then must be set for support of mixed cluster (TBD).\n\n". " nodestatus: If set to 'n', the nodelist.status column will not be updated during\n". " the node deployment, node discovery and power operations.\n\n". " ntpservers: A comma delimited list of NTP servers for the cluster - often the\n".