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

Checking and Testing the hxge Device

Changing the hxge Driver Configuration

How to Temporarily Configure the hxge Driver Parameters

How to Permanently Configure the hxge Driver Parameters

hxge Driver Configuration Parameters

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

Changing the hxge Driver Configuration

The hxge network interface configuration generally concerns parameters that are external to the driver/interface parameters such as the IP network address. There is also a set of configuration parameters that are internal to the hxge driver. These parameters are not normally changed, and improper setting of these parameters can easily result in a dysfunctional network interface.


Caution

Caution - Improper setting of the hxge driver configuration parameters can adversely affect performance. Only experienced administrators should attempt to change an hxge driver configuration parameter.


To see a list of the available hxge driver configuration parameters, use the modinfo(8) command.

host #> modinfo hxge 
    filename:       /lib/modules/2.6.18-164.el5/kernel/drivers/net/hxge.ko
    version:        1.2.7
    license:        GPL
    description:    Sun Microsystems(R) 10 Gigabit Network Driver
    author:         Sun Microsystems, john.doe@oracle.com
    srcversion:     270F053A5DE6A454D1D224D
    alias:          pci:v0000108Ed0000AAAAsv*sd*bc*sc*i*
    depends:        
    vermagic:       2.6.18-164.el5 SMP mod_unload gcc-4.1
    parm:           enable_jumbo:enable jumbo packets (int)
    parm:           intr_type:Interrupt type (INTx=0, MSI=1, MSIx=2, Polling=3) (int)
    [...]
    parm:           tcam_ipsec_ipv6:IPsec over IPv6 class (int)
    parm:           tcam_stcp_ipv6:STCP over IPv6 class (int)
    parm:           debug:Debug level (0=none,...,16=all) (int)

Each parm: line identifies an hxge driver configuration parameter that the system administrator can override when loading the hxge driver.

There are two ways to configure the driver parameters:

The driver configuration parameters are described here: hxge Driver Configuration Parameters.