Symantec logo
Configuring the SLES9 network

Before installing SF Oracle RAC on SLES9, some network configuration is required on SLES9.

 To configure a SLES9 network for SF Oracle RAC

  1. If it is not already set to yes, set HOTPLUG_PCI_QUEUE_NIC_EVENTS in /etc/sysconfig/hotplug to "yes":

    HOTPLUG_PCI_QUEUE_NIC_EVENTS=yes

  2. Make sure that all ethernet devices are brought online at boot time by including them as MANDATORY_DEVICES. This ensures that LLT interfaces are available before configuration.

    For example:

    # grep MANDATORY_DEVICES /etc/sysconfig/network/config MANDATORY_DEVICES="eth-id-00:04:23:a5:99:bc eth-id-00:04:23:a5:99:bd eth-id-00:30:6e:4a:62:50 eth-id-00:30:6e:4a:63:5d"

    Each entry in the MANDATORY_DEVICES list is of the form eth-id-<macaddress>.

    Make the appropriate entries in this list using the mac addresses of the interfaces present.

  3. To ensure that the interface name to MAC address mapping remains the same across reboots, Veritas requires that PERSISTENT_NAME entries be added to the configuration files for all the network interfaces, including those that are not currently used: