[Alteon] L4 OS 및 boot 교체.
Alteon 은 OS image 영역과
Kernel 에 해당하는 boot 영역이 있다.
업그레이드나 다운그레이드 할 때 둘 다 같이 맞춰준다.
안맞추면 어떤일이 생길지 몰라서 맞춤 ㅠ
아래 링크 내용을 기반으로 내가 다시 봤을 때 손쉽게 업그레이드 및 다운그레이드 하는데에 목적이 있는 글임.
참조 URL : https://m.cafe.daum.net/serverpro/e8LA/4?q=D_oNeYewAwh3Y0&
1. TFTP 서버가 올라가 있는 노트북(어떤 유틸리티든 상관없음).
2. UTP로 L4와 노트북을 연결하고 IP 통신 할 수 있는 환경으로 만들 것(위 URL을 참조하면 알겠지만 Console Serial 케이블로는 방법이 다름)
/c/l3/if 1
ena
addr 1.1.1.2
mask 255.255.255.0
broad 1.1.1.255
노트북 IP : 1.1.1.1/24
###############################################################################################
/boot/gtimg 입력하면 세가지 중 하나를 선택하게끔 뜬다.
image1 과 image2는 OS영역이니 비어있는데나 덮어씌우려고 하는 곳 둘중 하나 선택하면 된다.
boot는 위에서 말했듯이 커널 영역이다.
아래는 커널 교체할 때 사용했던 Config 다.
빨간색 부분은 내가 직접 타이핑한 것이고
파란색 부분은 주석이다.
>> Configuration# /boot/gtimg
Enter name of switch software image to be replaced
["image1"|"image2"|"boot"]: boot -> 커널 쪽 교체하려고 선택
Enter hostname or IP address of FTP/TFTP server: 1.1.1.1 -> Tftp server(노트북)
Enter name of file on FTP/TFTP server:
<CLOCK NOT SET> ALERT stp: STG 1, topology change detected
25._0_1_kernel.img -> Tftp server(노트북)에 있는 파일 이름
Enter username for FTP server or hit return for TFTP server:
boot kernel currently contains Software Version 23.0.4
New download will replace boot kernel with the file "25._0_1_kernel.img"
from TFTP server 1.1.1.1, over the data port.
Confirm download operation [y/n]: y -> 다운로드 하겠냐고 물어보는 것.
Starting download...
File appears valid.
Download in progress...........................................................................................................................................
Image download complete (3560778 bytes).
후 /boot/reset 해주면 된다.
#################################
Image is too large for FLASH region 에러
image1 21.0.4 <------- 얘로 부팅
image2 23.0.2
커널 이미지는 25.0.1로 잘 올라갔으나
위 상태에서 image1을 25.0.1로 바꾸려하니 Image is too large for FLASH region 라는 메시지를 봤다.
재부팅해도 똑같이 안되길래 image2로 부팅하고 25.0.1 이미지를 올리니 정상적으로 올라갔다.
'L4' 카테고리의 다른 글
[Alteon] Config Sync peer 설정 (0) | 2020.08.04 |
---|---|
L4 스위치 Loadbalancing Metric 종류 (0) | 2017.08.01 |