Symantec logo

Configuring SuSE network interfaces

You must perform network configuration on SUSE. In rare cases where RedHat does not automatically configure the network interfaces, RedHat users may also have to perform the network configuration.

For VCS to function properly:

Symantec suggests the following steps for configuring network interfaces on SUSE.

 To configure persistent interface names for network devices

  1. Navigate to the hotplug file in the /etc/sysconfig directory:

    # cd /etc/sysconfig

  2. Open the hotplug file in an editor.
  3. Set HOTPLUG_PCI_QUEUE_NIC_EVENTS to yes:

    HOTPLUG_PCI_QUEUE_NIC_EVENTS=yes

  4. Make sure that the interface name to MAC address mapping remains same across the reboots. Symantec recommends adding the PERSISTENT_NAME entries to the configuration files for all the network interfaces (including the network interfaces that are not used).

 To configure interfaces to be up before starting LLT

  1. For each network interface that you want LLT to use, find its MAC address by running the ifconfig command:

    # ifconfig eth0

    eth0    Link encap:Ethernet HWaddr 00:0C:0D:08:C4:32

    Where eth0 is the sample network interface name. The output displays 00:0C:0D:08:C4:32 as the interface's MAC address.

  2. Navigate to the config file in the /etc/sysconfig/network directory:

    # cd /etc/sysconfig/network

  3. Open the config file in an editor.
  4. Append the string eth-id-macaddress to the MANDATORY_DEVICES list in the config file. Separate each address with a space, for example:
MANDATORY_DEVICES="eth-id-00:0C:0D:08:C4:31 eth-id-
00:0C:0D:08:C4:32"
 

  Note   You must not reboot the system between configuring the persistent interface names and configuring the interfaces to be up before starting LLT.