Users Guide

For indexed groups the object anchor must be the rst object after the [ ] pair. The following are examples of the current indexed
groups:
[cfgUserAdmin]
cfgUserAdminUserName= <USER_NAME>
When using remote RACADM to capture the conguration groups into a le, if a key property within a group is not set, the
conguration group is not saved as part of the conguration le. To replicate these conguration groups on other CMCs, set the key
property before executing the
getconfig -f command. Alternatively, enter the missing properties into the conguration le
manually after running the getconfig -f command. This is true for all the racadm indexed groups.
This is the list of the indexed groups that exhibit this behavior and their corresponding key properties:
cfgUserAdmin — cfgUserAdminUserName
cfgEmailAlert — cfgEmailAlertAddress
cfgTraps — cfgTrapsAlertDestIPAddr
cfgStandardSchema — cfgSSADRoleGroupName
cfgServerInfo — cfgServerBmcMacAddress
Modicación de la dirección IP del CMC
Cuando modique la dirección IP de la CMC en el archivo de conguración, retire todas las entradas <variable> = <value>
innecesarias. Solo queda la etiqueta del grupo de variables actual con [ and ], incluidas las dos entradas <variable> = <value>
relacionadas con el cambio en la dirección IP.
Por ejemplo:
#
# Object Group "cfgLanNetworking"
#
[cfgLanNetworking]
cfgNicIpAddress=192.168.2.110
cfgNicGateway=192.168.2.1
Este archivo se actualiza de la siguiente forma:
#
# Object Group "cfgLanNetworking"
#
[cfgLanNetworking]
cfgNicIpAddress=192.168.1.143
# comment, the rest of this line is ignored
cfgNicGateway=192.168.1.1
El comando racadm config -f <myfile>.cfg analiza el archivo e identica los errores por número de línea. Un archivo correcto
actualiza las entradas correctas. Además, puede usar el mismo comando getconfig del ejemplo anterior para conrmar la actualización.
Utilice este archivo para descargar cambios que abarcan a toda la empresa o para congurar nuevos sistemas en la red con el comando
racadm getconfig -f <myfile> .cfg.
NOTA
:
Anchor
es una palabra reservada y no se debe utilizar en el archivo .cfg.
Visualización y terminación de sesiones en el CMC
Es posible ver el número de usuarios actualmente conectados en iDRAC y terminar las sesiones de usuario.
NOTA
: Para terminar una sesión, debe tener privilegios de Administrador de conguración del chasis.
Conguración del CMC 105