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
Switch From the ILOM Shell to the Linux Shell (CLI)
Switch From the Linux Shell to the ILOM Shell (CLI)
Display the State of the Aggregate Sensor (CLI)
Display the ILOM Sessions (CLI)
Display the ILOM Event Log (CLI)
Checking the Status of Services (CLI)
Display the HTTP Service Status (CLI)
Display the HTTPS Service Status (CLI)
Display the SSL Certificates (CLI)
Display the SNMP Service Status (CLI)
Display the SNMP User Accounts (CLI)
Display the SNMP Service Communities (CLI)
Display the IPMI Service Status (CLI)
Display the ILOM User Accounts (CLI)
Display the Network Management Configuration (CLI)
Get Help on an ILOM Command (CLI)
Get Help on an ILOM Target Property (CLI)
Display Chassis FRU Information (CLI)
Display the ILOM Firmware Version (CLI)
Controlling ILOM Targets (CLI)
Performing General Tasks on ILOM Targets (CLI)
Clear the ILOM Event Log (CLI)
Back Up the ILOM Configuration (CLI)
Restore the ILOM Configuration (CLI)
Performing ILOM User Tasks (CLI)
Add an ILOM User Account (CLI)
Change an ILOM User's Password and or Role (CLI)
Delete an ILOM User Account (CLI)
Disable the HTTP Service (CLI)
Enable the HTTPS Service (CLI)
Install a Custom SSL Certificate (CLI)
Remove the Custom SSL Certificate (CLI)
Disable the HTTPS Service (CLI)
Configure the SNMP Service (CLI)
Add SNMP Service User Accounts (CLI)
Delete SNMP Service User Accounts (CLI)
Add SNMP Service Communities (CLI)
Delete SNMP Service Communities (CLI)
Back Up SNMP Service MIBs (CLI)
Disable the SNMP Service (CLI)
Set the CLI Configuration (CLI)
Upgrading the Switch Firmware Through ILOM (CLI)
Install the flint Application (CLI)
Download the Switch Firmware Package (CLI)
Set Component Firmware to Upgrade (CLI)
Upgrade the Switch Firmware (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
This task enables you to configure the NET MGT interface.
Note - The following procedure makes changes that do not require a reset or reboot.
-> set /SP/network property=value property=value ...
where:
property is the parameter of the network to configure.
value is the value of the property to configure.
The following properties are supported:
pendingipaddress – The value is the IP address of the CMC to be configured.
pendingipdiscovery – The value is the method of IP discovery to be configured, either static or dhcp.
pendingipgateway – The value is the IP address of the gateway to be configured.
pendingipnetmask – The value is the netmask to be configured.
Note - You can configure one, several, or all properties in one command line.
-> set /SP/network commitpending=true
For example, to set the IP address of the CMC:
-> show /SP/network ipaddress /SP/network Properties: ipaddress = 123.45.67.89 -> set /SP/network pendingipaddress=123.45.67.90 Set ’pendingipaddress’ to ’123.45.67.90’ -> set /SP/network commitpending=true Set ’commitpending’ to ’true’
The IP address has changed to 123.45.67.90.
Note - Changing some network management properties terminates the NET MGT connection to the CMC. You must re-establish the connection to continue administering the CMC. See Access ILOM From the CLI.
-> show /SP/network ipaddress /SP/network Properties: ipaddress = 123.45.67.90 ->