Fujitsu PRIMEQUEST 500A Series Installation Manual page 211

Table of Contents

Advertisement

(2) Setting the NIC for the management LAN
1
Edit the ifcfg file corresponding to the relevant interface under /etc/sysconfig/
network-scripts. If the file does not exist, create it.
• Management LAN NIC interface: ifcfg-<interface name> Example: ifcfg-
eth0
A hardware address is required for setting the ifcfg file for the management LAN
NIC interface.
If the address is not confirmed, use the ifconfig command to confirm it.
Command syntax:
/sbin/ifconfig –a
Example: The hardware address for the eth0 interface is 00:D0:B7:53:89:C3.
# /sbin/ifconfig –a
eth0
Edit or create the ifcfg file for each interface.
Editing the ifcfg file for the management LAN NIC interface
# vi /etc/sysconfig/network-scripts/ifcfg-<NIC interface name>
Change or add the subsequent lines as shown below (you can arrange the lines in any order).
DEVICE=<NIC interface name>
BOOTPROTO=none
HWADDR=<hardware address>
ONBOOT=yes
MASTER=<Bonding interface name>
SLAVE=yes
BROADCAST=<management LAN BROADCAST address>
IPADDR=<management LAN IP address>
NETMASK=<management LAN subnet mask>
Example: The following shows an example of the ifcfg file on the assumption
C122-E001-10EN
4.3 PSA Installation (Linux: Red Hat) (PRIMEQUEST 520A/520/420)
Link encap:Ethernet
inet addr:10.24.17.149
inet6 addr: fe80::2d0:b7ff:fe53:89c3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST
RX packets:1107704 errors:0 dropped:0 overruns:0 frame:0
TX packets:2653820 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:390009908 (371.9 MiB)
that the management NIC LAN interface is eth0.
HWaddr 00:D0:B7:53:89:C3
Bcast:10.24.17.255
MTU:1500
TX bytes:809006934 (771.5 MiB)
Mask:255.255.255.0
Metric:1
4-25

Advertisement

Table of Contents
loading

Table of Contents