Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Datacenter InfiniBand Switch 36 HTML Document Collection for Firmware Version 2.1 |
USB Management Connector and Pins
InfiniBand QSFP Connector and Pins
Understanding InfiniBand Cabling
Preparing to Install the Switch
Suggested Tools for Installation
Antistatic Precautions for Installation
Verify Shipping Carton Contents
Assemble the Optical Fiber InfiniBand Cables
Install the Switch in the Rack
Verifying the InfiniBand Fabric
Network Management Troubleshooting Guidelines
Understanding Routing Through the Switch
Understanding Administrative Commands
Administering the I4 Switch Chip
Controlling the I4 Switch Chip
Administering the Subnet Manager
Controlling the Subnet Manager
Configuring Secure Fabric Management
Administering the InfiniBand Fabric
Monitoring the InfiniBand Fabric
Controlling the InfiniBand Fabric
Understanding Oracle ILOM on the Switch
Understanding Oracle ILOM Targets
Administering Oracle ILOM (CLI)
Accessing Oracle ILOM From the CLI
Switching Between the Oracle ILOM Shell and the Linux Shell
Monitoring Oracle ILOM Targets (CLI)
Controlling Oracle ILOM Targets (CLI)
Upgrading the Switch Firmware Through Oracle ILOM (CLI)
Administering Oracle ILOM (Web)
Access Oracle ILOM From the Web Interface
Monitoring Oracle ILOM Targets (Web)
Controlling Oracle ILOM Targets (Web)
Upgrade the Switch Firmware (Web)
Accessing the Rear Panel Diagram
Accessing Status Pane Information
Monitoring Parameters and Status
Administering Oracle ILOM (SNMP)
Monitoring Oracle ILOM Targets (SNMP)
Controlling Oracle ILOM Targets (SNMP)
Display the Sensor States (IPMI)
Display the Sensor Information (IPMI)
Display the System Event Log (IPMI)
Display FRU ID Information (IPMI)
Display Switch Status LED States (IPMI)
Disable the Locator LED (IPMI)
Understanding Oracle ILOM Commands
Identify Faults in the Oracle ILOM Event Log
Determining the Alarm State of a Component or System
Understanding Service Procedures
Antistatic Precautions for Service
Determine If a Power Supply Is Faulty
Inspecting the InfiniBand Cables
Determine If the Battery Is Faulty
Remove the Switch From the Rack
Understanding Hardware Commands
Linux Shells for Hardware Commands
Understanding InfiniBand Commands
Linux Shells for InfiniBand Commands
Understanding the SUN-DCS-IB-MIB MIB OIDs
Understanding the SUN-FABRIC-MIB MIB OIDs
Understanding the SUN-HW-TRAP-MIB MIB OIDs
Understanding the SUN-ILOM-CONTROL-MIB MIB OIDs
Understanding the SUN-PLATFORM-MIB MIB OIDs
Sets the readable M_Key for the Subnet Manager.
setsmmkey m_key|none|list
where m_key is a 12-digit hexadecimal number
This hardware command adds an extra layer of security to administering the Subnet Managers of the InfiniBand fabric. The Management Key (M_Key) is a 48-bit value that is used like a password to authorize access to the Subnet Manager Agent, thereby regulating control of the HCAs, switches, and other InfiniBand devices within the fabric. Any attempt to initialize or configure an InfiniBand node without the correct readable M_Key will fail.
The readable M_Key provides for two specific security features:
Any unauthorized host-based Subnet Manager cannot assume control of the InfiniBand fabric.
Prevents unauthorized modification of the Subnet Manager Agent from outside of the Subnet Manager.
The none and list arguments of the setsmmkey command disable the readable M_Key functionality or display the current readable M_Key value respectively.
Note - The same readable M_Key value must be configured on all Subnet Managers in the InfiniBand fabric. Additionally, you must disable the Subnet Manager before setting the readable M_Key value, and re-enable the Subnet Manager after setting the readable M_Key value.
Note - Once the readable M_Key is configured, the ibportstate command can no longer enable, disable, or reset a port. However, the enableswitchport and disableswitchport commands are still functional.
Note - Enabling secret M_Key functionality overrides any readable M_Key configured.
The setsmmkey command is available from the /SYS/Fabric_Mgmt Linux shell target of the Oracle ILOM CLI interface.
This example shows how to set the readable M_Key for the Subnet Manager with the setsmmkey command.
FabMan@switch_name->setsmmkey 0xabbababe0001 Current SM settings: smpriority 1 controlled_handover FALSE subnet_prefix 0xfe80000000000000 M_Key 0xabbababe0001 Routing engine FatTree FabMan@switch_name->