JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade 6000 Virtualized 40 GbE Network Express Module

User's Guide

search filter icon
search icon

Document Information

Using This Documentation

Related Documentation

Feedback

Support and Accessibility

Understanding the NEM

Task Overview

Product Features

Understanding the Components

SAS Connections

Ethernet Connections

10GbE NIC Virtualization

Fabric Express Modules

Processor

Identifying Ports and LEDs

Connector Locations

External NEM Ports

RJ-45 Ethernet Connector Port LEDs

NEM Front Panel and LEDs

Performing Hot-plug Insertion and Removal

Performing PCIe Hot-plug

Understanding PCIe Hot-plug

Prepare the PCIe Interface for Hot-plug Removal

Performing SAS Interface Hot-plug

Prepare SAS Interfaces for Hot-plug Removal

Restoring SAS Configurations After NEM Installation

Saving the Zoning Configuration to a Backup File

Recovering Zoning Configurations

Installing or Replacing a NEM

Before Installing a NEM

Determine the CMM Part Number Using ILOM 3.0x Web Interface

Determine the CMM Part Number Using ILOM 3.1x Web Interface

Determine the CMM Part Number Using ipmitool

Find the CMM Part Number on the CMM Label

Install a NEM

Verifying NEM Installation

Verify Installation (CMM ILOM Web)

Verify Installation (CMM ILOM CLI)

Remove a NEM

Replace a NEM

Installing and Removing SFP+ Optical Transceiver Modules

Install an SFP+ Optical Transceiver Module

Remove an Optical Transceiver SFP+ Module

SFP+ Connector Cabling Options

Enabling Jumbo Frames

Configuring Jumbo Frames (Solaris)

Jumbo Frames Overview

Jumbo Frames Configurations and Driver Statistics

Enable Jumbo Frames (Solaris)

Check Layer 2 Configuration

Check Layer 3 Configuration

Configuring Jumbo Frames (Linux)

Temporarily Configure Jumbo Frames (Linux)

Permanently Enable Jumbo Frames (Linux)

Enable Jumbo Frames (Windows)

Configuring Jumbo Frames (VMware ESX)

Create a Jumbo Frames-Enabled vSwitch (VMWare)

Create a Jumbo Frames-Enabled VMkernel Interface (VMWare

Configuring Static Link Aggregation

Example (Oracle Solaris 11 OS)

Example (Oracle Solaris 10 OS)

Example (Linux OS)

Booting an x86 Server Over the Network

Booting the NEM on an x86 Blade Server Over the Network

Set Up the BIOS for Booting From the NEM

Use the F12 Key to Initiate the Network Boot

Use the F8 Key to Boot Off the PXE Server

Boot a SPARC Blade Over the Network

Installing Drivers on Oracle Solaris OS SPARC or x86 Platform

Download the sxge Driver

Configure the Network Host Files

Configure the sxge Device Driver Parameters

Installing Drivers on a Linux Platform

Downloading, Installing, and Removing Drivers

Download and Install the Drivers

Remove the Drivers

Configuring the Network Interface

Temporary Network Interface Configuration

Permanent Network Interface Configuration

Bring the Interface Online Manually

Configure the Network Interface File Automatically for Red Hat Linux

Configure the Network Interface Automatically for SUSE Linux

Device Checking and Testing

Configure the Syslog Parameter

Installing Drivers on a Windows Platform

Installing Drivers on a Windows Platform

Installing and Uninstalling the Network Controller

Installing and Uninstalling the Sun Blade 6000 40 GbE VLAN Driver (Optional)

Adding and Removing VLANs

Install the Enclosure Device on a Windows Server 2008 System

Dynamic and NIC Teaming

Installing Drivers on a VMware ESX Server Platform

Installing ESX Server Drivers

Install a NEM Driver for a New ESX4.0 Installation

Install a NEM Driver on an Existing ESX 4.0 Server

Install a NEM Driver on an ESX/ESXi Server

Configure the NEM Network Adapters

Uninstalling the Drivers

Configuring Blade and Port Parameters and Managing the NEM

Configuring and Viewing Parameters

Defaults and Options

Setting Blade Parameters

Setting Port Parameters

Saving User Configurations or Resetting to Defaults

Viewing Parameter Settings, Firmware Versions, and Configuration File

Configuring NEM for Oracle VM Para-Virtualization

Configure Para-Virtualization Without Live Migration

Configure Para-Virtualization With Live Migration

Managing the NEM Using CMM ILOM

ILOM Documentation and Updates

Start NEM CLI from CMM ILOM CLI

Updating the NEM Firmware

Configuring Hot Plug Service

Verify and Enable Hot Plug (Oracle Solaris OS)

Verify and Enable Hot Plug (Linux OS)

Disabling Interfaces

Updating Firmware (Web)

Obtain and Apply the Newest Firmware

Reset the NEM (Web)

Updating the Firmware (CLI)

Update NEM ILOM Firmware (CLI)

Reset the NEM (CLI)

Glossary

Index

Configure the Network Host Files

This topic describes how to configure the network host files after you verify that the sxge driver is on your system.

  1. At the command line, use the grep command to search the /etc/path_to_inst file for sxge interfaces.

    Example for Oracle Solaris OS SPARC:

    # grep sxge /etc/path_to_inst
    "/pci@400/pci@2/pci@0/pci@c/pci@0/pci@2/network@0" 0 "sxge"
    "/pci@400/pci@2/pci@0/pci@c/pci@0/pci@3/network@0" 1 "sxge"

    Example for Oracle Solaris OS x86:

    # grep sxge /etc/path_to_inst
    "/pci@0,0/pci8086,340e@7/pci108e,2070@0/pci108e,2070@2/pci108e,6277@0" 0 "sxge"
    "/pci@0,0/pci8086,340e@7/pci108e,2070@0/pci108e,2070@3/pci108e,6277@0" 1 "sxge"

    In these examples for SPARC and x86, respectively, the device instance is from a NEM installed in the chassis. The instance number is shown in italics.

  2. Set up the NEM's sxge interface.

    Use the ifconfig command to assign an IP address to the network interface. Type the following at the command line, replacing ip-address and netmask-address with the NEM's IP address and the netmask address:

    # ifconfig sxge0 plumb ip-address netmask netmask-address broadcast + up

    Refer to the ifconfig(1M) man page and the Oracle Solaris OS documentation for more information.

  3. (Optional) For a setup that remains the same after you reboot, create an /etc/hostname.sxgenumber file, where number is the instance number of the sxge interface you plan to use.

    For example, to use the NEM's sxge interface in the Step 1's sample output, create an /etc/hostname.sxgex file, where x is the number of the sxge interface. If the instance number were 1, the filename would be /etc/hostname.sxge1.

    Follow these guidelines for the host name:

    • The /etc/hostname.sxgenumber file must contain the host name for the appropriate sxge interface.
    • The host name must be different from the host name of any other interface. For example: /etc/hostname.sxge0 and /etc/hostname.sxge1 cannot share the same host name.
    • The host name must have an IP address listed in the /etc/hosts file.

      The following example shows the /etc/hostname.sxgenumber file required for a system named zardoz-c10-bl1.

      # cat /etc/hostname.sxge0
      zardoz-c10-bl1
  4. Create an appropriate entry in the /etc/hosts file for each active sxge interface.

    For example:

    # cat /etc/hosts
    #
    # Internet host table
    #
    127.0.0.1     localhost
    129.168.1.29 zardoz-c10-bl1
Related Information