1. USB에서 Switch의 bootflash에 image copy

switch# dir usb1:

switch# dir bootflash:

switch# copy usb1:aci-n9000-dk9.14.2.7f.bin bootflash:

 

2. NXOS 모드를 끄고, 지정한 ACI image를 사용하여 booting 하도록 설정 후  reload 

switch(config)# no boot nxos

switch(config)# boot aci bootflash:///aci-n9000-dk9.14.2.7f.bin

switch(config)# copy r s

switch(config)# reload

  * username admin password xxxx (계정이 없는 경우 설정)

  * reload 후 Loder 모드로 진입함.

 

3. ACI image로 booting

loader > dir

loader > boot aci-n9000-dk9.14.2.7f.bin

 

5. image 확인

(none)# copy usb/usb1/aci-n9000-dk9.14.2.7f.bin bootflash

(none)# show version

.........

  kickstart: version 14.2(7f) [build 14.2(7f)]
.........
  kickstart image file is: /bootflash/aci-n9000-dk9.14.2.7f.bin

(none)# dir bootflash

 

6. ACI 모드의 bootflash에 새 image가 있는지 확인
(none)# cat /mnt/cfg/0/boot/grub/menu.lst.local
(none)# cat /mnt/cfg/1/boot/grub/menu.lst.local

 

7. ACI 모드의 bootflash에 사용하고자 하는 image로 변경

(none)# setup-bootvars.sh aci-n9000-dk9.14.2.7f.bin

'네트워크 > OS' 카테고리의 다른 글

ACI OS USB install (ACI --> ACI)  (0) 2023.06.11
[NXOS] Nexus OS install (ICAM serivce 관련)  (0) 2023.02.03
[NXOS] Nexus C93180YC-EX - OS install (USB)  (0) 2023.02.02

+ Recent posts