자주 사용하는 SotrMan 명령어 

1) 버전 확인

 # /usr/StorMan/arcconf getversion 1

 

2) RaidCard 및 디스크 정보 확인

# /usr/StorMan/arcconf getconfig [Controller 번호] [옵션]

 

 * 전체 정보 확인

 #  /usr/StorMan/arcconf getconfig 1 al

 

 * Logical Device 정보 확인

 # /usr/StorMan/arcconf getconfig 1 ld

 

  * Physical Device 정보 확인

 # /usr/StorMan/arcconf getconfig 1 pd

 

3) 로그 확인

# /usr/StorMan/arcconf getlogs [Controller 번호] [옵션]

 

 * device 로그 확인

 # /usr/StorMan/arcconf getlogs 1 device

 

 * event 로그 확인

 # /usr/StorMan/arcconf getlogs 1 event

 

 * dead 로그 확인

 # /usr/StorMan/arcconf getlogs 1 dead

 

 * log clear 방법

 # /usr/StorMan/arcconf getlogs 1 device clear

 # /usr/StorMan/arcconf getlogs 1 event clear

 # /usr/StorMan/arcconf getlogs 1 dead clear

 

 4) LED로 디스크 위치 확인

 #  /usr/StorMan/arcconf identify [Controller 번호] device [Channel 번호] [ID 번호]

ex) /usr/StorMan/arcconf identify 1 device 0 2

'ETC > RaidCard' 카테고리의 다른 글

[CentOS] StorMan 설치  (0) 2022.10.28
Adaptec 6405 Quick Init -> Build/verify 변경  (0) 2022.03.25
Adaptec 6405 RaidCard building option  (0) 2022.03.25

1. StorMan rpm 파일 다운로드

 # cd /usr/local/src

 # wget http://download.adaptec.com/raid/storage_manager/msm_linux_x64_v2_05_22932.tgz 

 # tar xvfz msm_linux_x64_v2_05_22932.tgz

 # cd ./manager

 

2. StorMan 설치

 # rpm -Uvh StorMan-2.05-22932.x86_64.rpm

  - 원하는 옵션 선택 

 * 불필요한 stor_tomcat stop

# /etc/init.d/stor_tomcat stop

 

# vi /usr/StorMan/config/server.properties

localip=127.0.0.1 수정 

 

* iptables 방화벽 확인 

'ETC > RaidCard' 카테고리의 다른 글

StorMan 명령어 정리  (0) 2022.10.28
Adaptec 6405 Quick Init -> Build/verify 변경  (0) 2022.03.25
Adaptec 6405 RaidCard building option  (0) 2022.03.25

 

● Quick Init 옵션의 경우 빌딩과정을 생략하게 만들기 때문에 완전히 성능이 나오지 않는다.

성능향상을 위해 Storman의 arcconf 명령어를 통해 Quick Init -> Build/verify 로 build 옵션을 변경을 진행

 

1. 명령어 입력

arcconf task start <Controller #> LOGICALDRIVE <LogicalDrive #> <options>

- Controller #은 컨트롤러 번호

- LogicalDrive #은 작업을 수행할 논리 드라이브의 번호

 

# arcconf task start 1 logicaldrive 0 verify_fix

- 1번 컨트롤러의 0번 LogicalDrive를 재빌딩을 통해 Build/Verify 상태로 변경

 

2. 확인

# /usr/Storman/arcconf getstatus 1

 

# /usr/Storman/arcconf getconfig 1 al

 

'ETC > RaidCard' 카테고리의 다른 글

StorMan 명령어 정리  (0) 2022.10.28
[CentOS] StorMan 설치  (0) 2022.10.28
Adaptec 6405 RaidCard building option  (0) 2022.03.25

 

 

Adaptec 6405 RaidCard building option 종류

1. Quick Init

Quick init 경우 패리티 있는 스프라이프 패턴을 만드는 빌딩과정 생략 하고 생상하기 때문에

Raid Array를 빠르게 생성하지만 새 드라이브에만 사용하는 것이 좋으며, 일반적인 경우 테스트를 위해서만 사용된다.

 

Quick init 상태 확인

# /usr/StorMan/arcconf getconfig 1 al

 

2. Build/Verify

백그라운드 빌딩

빌드 작업이 백그라운드에 계속 진행하며 RAID볼륨 즉시 사용가능

빌드가 진행되는 동안에 RAID 볼륨이 사용가능하지만 빌드가 완료될때까지 속도와 성능이 저하된다.

 

Build/Verify 상태 확인

# /usr/StorMan/arcconf getconfig 1 al

 

3. Clear

포그라운드 빌딩

RAID 빌딩이 끝나야만 RAID 볼륨이 사용가능

대신 RAID 빌딩속도가 백그라운드 빌딩에 비해 빠르며 주로 즉시 사용해야 할때 사용.

 

4. Skip init

하드디스크가 인식은 되나 RAID Array에 잡히지 않거나 삭제한경우에

이기능을 사용하여 디스크의 데이터를 수정,삭제하지 않고 재구성이 가능하다

'ETC > RaidCard' 카테고리의 다른 글

StorMan 명령어 정리  (0) 2022.10.28
[CentOS] StorMan 설치  (0) 2022.10.28
Adaptec 6405 Quick Init -> Build/verify 변경  (0) 2022.03.25

+ Recent posts