Documentation, Support, and Training
Understanding Administrative Commands
Monitoring the InfiniBand Fabric
Controlling the InfiniBand Fabric
Understanding Signal Routing Through the Switch
Understanding Switch Startup and Component Addition
Understanding ILOM on the Switch
Switching Between the ILOM Shell and the Linux Shell
Controlling ILOM Targets (CLI)
Upgrading the Switch Firmware Through ILOM (CLI)
Administering ILOM (Web Interface)
Access ILOM From the Web Interface
Monitoring ILOM Targets (Web Interface)
Controlling ILOM Targets (Web Interface)
Upgrading the Switch Firmware Through ILOM (Web Interface)
Understanding InfiniBand Cabling
Understanding Switch Specifications
Understanding the Installation
Installing the InfiniBand Software Stack
Verifying the InfiniBand Fabric
Understanding Service Procedures
Servicing the Fabric Cards and Fabric Card Fillers
Servicing the InfiniBand Cables
Doing Supportive Software Tasks
Understanding Switch-Specific Commands
Dumps target information to a remote location.
dump [-destination URI][target]
where:
URI is the uniform resource indicator.
target is the target and path to act upon.
This ILOM command transfers target information to a remote location specified by the URI. If no target is specified, the current target is affected. The -destination option specifies the location. If the -destination option is not used, then the file is transferred to stdout.
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:password@123.45.67.89/tftpboot/ilom-mibs.zip /SP/services/snmp/mibs ->