Fujitsu PRIMEQUEST 2000 Series Administration Manual page 136

Primequest 2000 series
Hide thumbs Also See for PRIMEQUEST 2000 Series:
Table of Contents

Advertisement

CHAPTER 4 PCI Card Hot Maintenance in Red Hat Enterprise Linux 6
4.7 Hot Addition of PCI Express cards
8. Confirm the hardware address of the newly added interface.
Confirm the hardware address (HWaddr) and the created interface by executing the ifconfig command.
For a single NIC with multiple interfaces, confirm the hardware addresses of all the created interfaces.
Example: eth1 is a new interface created for the added NIC.
# /sbin/ifconfig -a
eth0
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RXbytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth1
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RXbytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RXbytes:0 (0.0 b) TX bytes:0 (0.0 b)
9. Create an interface configuration file.
Create an interface configuration file (/etc/sysconfig/network-scripts/ifcfg-ethX) for the newly created
interface as follows. In "HWADDR," set the hardware address confirmed in step 8.
If multiple NICs are added or if a NIC where multiple interfaces exist is added, create a file for all the
interfaces.
The explanation here assumes, as an example, that a name automatically assigned by the system is
used. To install a new interface, you can use a new interface name different from the one automatically
assigned by the system. Normally, there is no requirement on the name specified for a new interface. To
use an interface name other than the one automatically assigned by the system, follow the instructions in
step 14 of the
The contents differ slightly depending on whether the interface is a single NIC interface or a SLAVE
interface of the bonding configuration.
[For a single NIC interface]
(Example)
DEVICE=eth1
confirmed in step g
NM_CONTROLLED=no
BOOTPROTO=static
HWADDR=00:0E:0C:70:C3:40
BROADCAST=192.168.16.255
IPADDR=192.168.16.1
NETMASK=255.255.255.0
NETWORK=192.168.16.0
ONBOOT=yes
TYPE=Ethernet
[SLAVE interface of the bonding configuration]
(Example)
DEVICE=eth1
confirmed in step g
NM_CONTROLLED=no
BOOTPROTO=static
HWADDR=00:0E:0C:70:C3:40
MASTER=bondY
SLAVE=yes
Link encap:Ethernet HWaddr 00:0E:0C:70:C3:38
Link encap:Ethernet HWaddr 00:0E:0C:70:C3:40
Link encap:Local Loopback
'NIC replacement procedure' in '4.6.4 Network card replacement
<- Specified interface name
<- Specified interface name
112
procedure'.
C122-E175-02EN

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Primequest 2400ePrimequest 2800ePrimequest 2800b

Table of Contents