원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++




어플리케이션 설치 확인

# esxcli software vib list | grep Hewlett-Packard

hpssacli                       1.60.17.0-5.5.0.1198610                Hewlett-Packard  PartnerSupported  2014-07-10



HP SSACLI 설치

  - HP site 에서 HP Proliant Smart Array Controller Driver for VMware ESXi  를 다운로드 받아 아래의 커맨드로 설치한다.

 # esxicli software vib install -v /tmp/다운받은파일명.vib



커맨드 예제


* 어플리케이션 위치 /opt/hp/hpssacli/bin


Show configuration
# hpssacli ctrl all show config


Controller status
# hpssacli ctrl all show status


Show detailed controller information for all controllers
# hpssacli ctrl all show detail


Show detailed controller information for controller in slot 0
# hpssacli ctrl slot=0 show detail


Rescan for New Devices
# hpssacli rescan


Physical disk status
# hpssacli ctrl slot=0 pd all show status


Show detailed physical disk information
# hpssacli ctrl slot=0 pd all show detail


Logical disk status
# hpssacli ctrl slot=0 ld all show status


View Detailed Logical Drive Status
# hpssacli ctrl slot=0 ld 2 show


Create New RAID 0 Logical Drive
# hpssacli ctrl slot=0 create type=ld drives=1I:1:2 raid=0


Create New RAID 1 Logical Drive
# hpssacli ctrl slot=0 create type=ld drives=1I:1:1,1I:1:2 raid=1


Create New RAID 5 Logical Drive
# hpssacli ctrl slot=0 create type=ld drives=1I:1:1,1I:1:2,2I:1:6,2I:1:7,2I:1:8 raid=5


Delete Logical Drive
# hpssacli ctrl slot=0 ld 2 delete


Add New Physical Drive to Logical Volume
# hpssacli ctrl slot=0 ld 2 add drives=2I:1:6,2I:1:7


Add Spare Disks
# hpssacli ctrl slot=0 array all add spares=2I:1:6,2I:1:7


Enable Drive Write Cache
# hpssacli ctrl slot=0 modify dwc=enable


Disable Drive Write Cache
# hpssacli ctrl slot=0 modify dwc=disable


Erase Physical Drive
# hpssacli ctrl slot=0 pd 2I:1:6 modify erase


Turn on Blink Physical Disk LED
# hpssacli ctrl slot=0 ld 2 modify led=on


Turn off Blink Physical Disk LED
# hpssacli ctrl slot=0 ld 2 modify led=off


Modify smart array cache read and write ratio (cacheratio=readratio/writeratio)
# hpssacli ctrl slot=0 modify cacheratio=100/0


Enable smart array write cache when no battery is present (No-Battery Write Cache option)
# hpssacli ctrl slot=0 modify nbwc=enable


Disable smart array cache for certain Logical Volume
# hpssacli ctrl slot=0 logicaldrive 1 modify arrayaccelerator=disable


Enable smart array cache for certain Logical Volume
# hpssacli ctrl slot=0 logicaldrive 1 modify arrayaccelerator=enable


Enable SSD Smart Path
# hpssacli ctrl slot=0 array a modify ssdsmartpath=enable


Disable SSD Smart Path
# hpssacli ctrl slot=0 array a modify ssdsmartpath=disable






번호 제목 글쓴이 날짜 조회 수
50 HP-UX 장비 GSP/MP접속 및 기본 사용법 [2] 조인상 2011.02.25 56430
49 HP-UX 기본 점검 명령어 조인상 2011.02.22 42013
48 disk 추가에서 볼륨생성까지 조인상 2011.02.18 40283
47 HP-UX 네트웍 관리 조인상 2011.03.08 36293
46 swinstall 로 depot 설치하기 file 조인상 2011.03.29 36085
45 해당 포트를 열고 있는 프로세스 확인방법. netstat, lsof 조인상 2012.09.20 33501
44 NTP 서버/클라이언트 설정 조인상 2011.03.01 29624
43 ignite를 이용한 OS백업 조인상 2011.07.21 28560
42 HP-UX Kernel Tuning and Performance Guide - 2000.3.15 조인상 2011.08.30 27210
41 장비 H/W미러링 장치 확인 및 미러상태 점검 [1] 조인상 2013.02.25 26759
40 H/W RAID 정보 확인하기 조인상 2011.02.25 25066
39 nPAR, vPAR 의 개념 [9] 조인상 2011.10.28 24994
38 HP-UX LVM 조인상 2011.02.18 24948
37 DAT tape drive 인식 작업 조인상 2011.12.28 24522
36 HP rp시리즈에서 mirror(lv-copy) 된 디스크 교체 : replace disk in mirror vg [1] 조인상 2016.05.18 21986
35 sasmgr 명령어 사용시 Driver specific and common library version mismatch. Exiting.. file 조인상 2011.03.16 21683
34 HP0-P20 CSA-HPUX 11i v3 : HP-UX System Administrator’s Guide: Configuration Management file 조인상 2011.11.25 20739
33 HP-UX Administration I - Part 2 (Module 11~20) 조인상 2011.09.08 20475
32 HP-UX에 JDK 1.5 설치 file 조인상 2013.10.15 20052
31 HP-UX에 gcc 설치 조인상 2013.04.11 19398
서버에 요청 중입니다. 잠시만 기다려 주십시오...