Linux
3ware 9650SE 이후의 Controller tw_cli command
forcemax
2008. 11. 21. 13:27
1. Unit 생성
tw_cli /c0 add type=raid5 disk=0-7 storsave=protect stripe=64
RAID5, 디스크 0-7번, protect 모드, 64KB Stripe 로 Unit을 생성하는 명령
2. Unit Migrate (Unit 0을 raid5, 256KB Stripe 로 migrate)
tw_cli /c0/u0 migrate type=raid5 stripe=256
* 주로 unit의 기존 설정값을 변환할때 사용
3. storsave 변경 (Unit 0의 storsave 값을 balance로 변경)
tw_cli /c0/u0 set storsave=balance
tw_cli /c0 add type=raid5 disk=0-7 storsave=protect stripe=64
RAID5, 디스크 0-7번, protect 모드, 64KB Stripe 로 Unit을 생성하는 명령
2. Unit Migrate (Unit 0을 raid5, 256KB Stripe 로 migrate)
tw_cli /c0/u0 migrate type=raid5 stripe=256
* 주로 unit의 기존 설정값을 변환할때 사용
3. storsave 변경 (Unit 0의 storsave 값을 balance로 변경)
tw_cli /c0/u0 set storsave=balance