No setup for AIX

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2260 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-09-29 17:25:16 +00:00
parent b908e634ea
commit c6a826f6c5

View File

@ -19,7 +19,7 @@ use Getopt::Long;
=head3 handled_commands
This runs on Service Node
This runs on Service Node ( only sets up for Linux)
Checks servicenode table tfpserver attribute
Call setup_TFTP (actually setting up atftp)
@ -33,6 +33,10 @@ sub handled_commands
if ($ENV{'XCATBYPASS'}) {
return 0;
}
if (xCAT::Utils->isAIX()) { # do not run on AIX
return 0;
}
my $rc = 0;