diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index c125f1749..f97b5ebe6 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -321,6 +321,10 @@ sub lsrefcode { } elsif($res eq 'lpar'){ $cmds[0] = sprintf($lsrefcode{$res}, $d1, $d2); } + else + { + return [[0,'Not available']]; + } ################################### # Send command