mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	-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:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user