diff --git a/perl-xCAT/xCAT/InstUtils.pm b/perl-xCAT/xCAT/InstUtils.pm index 8ef01d3b7..0e49fa8a6 100644 --- a/perl-xCAT/xCAT/InstUtils.pm +++ b/perl-xCAT/xCAT/InstUtils.pm @@ -966,7 +966,15 @@ sub dolitesetup # if there is no statelite info then just return if (!$foundstatelite) { - return 1; + + if ($::VERBOSE) + { + my $rsp; + push @{$rsp->{data}}, "Please update statlite,litefile,litetree tables if you want to use AIX statelite support.\n"; + xCAT::MsgUtils->message("I", $rsp, $callback); + } + + return 2; } #