From 944a343d2b1f7252e04b2829fc3fdf6f14a8e158 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 23 Jun 2009 06:33:23 +0000 Subject: [PATCH] fixed issues in doc git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3619 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/ib/scripts/configiba.README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/ib/scripts/configiba.README b/xCAT-server/share/xcat/ib/scripts/configiba.README index 3f25a0a02..1ca981ac7 100644 --- a/xCAT-server/share/xcat/ib/scripts/configiba.README +++ b/xCAT-server/share/xcat/ib/scripts/configiba.README @@ -10,7 +10,7 @@ There are two times to configure IB adapters, during node installation or with c To use this script, users need to firstly setup DNS for the new adapters before node installation or before triggering command updatenode depending on when to start IB configuration, either time is supported: -1.The IP address entries for IB interfaces in /etc/hosts on xCAT managed nodes should have the node short hostname and the unique IB interface name in them. The format should be . +1.The IP address entries for IB interfaces in /etc/hosts on xCAT management nodes should have the node short hostname and the unique IB interface name in them. The format should be . For example: c890f11ec01 is the node short hostname, c890f11ec01-ib0, c890f11ec01-ib1, c890f11ec01-ib2, etc. are the IP names for the IB interfaces on c890f11ec01. @@ -46,7 +46,7 @@ or updatenode c890f11ec01 configiba.2ports -As a sample postscript, the netmask is set to default value: 255.255.0.0 and gateway is set to "X.X.255.254". If the IB interface name is not a simple combination of short hostname and ibX or netmask and gateway cannot meet user's requirement, user can modify this scripts by himself, like the example below: +As a sample postscript, the netmask is set to default value: 255.255.255.0 and gateway is set to "X.X.255.254". If the IB interface name is not a simple combination of short hostname and ibX or netmask and gateway cannot meet user's requirement, user can modify this scripts by himself, like the example below: The node short hostname is 890f11ec01-en, and the IB interface name is 890f11ec01-ib0, c890f11ec01-ib1, etc. The user needs to modify my $hostname = "$ENV{NODE}-$nic";