본문 바로가기
서버 프로그램/Vmware

hp 서버 vmware 온라인 상태에서 디스크 추가 하기

by 삼성그룹이장 2023. 3. 15.

1. 물리디스크 추가한것 확인 (unassigned 밑에 할당 안된 디스크 1개 있음)

[root@localhost:/opt/smartstorageadmin/ssacli/bin] /opt/smartstorageadmin/ssacli
/bin/ssacli ctrl all show config
Smart Array P440ar in Slot 0 (Embedded)   (sn: PDNLH0BRH58DGU)
   Internal Drive Cage at Port 1I, Box 3, OK
   Internal Drive Cage at Port 2I, Box 3, OK
   Port Name: 1I
   Port Name: 2I
   Array A (SAS, Unused Space: 2  MB)
      logicaldrive 1 (3.64 TB, RAID 5, OK)
      physicaldrive 1I:3:1 (port 1I:box 3:bay 1, SAS HDD, 1 TB, OK)
      physicaldrive 1I:3:2 (port 1I:box 3:bay 2, SAS HDD, 1 TB, OK)
      physicaldrive 1I:3:3 (port 1I:box 3:bay 3, SAS HDD, 1 TB, OK)
      physicaldrive 1I:3:4 (port 1I:box 3:bay 4, SAS HDD, 1 TB, OK)
      physicaldrive 2I:3:5 (port 2I:box 3:bay 5, SAS HDD, 1 TB, OK)
   Unassigned
      physicaldrive 2I:3:6 (port 2I:box 3:bay 6, SAS HDD, 300 GB, OK)

 

2. 물리디스크(2I:3:6) Vmware에 사용할 수 있게  논리디스크로 변환하기

[root@localhost:/opt/smartstorageadmin/ssacli/bin] /opt/smartstorageadmin/ssacli
/bin/ssacli ctrl slot=0 create type=ld drives=2I:3:6 raid=0

 

 

 

반응형