added error message for ipmi nodes... for some reason we don't have an rbeacon stat command on ipmi like on blades...

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3633 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
vallard 2009-06-24 23:31:03 +00:00
parent 80362e1c9a
commit d896a41189

View File

@ -1546,7 +1546,9 @@ sub beacon {
my $rc = 0;
my $text;
my $code;
if($subcommand eq ""){
return(1,"please specify on or off for ipmi nodes");
}
if($subcommand eq "on") {
if ($ipmiv2) {
@cmd = (0x04,0x0,0x01);