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
Creates a target.
create [target][property = value property = value ...]
where:
target is the target and path to create or act upon.
property is the property of the target to create.
value is the value of the property created.
This ILOM command creates a new target or new property for an existing target. If no target is specified, the current target is affected. Your user must have administrator (a) privileges to use this command.
The following example shows how to create a /SP/users/test user target with the create command.
-> create /SP/users/test Creating user... Enter new password: password Enter new password again: password Created /SP/users/test ->