Exit Print View

Sun Datacenter InfiniBand Switch 648 Topic Set

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Installation

Preparing the Site

Installing the Switch

Administration

Administering the Switch

Diagnosing a Problem

Remote Management

Understanding ILOM on the Switch

Installing the ILOM Firmware

Administering ILOM (CLI)

Administering ILOM (Web Interface)

Administering ILOM (SNMP)

Administering Hardware (IPMI)

Understanding ILOM Commands

cd Command

create Command

delete Command

dump Command

exit Command (ILOM)

help Command (ILOM)

load Command

set Command

show Command

version Command (ILOM)

Service

Servicing the Switch

Reference

Command Reference

Index

dump Command

Dumps target information to a remote location.

Syntax

dump [-destination URI][target]

where:

Description

This ILOM command transfers target information to a remote location specified by the URI. If no target is specified, the current target is affected. Your user must have administrator (a) privileges to use this command. The -destination option specifies the location. If the -destination option is not used, then the information is transferred to stdout.

Example

The following example shows how to transfer the /SP/services/snmp/mibs target information to the ilom-mibs.zip file on the host with IP address 123.45.67.89 using the FTP protocol with the dump command.

-> dump -destination ftp://root:changeme@123.45.67.89/tftpboot/ilom-mibs.zip /SP/services/snmp/mibs
->
Related Information