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

load Command

Transfers a file from a remote location to update a target.

Syntax

load [-o verbose][-script]-source URI[target]

where:

Description

This ILOM command transfers information in 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.

Options

The following table describes the options to the load command and their purposes:

Option
Purpose
-o
Enables verbose output.
-script
Skips confirmation of the action and proceeds as if yes was specified.
Example

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.
->
Related Information