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 conguration groups into a le, if a key property within a group is not set, the
conguration group is not saved as part of the conguration le. To replicate these conguration groups on other CMCs, set the key
property before executing the
getconfig -f command. Alternatively, enter the missing properties into the conguration 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
Modicación de la dirección IP del CMC
Cuando modique la dirección IP de la CMC en el archivo de conguració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 identica 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 conrmar la actualización.
Utilice este archivo para descargar cambios que abarcan a toda la empresa o para congurar 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 conguración del chasis.
Conguración del CMC 105