Network
Name
IP Range
Netmask
Network
Broadcast
Hostname
eth0
Management
Node
172.20.0.1
255.255.0.0
172.20.0.0
172.20.255.255
mgt.cluster.com
eth1
Management
Node
172.30.0.1
255.255.0.0
172.30.0.0
172.30.255.25
mgt1.cluster.com
eth2 (customer network)
Management
Node
??
??
??
??
??
Update the configuration files
Now that the Management Node can communicate with other devices in the
cluster take the following steps:
1.
Update /etc/modules.conf with the following lines:
alias eth0 e1000
alias eth1 e1000
alias eth2 e1000
2.
Edit or create the /etc/sysconfig/network/ifcfg-ethx file and make sure it
contains the following directives:
BOOTPROTO="static"
BROADCAST="172.20.255.255"
IPADDR="172.20.0.1"
NETMASK="255.255.0.0"
NETWORK="172.20.0.0"
STARTMODE="onboot"
3.
Edit or create the /etc/sysconfig/network/ifcfg-eth2 file and customize it with
site specific network information. It should contain the same directives as
ifcfg-eth1
.
4.
Update the /etc/resolv.conf file with the following lines:
search clusters.com
(any other site specific domains)
nameserver 172.20.0.1
5.
Populate the /var/named directory using the named files found on the diskette
shipped with the Cluster 1350.
6.
Copy over the downloaded /etc/named.conf and /etc/hosts files.
7.
Edit the /etc/named.conf file and add any site specific nameservers to the
forwarders section. For example:
options {
directory "/var/named’;
forwarders {
192.168.119.10;
192.168.119.11;
};
forward only;
8.
Edit the /etc/sysconfig/dhcpd file. Change the DHCPD_INTERFACE directive
to the following:
DHCPD_INTERFACE="eth0 eth1"
9.
Enable the named, dhcpd, and NFS services by issuing the following
command:
# chkconfig nfsserver on
# chkconfig named on
# chkconfig dhcpd on
Chapter 6. Software installation
41
Summary of Contents for System Cluster 1350
Page 1: ...eServer Cluster 1350 Cluster 1350 Installation and Service IBM...
Page 2: ......
Page 3: ...eServer Cluster 1350 Cluster 1350 Installation and Service IBM...
Page 8: ...vi Installation and Service...
Page 10: ...viii Installation and Service...
Page 12: ...x Installation and Service...
Page 20: ...2 Installation and Service...
Page 30: ...12 Installation and Service...
Page 32: ...14 Installation and Service...
Page 52: ...34 Installation and Service...
Page 68: ...50 Installation and Service...
Page 70: ...52 Installation and Service...
Page 72: ...54 Installation and Service...
Page 74: ...56 Installation and Service...
Page 92: ...74 Installation and Service...
Page 96: ...78 Installation and Service...
Page 98: ...80 Installation and Service...
Page 104: ...86 Installation and Service...
Page 110: ...92 Installation and Service...
Page 124: ...106 Installation and Service...
Page 126: ...108 Installation and Service...
Page 138: ...120 Installation and Service...
Page 139: ...Part 4 Appendixes Copyright IBM Corp 2003 121...
Page 140: ...122 Installation and Service...
Page 144: ...126 Installation and Service...
Page 148: ...130 Installation and Service...
Page 154: ...136 Installation and Service...
Page 160: ...142 Installation and Service...
Page 169: ......
Page 170: ...IBMR Printed in U S A...