JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade 6000 Virtualized Multi-Fabric 10GbE M2 Network Express Module User's Guide     Sun Blade 6000 Virtualized Multi-Fabric 10GbE M2 Network Express Module Documentation Library
search filter icon
search icon

Document Information

Using This Documentation

Related Books

About This Documentation (PDF and HTML)

We Welcome Your Comments

Change History

Overview of Sun Blade 6000 Virtualized Multi-Fabric 10GbE M2 NEM User's Guide

Features of the Sun Blade 6000 Virtualized Multi-Fabric 10GbE M2 NEM

Terminology

Features Overview

Components Overview

NEM Ports and LEDs

Performing Hot Plug Insertion and Removal

PCIe Hot Plug

SAS Interface Hot Plug

Installing or Replacing the Virtualized M2 NEM

Installing a NEM

Verifying NEM Installation

Removing a NEM

Replacing a NEM

Installing and Removing SFP+ Optical Transceiver Modules

Cabling the SPF+ Connectors

Booting Over the Virtualized M2 NEM 10-Gigabit Ethernet Port

Booting over the Network With an x86 Blade Server

Booting over the Network With a SPARC Blade Server

Installing and Configuring the hxge Driver on a Solaris SPARC or x86 Platform

How to Configure the Network Host Files

Configuring the hxge Device Driver Parameters

Configuring the Jumbo Frames Feature

Installing and Configuring the hxge Driver on a Linux Platform

Installing and Removing the Driver on a Linux Platform

Configuring the Network Interface

About Temporary hxge Network Interface Configuration

About Permanent hxge Network Interface Configuration

How to Bring the Interface Online Manually

How to Configure the Network Interface File Automatically for Red Hat Linux

How to Configure the Network Interface Automatically for SUSE Linux

Checking and Testing the hxge Device

Changing the hxge Driver Configuration

Troubleshooting the Driver

Configuring Jumbo Frames

Installing and Configuring Drivers on a Windows Platform

Installing Drivers on a Windows Platform

Enabling Jumbo Frames

Installing and Configuring Drivers on a VMware ESX Server Platform

Installing the ESX Server Drivers on an Existing ESX Server

Installing the ESX Server Drivers With a New ESX Installation

Configuring the Virtual NEM M2 Network Adapters

Configuring Jumbo Frames

ILOM Supplement

Accessing ILOM Documentation and Updates

Connecting to ILOM

Updating the NEM Firmware

Sun Blade Zone Manager

NEM Sensors

Enabling Private and Failover Mode

Using Hot Plug Commands

Fixing Problems with Oracle ILOM Using the Preboot Menu

Index

How to Configure the Network Interface Automatically for SUSE Linux

You can configure the network interface for the SUSE Linux Server (SLES) platform either by using the GUI or manually editing the configuration file.

This chapter describes how to manually edit the configuration file. For instructions on configuring the network interface using the GUI, refer to the documentation for your SLES version at: http://www.novell.com/documentation/suse.html

For Novell systems, the interface configuration files are named ifcfg-eth-id (for example, ifcfg-eth-id-00:14:4F:29:00:1D for the NEM network device as used in proceeding examples), and reside in the /etc/sysconfig/network system directory. For example:

  1. Create a configuration file, as shown in the following example.
    host #> ls -l /etc/sysconfig/network 
    total 88[...]
    -rw-r--r-- 1 root root   271 Oct 29 18:00 ifcfg-eth-id-00:14:4f:29:00:1D
    -rw-r--r-- 1 root root   245 Oct 29 18:00 ifcfg-eth-id-00:14:4f:80:06:ef 
    -rw-r--r-- 1 root root   141 Apr 21  2008 ifcfg-lo
    [...]
     
    host #> cat /etc/sysconfig/network/ifcfg-eth-id-00:14:4f:29:00:1D
    BOOTPROTO=’static’BROADCAST=’’
    ETHTOOL_OPTIONS=’’
    IPADDR=’10.1.10.150’
    NAME=’Sun Microsystems Ethernet controller’
    NETMASK=’255.255.255.0’
    NETWORK=’’
    REMOTE_IPADDR=’’
    STARTMODE=’auto’
    UNIQUE=’DkES.he1wLcVzebD’
    USERCONTROL=’no’
    _nm_name=’bus-pci-0000:88:00.0’

    This sample ifcfg file was created using the Network Setup Method GUI. Regardless of which method you employ to maintain the network device configuration database, once the appropriate ifcfg file has been properly created, it will automatically be applied whenever the system boots. All matched network interfaces are automatically configured.

  2. Use the ifconfig command or the shorthand ifup script to bring the network interface online (up) for use once the system has booted (to at least runlevel 3).
    host #> ifconfig eth2 up

    or

    host #> ifup eth2

    When you manually edit one of the ifcfg files, you might need to invoke an explicit (manual) ifdown/ifup sequence to apply the new configuration (for example, changing the IP address or netmask, changing the MTU, and so on).