74
The default values of the aTCA-9300 SOL parameters are listed in the table below
Parameter Default
Value
Channel 5 IP Address
172.17.172.134
User ID
2
User Name
adlinkuser
Password adlinkuser
Below are 2 samples to establish the SOL session via channel 5 with default user name and
password:
Sample:
Establish a non-encrypted RMCP+ SOL session
./ipmitool -I lanplus -H 172.17.172.134 -C 0 -U "adlinkuser" -P "adlinkuser" sol activate
Establish an encrypted RMCP+ SOL session
./ipmitool -I lanplus -H 172.17.172.134 -C 3 -k gkey -U "adlinkuser" -P "adlinkuser" sol
activate
For more details on IPMI commands, please visit the following site:
http://ipmitool.sourceforge.net.