- Maintenance Guide
- Maintaining Other Oracle Exadata Components
- Changing from 1 GbE Connections to 10 GbE Connections
- Task 3: Edit the 10 GbE Interface Settings
4.6.3 Task 3: Edit the 10 GbE Interface Settings
The following procedure describes how to edit the ifcfg configuration files:
- Edit the
ifcfgconfiguration files as shown in the following table. The files must be edited in the./Post_10GigE_Settings/.directory.File Name Before Modification After Modification ifcfg-eth1#### DO NOT REMOVE THESE LINES #### #### %GENERATED BY CELL% #### DEVICE=eth1 USERCTL=no ONBOOT=yes BOOTPROTO=none HOTPLUG=no IPV6INIT=no HWADDR=00:21:28:44:d2:5e MASTER=bondeth0 SLAVE=yes
#### DO NOT REMOVE THESE LINES #### #### %GENERATED BY CELL% #### DEVICE=eth1 USERCTL=no ONBOOT=no BOOTPROTO=none HOTPLUG=no IPV6INIT=no HWADDR=00:21:28:44:d2:5e
ifcfg-eth2#### DO NOT REMOVE THESE LINES #### #### %GENERATED BY CELL% #### DEVICE=eth2 USERCTL=no ONBOOT=yes BOOTPROTO=none HOTPLUG=no IPV6INIT=no HWADDR=00:21:28:44:d2:f2 MASTER=bondeth0 SLAVE=yes
#### DO NOT REMOVE THESE LINES #### #### %GENERATED BY CELL% #### DEVICE=eth2 USERCTL=no ONBOOT=no BOOTPROTO=none HOTPLUG=no IPV6INIT=no HWADDR=00:21:28:44:d2:f2
ifcfg-eth4on Oracle Exadata Database Machine X2-2ifcfg-eth9on Oracle Exadata Database Machine X2-8 Full Rack#### DO NOT REMOVE THESE LINES #### #### %GENERATED BY CELL% #### DEVICE=eth_interface ONBOOT=no BOOTPROTO=none HOTPLUG=no IPV6INIT=no HWADDR=00:1b:21:66:4b:c0In the preceding syntax, eth_interface is
eth4for Oracle Exadata Database Machine X2-2, oreth9for Oracle Exadata Database Machine X2-8 Full Rack#### DO NOT REMOVE THESE LINES #### #### %GENERATED BY CELL% #### DEVICE=eth_interface USERCTL=no ONBOOT=yes BOOTPROTO=none HOTPLUG=no IPV6INIT=no HWADDR=00:1b:21:66:4b:c0 MASTER=bondeth0 SLAVE=yesIn the preceding syntax, eth_interface is
eth4for Oracle Exadata Database Machine X2-2, oreth9for Oracle Exadata Database Machine X2-8 Full Rackifcfg-eth5on Oracle Exadata Database Machine X2-2ifcfg-eth15on Oracle Exadata Database Machine X2-8 Full Rack#### DO NOT REMOVE THESE LINES #### #### %GENERATED BY CELL% #### DEVICE=eth_interface2 ONBOOT=no BOOTPROTO=none HOTPLUG=no IPV6INIT=no HWADDR=00:1b:21:66:4b:c1In the preceding syntax, eth_interface is
eth5for Oracle Exadata Database Machine X2-2, oreth15for Oracle Exadata Database Machine X2-8 Full Rack#### DO NOT REMOVE THESE LINES #### #### %GENERATED BY CELL% #### DEVICE=eth_interface2 USERCTL=no ONBOOT=yes BOOTPROTO=none HOTPLUG=no IPV6INIT=no MASTER=bondeth0 SLAVE=yes HWADDR=00:1b:21:66:4b:c1In the preceding syntax, eth_interface is
eth5for Oracle Exadata Database Machine X2-2, oreth15for Oracle Exadata Database Machine X2-8 Full Rack - Copy the edited files to the
/etc/sysconfig/network-scriptsdirectory using the following command:# cp -fp /etc/sysconfig/network-scripts/.Post_10GigE_Settings/ifcfg-eth* \ /etc/sysconfig/network-scripts/.
- Restart the database server using the console.
- Monitor the boot sequence to ensure no errors occurred during bondeth0 initialization.
Parent topic: Changing from 1 GbE Connections to 10 GbE Connections