USB로 펌웨어 업데이트 하기
순서대로 진행하기
====USB 삽입 후, 마운트=====
usb enable
mount /uflash
===working 폴더 이동 후, 내부 파일 확인====
cd working
ls -al
===확장자 img를 가진 모든 파일 삭제====
rm *.img
===USB 폴더에서 working 폴더로 복사====
cp imgsha256sum /uflash /flash/working
cp software.lsm /uflash /flash/working
cp Nos.img /uflash /flash/working
===내부 파일 재확인====
ls -la
===working 폴더와 certified 폴더 확인====
show microcode working
show microcode certified
===umount====
usb disable
===재부팅 *주의 = 저장은 재부팅 후에 진행===
reload from working no rollback-timeout
===working 폴더와 certified 폴더 확인====
show microcode working
show microcode certified
show running-directory
// - Running Configuration : SYNCHRONIZED 확인
- certify/Restore status : CERTIFY 확인
- Running configuration : working 확인
===working폴더로의 부팅 확인 후, 저장하여 working 폴더와 certified 폴더 동기화===
write memory flash-syncho
'IT > ㄴ Alcatel-Lucent' 카테고리의 다른 글
[Alcatel] write memory flash-synchro 명령어 입력 불가할 때 (0) | 2023.06.27 |
---|---|
[Alcatel] Firmware Upgrade [FTP 방식] (0) | 2023.06.26 |
[Alcatel] IP DHCP Relay (0) | 2023.06.26 |
[Alcatel] DHCP 설정 (0) | 2023.06.26 |
[Alcatel] DHCP-Snooping (0) | 2023.06.26 |