From 9ba70e2b93ecddc56793ca528f32f19a55859f5c Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 27 Jun 2011 13:05:02 +0000 Subject: [PATCH] set hmc as 'ppc' in nodetype.nodetype git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9950 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/setup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/setup.pm b/xCAT-server/lib/xcat/plugins/setup.pm index 04673c843..906e09436 100644 --- a/xCAT-server/lib/xcat/plugins/setup.pm +++ b/xCAT-server/lib/xcat/plugins/setup.pm @@ -371,7 +371,7 @@ sub writehmc { # using hostname-range, write regex for: ppc.node, nodetype.nodetype $tables{'ppc'}->setNodeAttribs('hmc', {nodetype => 'hmc'}); - #$tables{'nodetype'}->setNodeAttribs('hmc', {nodetype => 'hmc'}); + $tables{'nodetype'}->setNodeAttribs('hmc', {nodetype => 'ppc'}); # Set the 1st two hmcs as the ones CNM should send service events to $nodes = [noderange($hmcrange, 0)];