mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-14 18:30:23 +00:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user