-l -S options not supported on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14844 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
aa2e508471
commit
61c04b35e1
@ -1879,6 +1879,12 @@ sub doAIXcopy
|
||||
{
|
||||
%attrvals = %{$av};
|
||||
}
|
||||
if (defined($::USER)){ # not supported on AIX
|
||||
my $rsp;
|
||||
$rsp->{error}->[0] = " The -l option is not supported on AIX";
|
||||
xCAT::MsgUtils->message("E", $rsp, $callback);;
|
||||
return 1;
|
||||
}
|
||||
|
||||
# get the NIM primary server name
|
||||
my $nimprime = xCAT::InstUtils->getnimprime();
|
||||
|
Loading…
Reference in New Issue
Block a user