Skip Navigation Links | |
Exit Print View | |
Sun Dual Port GbE PCIe 2.0 Low Profile Adapter, MMF User's Guide |
Understanding the Installation Process
Installation Overview (Oracle Solaris 10)
Installation Overview (Oracle Solaris 11)
Installation Overview (Windows)
Front Panel Connectors and LEDs
Power and Environmental Requirements
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)
Download and Install the Driver (Windows)
Verify the Installation (Oracle SPARC)
Verify the Installation (Oracle Solaris x86)
Verify the Installation (Linux)
Verify the Installation (Windows)
Create Driver Instance Files (Oracle Solaris 10)
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)
Configuring Jumbo Frames (Oracle Solaris OS)
Change the MTU Temporarily (Oracle Solaris 10)
Change the MTU Temporarily (Oracle Solaris 11)
Configure Jumbo Frames (Linux)
Configure Link Aggregations (Oracle Solaris 10)
Display Information About Link Aggregations (Oracle Solaris 10)
Delete Link Aggregations (Oracle Solaris 10)
Configure Static VLANs (Oracle Solaris 10)
Analyze Why the Device Link Is Missing
Use this procedure to configure the network host files dynamically on the command line. At reboot, the settings will revert.
where # is the igb(7D) interface instance number you plan to use.
For example, to bring up igb0 at boot, create a file called /etc/hostname.igb0, where 0 is the number of the igb(7D) interface. If the instance number were 1, the file name would be /etc/hostname.igb1. The /etc/hostname.igb# file must contain the host name for the appropriate igb(7D) interface.
# dladm show-dev
The output should include lines similar to the following:
igb0 link: up speed: 1000 Mbps duplex: full igb1 link: up speed: 1000 Mbps duplex: full
Your ifconfig command might look similar to the following:
# ifconfig igb0 plumb ip-address netmask 255.255.255.0 broadcast + up