1. Boot into a Linux install and launch a shell.
2. Download the Supermicro IPMICFG tool and transfer it to the server.
3. Unzip the IPMICFG zip file.
unzip IPMICFG_1.33.0_build.210528.zip
4. Navigate to the Linux 64bit version of IPMICFG.
cd IPMICFG_1.33.0_build.210528/Linux/64bit
To use IPMICFG, run it out of your current directory and give it different supported switches/flags.
./IPMICFG-Linux.x86_64 -m
./IPMICFG-Linux.x86_64 -m
./IPMICFG-Linux.x86_64 -user list
./IPMICFG-Linux.x86_64 -user add <user id> <user name> <password> <privilege>
Example: This will create a new user with ID 5
, username of ross
, password of myPassword1
, privilege level of 4
./IPMICFG-Linux.x86_64 -user add 5 ross myPassword1 4