07-25-2024 12:17 PM
Hi,
I am facing some issues while converting the 9000 NXOS to ACI mode and need some inputs on this.
Version information:
Software
BIOS: version 05.39
NXOS: version 9.3(2)
BIOS compile time: 08/30/2019
NXOS image file is: bootflash:///nxos.9.3.2.bin
NXOS compile time: 11/4/2019 12:00:00 [11/04/2019 22:13:33]
Hardware
cisco Nexus9000 C93360YC-FX2 Chassis
Intel(R) Xeon(R) CPU D-1526 @ 1.80GHz with 24570348 kB of memory.
Processor Board ID FDO24030144
Device name: OCI_Test_SW1
bootflash: 115805708 kB
Kernel uptime is 0 day(s), 0 hour(s), 10 minute(s), 26 second(s)
Last reset at 100480 usecs after Thu Jul 25 19:14:11 2024
Reason: Reset Requested by CLI command reload
System version: 9.3(2)
Service:
plugin
Core Plugin, Ethernet Plugin
Active Package(s):
------------------------------------------------------------------------------------
TEST(config)# no boot nxos
TEST(config)# boot aci bootflash:aci-n9000-dk9.16.0.5h-cs_64.bin
Warning: Please check list of all ACI supported hardware before doing this operation, not all hardware are supported.
Warning: Booting to an ACI image will remove all nxos configuration and format bootflash. Do you want to continue (y/n)?[n] y
Performing image verification and compatibility check, please wait....
Unable remove internal file
Error opening the image /bootflash//aci-n9000-dk9.16.0.5h-cs_64.bin. err = 0x80a3004b
Failed to get image software id. Aborting..
TES(config)#
Solved! Go to Solution.
07-26-2024 12:02 AM - edited 07-26-2024 12:07 AM
Hi @TSR
Below are the steps of
Converting N9K from Cisco NX-OS to ACI Boot Mode, Using a USB drive.
Equipment Required:
Procedure:
Switch# dir usb1:
(or dir usb2: depending on which USB slot you have plugged the drive into)
4. Copy the ACI image to the bootflash
Switch# copy usb1:<ACI-image-name> bootflash:
Note: In case of modular chassis e.g. N9508 etc.; If you have a dual-supervisor system, you have an additional step, which is to copy the ACI image to the standby supervisor module:
Switch(config)# copy bootflash:aci-image bootflast://sup-standby/
5. Upgrade the image using below steps:
Switch(config)# no boot nxos
Switch(config)# copy running-config startup-config
Switch(config)# boot aci bootflash:aci-image-name
Switch(config)# reload
Once the switch is rebooted with the new image, you can log in.
07-28-2024 09:30 PM
It should work. I upgraded less than a year back sans issue. Please recheck.
Did you format your pen drive using FAT32 file system?
07-25-2024 01:12 PM
check the support matrix :
https://www.cisco.com/c/en/us/td/docs/Website/datacenter/acihwsupport/index.html
also worth check field notice :
https://www.cisco.com/c/en/us/support/docs/field-notices/721/fn72145.html
check converting nxos to ACI minimum version.
07-26-2024 12:02 AM - edited 07-26-2024 12:07 AM
Hi @TSR
Below are the steps of
Converting N9K from Cisco NX-OS to ACI Boot Mode, Using a USB drive.
Equipment Required:
Procedure:
Switch# dir usb1:
(or dir usb2: depending on which USB slot you have plugged the drive into)
4. Copy the ACI image to the bootflash
Switch# copy usb1:<ACI-image-name> bootflash:
Note: In case of modular chassis e.g. N9508 etc.; If you have a dual-supervisor system, you have an additional step, which is to copy the ACI image to the standby supervisor module:
Switch(config)# copy bootflash:aci-image bootflast://sup-standby/
5. Upgrade the image using below steps:
Switch(config)# no boot nxos
Switch(config)# copy running-config startup-config
Switch(config)# boot aci bootflash:aci-image-name
Switch(config)# reload
Once the switch is rebooted with the new image, you can log in.
07-26-2024 06:50 AM
I followed the same steps but no luck. Back in 2018 I did the same process it was working at that time but not now.
07-28-2024 09:30 PM
It should work. I upgraded less than a year back sans issue. Please recheck.
Did you format your pen drive using FAT32 file system?
11-07-2024 07:16 AM
I had this issue and had to load the ACI by breaking the startup and loading the ACI boot there.
dir usb1:
(locate ACI image and copy, if it states usb not found please use steps to format usb on the switch below)
conf t
no boot nxos
exit
copy usb1:/(ACI bin file) bootflash:
(wait for copy to finish)
copy run start
reload
(use control C to break the startup process once you see start up texts on the screen)
loader > boot bootflash:(ACI bin file)
(Should see a banner statement saying Converting switch from NXOS to ACI mode, reboot will take 15 minutes or so)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide