Este documento describe el proceso para sustituir un switch de hoja, que ha fallado debido a un problema de hardware, en modo de infraestructura centrada en aplicaciones (ACI).
Existe un fabric ACI actual y en funcionamiento. Una hoja ha fallado, que anteriormente era funcional y parte del fabric. Esto se debe a una falla de hardware y la hoja debe ser reemplazada.
Complete estos pasos para reemplazar la hoja:
switch# dir usb1:
switch# copy usb1:aci-n9000-dk9.11.0.3f.bin bootflash:
switch# configure terminal
switch(config)# interface mgmt 0
switch(config-if)# ip address ipv4-address{ [/length] | [subnet-mask]}
switch(config-if)# no shutdown
switch(config-if)# exit
switch(config)# vrf context management
switch(config-vrf)# ip route 0.0.0.0/0 default-gw-ip
switch(config-vrf)# exit
switch(config)# feature scp-server
switch(config)# exit
switch# copy running-config startup-config
Ingrese este comando en el APIC:
admin@apic:~>
scp /firmware/fwrepos/fwrepo/admin@ :
switch# configure terminal
switch(config)# interface mgmt 0
switch(config-if)# ip address ipv4-address{ [/length] | [subnet-mask] }
switch(config-if)# no shutdown
switch(config-if)# exit
switch(config)# vrf context management
switch(config-vrf)# ip route 0.0.0.0/0 default-gw-ip
switch(config-vrf)# end
Verifique que el servidor se pueda hacer ping desde el VRF de administración y luego copie la imagen del servidor en la memoria flash de inicialización.
switch#
copy scp://scpuser@10.0.0.10/path/to/aci-n9000-dk9.11.0.3f.bin bootflash: vrf management
Ingrese el comando dir bootflash: para verificar que la imagen ACI se ha transferido correctamente al switch independiente.
Software NXOS probado: n9000-dk9.6.1.2.I3.3a.bin
Software ACI probado: aci-n9000-dk9.11.0.3f.bin
Ingrese estos comandos en el nodo independiente:
switch# configure terminal
switch(config)# boot aci bootflash:
switch(config)# reload
Software NXOS probado: n9000-dk9.6.1.2.i2.1.bin
Software ACI probado: aci-n9000-dk9.11.0.2j.1.0-2j.bin
Ingrese estos comandos en el nodo independiente:
switch# configure terminal
switch(config)# no boot nxos
switch(config)# end
switch# copy running-config startup-config
switch# reload
Esto hace que el switch se inicie en el mensaje 'loader>'. Ingrese el comando dir para enumerar el contenido de bootflash para el nombre de la imagen ACI.
Inicie la imagen ACI con el comando boot<aci_image_name.bin>.
La hoja se inicia en el modo ACI en un estado de detección de fabric. Inicie sesión con el nombre de usuario admin sin contraseña.
(none)# dir bootflash
(none)# setup-bootvars.sh
leaf# cat /mnt/cfg/0/boot/grub/menu.lst.local
boot aci-n9000-dk9.11.0.3f.bin
leaf# cat /mnt/cfg/1/boot/grub/menu.lst.local
boot aci-n9000-dk9.11.0.3f.bin
La hoja recibe una dirección IP, que se refleja en la GUI de APIC.
La nueva hoja ya se ha unido completamente al fabric de ACI y el APIC aplica automáticamente todas las políticas relevantes. En este caso, una hoja con ID de nodo 102 falló. Fue reemplazado por otra hoja, que recibió el mismo ID de nodo. A continuación, el APIC introduce todas las políticas relevantes para el Nodo 102 en la nueva hoja sin necesidad de configuración adicional.
En la línea de comandos, el nombre de host cambia para reflejar lo que se ingresó en la GUI de APIC, que verifica que las políticas se hayan enviado al nuevo nodo.
Revisión | Fecha de publicación | Comentarios |
---|---|---|
1.0 |
02-Apr-2015 |
Versión inicial |