cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
1037
Visitas
0
ÚTIL
1
Respuestas

Activación SMU Nexus 9000

ohjamerica
Level 1
Level 1

Buen día, 

Me podrían apoyar por favor, se anuncio el siguiente bug que afecta a los Nexus 9000 "Solid State Drive Issue on Certain Products" https://tools.cisco.com/security/center/resources/ssd he intentado aplicar el Workaround/Solution recomendado, sin embargo, al momento de installar el SMU me muestra el siguiente error:

 

Install operation 14 "failed because yum-plugin returned an error".

Install operation 17 "failed and activation rolled back".

 

El SMU que intento activar es el: nxos.CSCvx21260-n9k_ALL-1.0.0-7.0.3.I7.9.lib32_n9000.rpm

El IOS que actualmente tiene el Nexus es: nxos.7.0.3.I7.7.bin

 

Si les ha ocurrido algo similar me podrían orientar por favor.

Gracias!

1 RESPUESTA 1

Nate_Hill85
Level 1
Level 1

We also had this problem running nxos.7.0.3.I7.6.bin code but was the exact issue of us trying to do the SMU patch for CSCvx21260. Working with Cisco TAC we had to delete the yum repository and then activate the patch.


########################################################################################

SWITCH# config t
Enter configuration commands, one per line. End with CNTL/Z.
SWITCH(config)# feature bash-shell
SWITCH(config)# end
SWITCH# run bash sudo su
bash-4.2# cat /etc/yum/repos.d/patching.repo
[patching]
name=Patch-RPM Database
baseurl=file:///bootflash/.rpmstore/patching/patchrepo
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/arm-Nexus9k-rel.gpg
metadata_expire=0
cost=500
!
!
bash-4.2$ exit
!
!
SWITCH# dir bootflash:.rpmstore/config/etc/yum/repos.d
189 Jan 23 08:49:01 2019 patching.repo

Usage for bootflash://sup-local
4937244672 bytes used
48783298560 bytes free
53720543232 bytes total
!
!
SWITCH# delete bootflash:.rpmstore/config/etc/yum/repos.d/patching.repo
Do you want to delete "/.rpmstore/config/etc/yum/repos.d/patching.repo" ? (yes/no/abort) [y] y
!
!
SWITCH# dir bootflash:.rpmstore/config/etc/yum/repos.d

Usage for bootflash://sup-local
4937240576 bytes used
48783302656 bytes free
53720543232 bytes total
!
!
SWITCH# run bash
bash-4.2$ sudo sed -i '/^gpgkey=file.*$/d' /etc/yum/repos.d/patching.repo
bash-4.2$ sudo sed -i 's|gpgcheck=1|gpgcheck=0|' /etc/yum/repos.d/patching.repo
bash-4.2$ cat /etc/yum/repos.d/patching.repo
[patching]
name=Patch-RPM Database
baseurl=file:///bootflash/.rpmstore/patching/patchrepo
enabled=1
gpgcheck=0
metadata_expire=0
cost=500
!
!
bash-4.2$ exit
!
!
SWITCH# show install inactive
Boot Image:
NXOS Image: bootflash:/nxos.7.0.3.I7.6.bin
Inactive Packages:
nxos.CSCvx21260-n9k_ALL-1.0.0-7.0.3.I7.9.lib32_n9000


Inactive Base Packages:
!
!
SWITCH# install activate nxos.CSCvx21260-n9k_ALL-1.0.0-7.0.3.I7.9.lib32_n9000
[####################] 100%
Install operation 16 completed successfully at Sat Sep 17 00:20:15 202
!
!
SWITCH# show install committed
Boot Image:
NXOS Image: bootflash:/nxos.7.0.3.I7.6.bin
Committed Packages:
!
!
SWITCH# install commit
[####################] 100%
Install operation 17 completed successfully at Sat Sep 17 00:20:53 2022
!
!
SWITCH# show install committed
Boot Image:
NXOS Image: bootflash:/nxos.7.0.3.I7.6.bin
Committed Packages:
nxos.CSCvx21260-n9k_ALL-1.0.0-7.0.3.I7.9.lib32_n9000
!
!
SWITCH#config t
SWITCH(config)# run bash sudo su
!
bash-4.2# smartctl -a /dev/sda | egrep 'Model|Firmware|Hours'
Device Model: Micron_M500IT_MTFDDAT064SBD
Firmware Version: MU05.00
!
!
!!! looking for it to say "Firmware Version: MU05.00" this means the patch has been installed
###################################################################################