JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade 6000 Virtualized Multi-Fabric 10GE M2 Network Express Module Documentation     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

User's Guide

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

PCIe Hot Plug Guidelines

Attention Button

Surprise Removal

Forcing NEM Graceful Removal

Configuring PCIe Device Hot Plug in Linux

How to Prepare the PCIe Interface for Hot Removal

SAS Interface Hot Plug

How to Prepare SAS Interfaces for Hot Plug Removal

Restoring SAS Configurations After NEM Installation

Saving the Zoning Configuration to a Backup File Using the CMM ILOM

How to Save the Zoning Configuration to a Backup File Using the CMM CLI

How to Save the Zoning Configuration to a Backup File Using the CMM Web Interface

Recovering Zoning Configurations

How to Recover Zoning Configurations Using the Web Interface

How to Recover Zoning Configurations Using the CLI

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

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

Product Notes

Overview of the Sun Blade 6000 Virtualized Multi-Fabric 10GbE M2 NEM Product Notes

Product Information

Supported Software and Firmware

Supported Hardware

Hardware and Networking Issues

Packet Drop at 1Gb with 100m Cable (6879222)

Special Instructions for Network PXE Booting for the Sun Blade X3-2B Server (7183913)

ILOM Issues

ILOM Failover and Private Mode Cannot Be Enabled Simultaneously (6911661)

Cannot Set NEM SP IP Address When NEM Is Powered Off (6938660)

ipmitool Command Fails (6940791)

FMA Not Supported (6938667)

Prepare-to-Remove and Return-to-Service Does Not Work on NEM ILOM (6948103)

Green Rear SAS Link LEDs All Turn On When Setting Prepare-to-Remove (6950981)

NEM SAS Firmware Updates Must be Performed from the CMM and Not the NEM SP (7020854)

Operating System Issues

Oracle Linux: Server Module Might Hang When NEM Replaced Repeatedly (6935520)

Oracle Solaris: Hotplugd(1M) Daemon Must Be Started Before Initiating Hot Plug Actions In Oracle Solaris 10 OS 09/10 (7005233)

Oracle Solaris: Virtualized M2 NEM hxge 10 GbE Driver Can Hang Under High Stress (6932684)

Linux: Configuring PCIe Hot Plug in Linux (7075694)

Windows: Incorrect Driver Version Displayed When Driver File Properties is Viewed (7069358)

Index

How to Recover Zoning Configurations Using the CLI


Note - For advanced users or Oracle technicians: The CMM ILOM configuration backup file is an XML file. If you have multiple CMM ILOM configuration backup files and the latest version does not have the zoning configurations you need, you have the option of copying the storage assignments section of one file and pasting it into another. For this to work, your storage modules and server blades must be in the same physical slots for the zoning configurations you want to restore. For more information on performing this procedure, refer to the Oracle ILOM documentation.


Before You Begin

  1. Open a terminal window and establish an ssh connection to the CMM by entering the following command:

    # ssh -l username cmm_ip

    Where username is your ILOM user name and cmm_ip is the IP address of the CMM.

    The login prompt is displayed.

  2. Log in as root and enter the root password:

    /hostname/login: username

    password:xxxxxxxx

    After you have successfully logged in, the prompt will be displayed:

    ->

  3. Change to the /SP/config directory.

    -> cd /SP/config

  4. To initiate the Restore operation, enter the command:

    -> set load_uri= transfer_method://username:password@ipaddress_or_hostname/directorypath/filename.config

    Where:

    • transfer_method can be tftp, ftp, sftp, scp, http, or https.

    • username is the name of the user account on the remote system. (username is required for scp, sftp, and ftp. username is not used for tftp, and it is optional for http and https.)

    • password is the password for the user account on the remote system. (password is required for scp, sftp, and ftp. password is not used for tftp, and it is optional for http and https.)

    • ipaddress_or_hostname is the IP address or the host name of the remote system.

    • directorypath is the storage location on the remote system.

    • filename is the name assigned to the backup file.

    The Restore operation executes.