JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade Storage Module M2 Product Documentation
search filter icon
search icon

Document Information

Preface

Product Information Web Site

Related Books

About This Documentation (PDF and HTML)

Documentation Comments

Change History

Hardware Installation

Overview of the Sun Blade Storage Module M2

System Requirements

Installing the Storage Module Into the Chassis

Storage Module Indicators

Assigning and Managing Storage

Product Notes

Overview of the Sun Blade Storage Module M2 Product Notes

Supported Firmware, Hardware and Software

Hardware Issues

Solaris Operating System Issues

Linux Operating System Issues

Administration

Assigning Storage to Hosts

Managing Storage

Performing Maintenance and Hot Plug Actions

Preparing for Hot Plug Actions

Hot Plug Actions and Outcomes

Recovering Zoning Configurations

How to Recover Zoning Configurations Using the CMM ILOM Web Interface

How to Recover Zoning Configurations Using the CMM ILOM CLI

Upgrading Storage Module Firmware

How to Upgrade Firmware Using the CMM ILOM Web Interface

How to Upgrade Firmware Using the CMM ILOM CLI

Importing Existing Virtual Drives to a Replacement REM

Storage Module Sensors and Indicators

Troubleshooting

Service

Introduction to the Sun Blade Storage Module M2

Maintaining the Sun Blade Storage Module M2

Diagnosing Storage Module Faults

Specifications

Index

How to Recover Zoning Configurations Using the CMM ILOM CLI

Before You Begin

You must have previously created a backup CMM ILOM configuration file that contains the zoning configurations you want to restore.


Note - For advanced users or Sun 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 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 Integrated Lights Out Management documentation.


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

    # ssh –l accountname cmm_ip

    Where accountname is the name of a user account with Administrator privileges (such as root) and cmm_ip is the IP address of the CMM.

    The login prompt is displayed.

  2. Log in.

    For example:

    /hostname/login: accountname

    password: yourpassword

    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.


    Note - While the Restore operation is executing, sessions on the ILOM SP will be momentarily suspended. The sessions will resume normal operation once the Restore operation is complete. A Restore operation typically takes two to three minutes to complete.