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
Adds a user. Issued on the CMC.
user add userid user_name channel_access_flags privilege_level password
where:
userid is a valid user identifying number.
user_name is the username (truncated to 16 characters).
channel_access_flags is described in the following topic.
privilege_level is the user privilege level.
password is the user’s password (truncated to 16 characters).
This CLIA command adds a new user to the system. The channel access flag is the first byte of the SetUserInfo command, of which only bits 4, 5, and 6 are meaningful. Their use is as follows:
Bit 6 – IPMI messaging enabled.
Bit 5 – Link authentication enabled.
Bit 4 – Restricted to callback.
Note - The user password is enclosed in quotes (““).
The following example shows how to add user 3 with the name test_user, administrator privilege level, and password passwurd with the user add command.
# clia user add 3 "test_user" 0x40 4 "passwurd" Pigeon Point Shelf Manager Command Line Interpreter User 3 added successfuly # clia user Pigeon Point Shelf Manager Command Line Interpreter 1: "" Channels 0-15 Privilege level: "Administrator" Flags: "IPMI Messaging" 2: "openhpi" Channels 0-15 Privilege level: "OEM Proprietary" Flags: "IPMI Messaging" 3: "test_user" Channels 0-15 Privilege level: "Administrator" Flags: "IPMI Messaging" #