git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3843 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2009-07-21 09:09:11 +00:00
parent 06432bab4b
commit 510f11b82c

View File

@ -99,9 +99,9 @@ foreach my $num ( @nums ) {
}
}
#Configure the IB interfaces. Customize the port num.
my $iba_num = $num;
my $iba_num = int($num / 2);
my $ib_adapter = "iba$iba_num";
my $port = 1;
my $port = $num + 1;
my $mkib_cmd = "mkiba -a $ip -i $nic -A $ib_adapter -p $port -P -1 -S up -m $netmask";
runcmd($mkib_cmd);
system("logger -t xcat 'configiba: successfully configured $nic.'");