User Guide

Intel® BMC And RMM4 User Guide Configuring the Integrated BMC Web Console and Intel® RMM4
Revision 2.8 Intel order number H54847-001 49
4.5 Configuring the Server Management NIC using the Intel
®
System
Configuration Utility (SysConfig)
This section describes the basic commands needed to configure the RMM4 using SysConfig
commands. This utility is supported in EFI, Linux*, and Microsoft Windows*. The commands
are the same for all versions. At a minimum, you need to configure the following settings:
Enable one user
Enable user’s privilege level
Set users and passwords
IP source (static or DHCP)
IP Address
Subnet mask
Default gateway (only required if you will be connecting from client outside of subnet)
Enable text-based console redirection (Serial Over LAN – SOL) if needed
Note: The examples in the following sections use the Intel
®
Dedicated Server Management NIC
LAN channel 3. If you are not using the Intel
®
Dedicated Server Management NIC, substitute
the appropriate channel number. For NIC1 it will be channel 1. For NIC2 it will be channel 2.
4.5.1 Configuring the User
Step by step instructions to enable a user for the RMM4:
1. Set the password for BMC user 2 (root) by typing (password is “p@ssw0rd” in this
example):
syscfg /u 2 “root” “p@ssw0rd”
2. Enable the BMC user 2 on LAN channel 3 by typing:
syscfg /ue 2 enable 3
3. Enable the “admin” privilege and payload type to “SOL+KVM” for the BMC user 2 on
LAN channel 3 by typing:
syscfg /up 2 3 admin sol+kvm
4.5.2 Configuring the IP Address
Set static IP address and subnet mask on LAN channel 3 by typing:
syscfg /le 3 static <STATIC_IP> <SUBNET_MASK>
If needed, set the default gateway on LAN channel 3 by typing:
syscfg /lc 3 12 <DEFAULT_GATEWAY_IP>
Set DHCP IP address source on LAN channel 3 by typing:
syscfg /le 3 dhcp
4.5.3 Configuring the Serial Over LAN
If needed, enable the Serial Over LAN (SOL) on LAN Channel 3 by typing:
syscfg /sole 3 Enable Admin BAUD_RATE RETRY_COUNT
RETRY_INTERVAL_IN_MILLISECONDS