User Guide

Intel
®
Remote Management Module User’s Guide 9
MMCONFIG Utility Commands
The Config Server is the firmware engine for setting and getting configuration parameters
on the Intel
®
RMM. It implements the Get and Set portions of the CLI commands (-s and
–g). In the appendix you will find list of commands a user can execute. See “Config
Server Commands” on page 36.
All parameter values are treated as ASCII NULL terminated string values by the
command line tool and USB interface. All commands are in the form of:
Mmconfig -option object/<instance>/attribute=value
Instance is usually optional and is only needed for user objects. Command strings are
case-insensitive except for user names and passwords, which are case-sensitive. All
filenames sent to the Intel
®
RMM Config Server are case-insensitive. “SUCCESS” or
“OK” are the default successful replies and error reply messages begin with “ERROR:”
Examples
A typical local (via USB) session to GET and then SET the IP Address of the management
NIC on the Intel
®
RMM looks like:
MMConfig –g LAN3/IPADDR
Reply is
192.168.0.101
MMConfig –s LAN3/IPADDR=192.168.0.50
Reply is
OK
Note: Changing the IP address of the Intel
®
RMM takes one minute after entering the command
above.
A typical remote (via TCP in which the Intel
®
RMM card IP Address is 192.168.0.101)
session to GET and then SET the IP Address looks like:
MMConfig –a 192.168.0.101 –u admin -p password –g LAN3/IPADDR
Reply is:
OK
OK
192.168.0.101
MMConfig –a 192.168.0.101 –s LAN3/IPADDR=192.168.0.50
Reply is:
OK
OK