-Try out a different default syntax that doesn't bake in an assumption on group names for sample rmblade script

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5328 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-03-01 22:00:30 +00:00
parent 8779710521
commit 7f9bb0e183

View File

@ -77,7 +77,7 @@ print "ip: $ip\n";
print "host: $mm\n";
print "slot: $slot\n";
# we now have slot and amm. Need to now get which blade this is:
my $node = `nodels compute mp.id==$slot mp.mpa==$mm`;
my $node = `nodels mp.id==$slot@mp.mpa==$mm`;
chomp($node);
print "node: $node\n";
if($node ne ''){