From 8588ffdac5eeb0b106ddf04019cd92ec9b5801f2 Mon Sep 17 00:00:00 2001 From: lissav Date: Sat, 24 Sep 2011 10:47:59 +0000 Subject: [PATCH] define NIMprime attribute in site table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10629 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index eed7df758..85665e35c 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -832,6 +832,7 @@ site => { " 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". " 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".