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
Transfers a file from a remote location to update a target.
load [-o verbose][-script]-source URI[target]
where:
URI is the uniform resource indicator.
target is the target and path to act upon.
This ILOM command transfers a file from a remote location specified by the URI to update a target. If no target is specified, the current target is affected. Your user must have administrator (a) privileges to use this command.
The following table describes the options to the load command and their purposes:
|
The following example shows how to load a custom certificate file, server.pem, to the /SP/services/https/ssl/custom_cert target from the host at IP address 123.45.67.89 using the TFTP protocol with the load command.
-> load -source tftp://123.45.67.89/server.pem /SP/services/https/ssl/custom_cert Load successful. ->