## Connectrix DS 제품 SAN switch 해당
(Brocade SAN Switch)
- 부팅 중에 ESC ### esc 키 연타
- 옵션 번호 3을 선택 ### 옵션 2는 제조사 Case 로 복구
- printenv
- setenv OSLoadOptions single
- saveenv
- boot
- mount -vo remount,rw,noatime /
- mount /dev/hda2 /mnt
- hda1 명령어를 리턴하면 hda2 로 입력
### printenv 의 prt 가 1이면 /dev/sda2 , 2이면 /dev/sda1
- /sbin/passwddefault
- bootenv OSLoadOptions "quiet, quiet"
- reboot -f
==========================================================
Esc 키 를 누르면 부팅 PROM 메뉴가 다음 옵션과 함께 표시 됩니다.
1) 시스템을 시작 합니다. (시스템을 재부팅 합니다.)
2) 암호를 복구 합니다. (지원 공급 업체에서 부팅 PROM 암호를 복구 하는 데 사용할 문자열을 생성 합니다. 기술 지원 담당자가 지시 하는 경우에만이 기능을 사용 하십시오. 부팅 Prom 암호가 설정 되어 있지 않으면 4로 이동 합니다.
3) command shell을 입력 합니다. (명령 셸을 열고 모든 시스템 암호를 재설정할 수 있습니다.)
=====================================================
1. SAN switch Serial 케이블 연결
2. 스위치를 재부팅 합니다. 혹시 로그인을 못해서 정상으로 재부팅을 못하시면 그냥 파워 뺏다 꼽으세요.
3. 테스트를 중지하거나 AutoBoot를 중지하라는 메세지가 표시되면 ESC키를 눌러 주세요.
The Boot PROM menu is displayed with the following options:
• Start system
Used to reboot the system.
• Recover password.
Used to generate a character string for your support provider to recover the Boot PROM
password. Use this feature only when directed by technical support personnel.
• Enter command shell.
Used to enter the command shell, to reset all passwords on the system.
Checking system RAM - press any key to stop test
Checking memory address: 00100000
System RAM test terminated by keyboard
set_bootstatus: BS_LOAD_OS, platform_idx = 6
Hit ESC to stop autoboot: 0
1) Start system.
2) Recover password.
3) Enter command shell.
Option?
4. 3번쩨 3) Enter command shell. 선택해주세요:
Option? 3
5. Type the Boot PROM password 메세지가 표시되면 패스워드 입력 하시면 됩니다.
주로 설정이 되어 있지 않습니다. 혹시 설정 되어 있다면 패스워드 입력하시면 됩니다.
The Boot PROM has a password only if one was defined.
NOTE
If you are prompted to enter a new Boot PROM password, make sure it is at least 8 characters
in length. Do not select this option unless specifically instructed by support personnel.
6. 스위치가 single user로 부팅이 될수 있도록 파라미터 변경해주세요.
mode, enter the following command:
Fabric OS Password Recovery Notes 9
53-1000114-05
Password recovery using the Boot PROM interface 1
=> setenv OSLoadOptions “single”
7. 환경 변수 변경 상태 확인:
=> printenv
AutoLoad=yes
BootromVerbose=no
InitTest=MEM()
LoadIdentifiers=Fabric Operating System;Fabric Operating System
OSLoadOptions=single
(output truncated)
8. 환경 변경 저장:
=> saveenv
Saving Environment to Flash…..Done
9. "boot" 명령을 사용하여 매개변수 없이 부팅을 진행 합니다.:
=> boot
Map file at LBA sector 0x17da68
## Booting image at 00400000 ...
(output truncated)
10. 리눅스와 같이 싱글모드 부팅후 root 파티션 remount 진행
read/writecapable:
sh-2.04# mount -o remount,rw /
EXT3 FS on hda1, internal journal
11. secondary partition 마운트:
If the previous command returns hda2, then use hda1 in this command. If the previous
command returns hda 1, use hda2.
sh-2.04# mount /dev/hda2 /mnt
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
12. "passwddefault" 명령어 사용하여 모든 패스워드 초기화 :
sh-2.04# /sbin/passwddefault
All account passwords have been successfully set to factory default.
If additional user accounts existed, they are deleted. Only the default accounts and passwords
remain.
13. OSLoadOptions to “queit;quiet” 재설정:
sh-2.04# bootenv OSLoadOptions ”quiet;quiet”
14. "reboot -f"로 스위치 재부팅
sh-2.04# reboot -f
Traffic flow resumes when the switch completes rebooting. If you do not use the –f option you
will have to manually reboot the switch.
15. 재부팅 완료 후 기본 패스워드로 로그인:
SAN switch 기본 패스워드는 아래와 같습니다.
admin/password
root/password
root/fibranne
'I T > Network' 카테고리의 다른 글
CISCO SAN Switch 점검 명령 (0) | 2025.06.25 |
---|---|
Brocade SAN Switch 점검 명령어 (0) | 2025.06.25 |
Network 장비 밴더별 메뉴얼 2 (0) | 2021.04.16 |
Network 장비 밴더별 메뉴얼 1 (1) | 2021.04.16 |
스위치의 기능 및 동작 방식 (0) | 2019.11.11 |