JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Dual Port GbE PCIe 2.0 Low Profile Adapter, MMF

User's Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Feedback

Support and Accessibility

Understanding the Installation Process

Installation Overview (Oracle Solaris 10)

Installation Overview (Oracle Solaris 11)

Installation Overview (Linux)

Installation Overview (Windows)

Understanding the Adapter

Shipping Kit Contents

Product Description

Configuration Options

Front Panel Connectors and LEDs

Physical Characteristics

Performance Specifications

Power and Environmental Requirements

OS Patches and Updates

Installing the Driver

Verify the Driver Version (Oracle Solaris 10)

Verify the Driver Version (Oracle Solaris 11)

Remove the Driver (Oracle Solaris OS)

Download and Install the Driver (Linux)

Remove the Driver (Linux)

Download and Install the Driver (Windows)

Remove the Driver (Windows)

Installing the Adapter

Install the Adapter

Verify the Installation (Oracle SPARC)

Verify the Installation (Oracle Solaris x86)

Verify the Installation (Linux)

Verify the Installation (Windows)

Configuring the Network

Create Driver Instance Files (Oracle Solaris 10)

Configure the Network Host Files (Oracle Solaris 10)

Boot Options

Boot Over the Network (PXE)

Boot Over a GbE Network (Oracle Solaris x86 and Linux)

Install Oracle Solaris 10 Over a Network (Oracle SPARC)

Administering Driver Parameters and Jumbo Frames

Driver Parameters (Oracle Solaris OS)

Set Driver Parameters (Oracle Solaris OS)

Driver Parameters (Linux)

Set Driver Parameters (Linux)

Configuring Jumbo Frames (Oracle Solaris OS)

Change the MTU Permanently

Change the MTU Temporarily (Oracle Solaris 10)

Change the MTU Temporarily (Oracle Solaris 11)

Configure Jumbo Frames (Linux)

Configuring Link Aggregation

Link Aggregation Overview

Configure Link Aggregations (Oracle Solaris 10)

Display Information About Link Aggregations (Oracle Solaris 10)

Delete Link Aggregations (Oracle Solaris 10)

Configuring VLANs

VLAN Overview

VLAN Configuration

VLAN Naming Format

Configure Static VLANs (Oracle Solaris 10)

Configure VLANs (Linux)

Configure VLANs (Windows)

Troubleshooting the Adapter

Analyze Why the Device Link Is Missing

Analyze a Port Hang

Analyze Slow Network Performance

Glossary

Index

Configure Link Aggregations (Oracle Solaris 10)

The example in this procedure aggregates sample interfaces igb0, igb1, igb2, and igb3. Arbitrary key numbers (1 and 2) are used for each aggregation.


Note - These commands change the contents of the /etc/aggregation.conf file.


  1. Unplumb the interfaces to be aggregated.
    # ifconfig igb0 unplumb 
    # ifconfig igb1 unplumb 
    # ifconfig igb2 unplumb 
    # ifconfig igb3 unplumb 
  2. Create a link aggregation group with key 1 containing the first two interfaces, and bring up the link group.

    In this example, the -l active option turns on LACP mode:

    # dladm create-aggr -l active -d igb0 -d igb1 1
    # ifconfig aggr1 plumb
    # ifconfig aggr1 192.2.2.84 up
  3. Create a link aggregation group with key 2 containing the other two interfaces, and bring up the link group.

    No mode is specified for the link aggregation group in this example:

    # dladm create-aggr -d igb2 -d igb3 2
    # ifconfig aggr2 plumb
    # ifconfig aggr2 193.2.2.84 up
Related Information