PowerEdge: PERCCLI를 사용하여 PowerEdge RAID 컨트롤러 관리
Summary: 이 문서에서는 PERCCLI 유틸리티를 사용하여 Dell PERC(PowerEdge RAID Controller)를 관리하는 방법에 대한 정보를 제공합니다.
Acest articol se aplică pentru
Acest articol nu se aplică pentru
Acest articol nu este legat de un produs specific.
Acest articol nu acoperă toate versiunile de produs existente.
Instructions
PERCCLI를 사용하여 PERC 컨트롤러 관리
VD(Virtual Disk) 관리
아래 명령을 사용하여 일관성 검사, 보존된 캐시 및 가상 디스크를 제어합니다.
- 일관성 검사 일시 중지
- 일관성 검사 재개
- 일관성 검사 상태 표시
- 일관성 검사 시작
- 일관성 검사 중지
- 보존된 캐시 삭제
- 보존된 캐시 표시
- 가상 디스크 삭제
- 가상 디스크 생성
# Pause consistency check perccli /cX/vY pause cc # Resume consistency check perccli /cX/vY resume cc # Show consistency check status perccli /cX/vY show cc # Start consistency check (add "force" if required) perccli /cX/vY start cc [force] # Stop consistency check perccli /cX/vY stop cc # Delete preserved cache (add "force" if required) perccli /cX/vY delete preservedCache [force] # Show preserved cache perccli /cX show preservedCache # Delete a virtual disk (use "all" to delete all VDs) perccli /cX/vY|all del # Create a virtual disk (example) perccli /cX add vd r5 size=500GB name=VD1 drives=1:0-3 pdperarray=4 pdcache=on wt wb strip=128 force
주의: Windows 10 1607 이하 버전에서
force 데이터 손실이 발생할 수 있습니다. 실행하기 전에 타겟 드라이브를 확인하십시오.
물리적 디스크 관리
다음 명령을 사용하여 물리적 디스크에 대한 핫 스페어를 보고, 구성하고, 찾고, 할당합니다.
- 드라이브 정보 표시
- 드라이브 상태 설정(JBOD, 양호, 오프라인, 온라인)
- 드라이브 시작/중지 LED 찾기
- 핫 스페어 드라이브 추가 또는 삭제
- 외부 구성 관리
# Show a specific drive (controller X, enclosure Y, slot Z) perccli /cX/eY/sZ show # Show all drives on a controller perccli /cX/eall/sall show # Show all drives with detailed information perccli /cX/eY/sZ|sall show all # Show drives in JBOD mode perccli /cX/eY/sall show jbod perccli /cX/eY/sZ show jbod # Set a drive to JBOD perccli /cX/eY/sZ set jbod # Set a drive to GOOD (add "force" if required) perccli /cX/eY/sZ set good [force] # Set a drive OFFLINE perccli /cX/eY/sZ set offline # Set a drive ONLINE perccli /cX/eY/sZ set online # Start locate LED on a drive perccli /cX/eY/sZ start locate # Stop locate LED on a drive perccli /cX/eY/sZ stop locate # Add a hot‑spare drive (optional DG list, enclosure affinity, non‑revertible) perccli /cX/eY/sZ add hotsparedrive [DGs=0,1,2][enclaffinity][nonrevertible] # Delete a hot‑spare drive perccli /cX/eY/sZ delete hotsparedrive # Delete foreign configuration (add security key if required) perccli /cX/fx|fall del [securitykey=sssssssssss] # Import foreign configuration (preview optional) perccli /cX/fx|fall import [preview][securitykey=sssssssssss] # Show foreign configuration (add "all" to list all) perccli /cX/fx|fall show [all][securitykey=sssssssssss]
경고: 외부 구성을 삭제하면 보류 중인 모든 RAID 메타데이터가 제거됩니다. 계속하기 전에 구성이 더 이상 필요하지 않은지 확인하십시오.
| 옵션 | 값 범위 | 설명 |
|---|---|---|
rXX |
RAID [0|1|5|6|10|50|60] |
Sets the RAID type of the configuration. |
size |
Maximum size based on the physical drives and RAID level. |
Sets the size of each virtual drive. Default is the capacity of all referenced disks. |
name |
15 characters |
Specifies the drive name for each virtual drive. |
drives |
Valid enclosure number and slot numbers (e:s|e:s-x|e:s-x,y) |
Defines which physical drives belong to the VD. e = enclosure ID, s = slot. |
pdperarray |
0‑15 |
Number of physical drives per array. Default is chosen automatically. |
sed |
— |
Creates security‑enabled drives. |
pdcache |
on|off|default |
Enables or disables physical‑drive cache. |
pi |
— |
Enables protection information. |
dimmerswitch |
default|automatic|none|maximum|maxnocache |
Specifies power‑saving policy for the logical device. |
wt|wb |
wt (write‑through) or wb (write‑back) |
Sets write policy. Write‑back is default. |
nora|ra |
ra (read‑ahead) or nora (no read‑ahead) |
Controls read‑ahead. Read‑ahead is default. |
cachedbadbbu|nocachedbadbbu |
— |
Enable/disable caching when BBU is faulty. Disabled by default. |
strip |
8,16,32,64,128,256,512,1024 |
Sets the strip size for the RAID configuration. |
aftervd |
Valid virtual drive number |
Creates the VD in the free slot next to the specified VD. |
spares |
List of physical drives |
Assigns spare drives to the disk group. |
force |
— |
Forces addition of a security‑capable drive without security. |
PERCCLI 설치는 다음을 참조하십시오. PowerEdge: Red Hat Linux, Ubuntu Linux, VMware ESXi 및 Windows Server에서 PERCCLI 유틸리티를 설치하는 방법
Additional Information
PERC 9/10/11 명령줄 가이드 - https://www.dell.com/support/manuals/en-in/perc-h750-sas/perc_cli_rg/Overview?guid=guid-85a3c53c-4b87-42be-a787-7ed23993297f⟨=en-us
PERC 11/12 명령줄 가이드 - https://www.dell.com/support/manuals/en-us/perc-h965i-mx/perc12_cli_rg/working-with-the-perc-command-line-interface-tool?guid=guid-d44fef6f-7a59-4612-a65e-0bdc9e0dd842⟨=en-us
Produse afectate
PowerEdge RAID Controller H345, PowerEdge RAID Controller H350 Adapter SAS, PowerEdge RAID Controller H355 Front SAS, PowerEdge RAID Controller H355 Adapter SAS, PowerEdge RAID Controller H365i Adapter, PowerEdge RAID Controller H365i Front DC-MHS
, PowerEdge RAID Controller H730P MX, PowerEdge RAID Controller H745, PowerEdge RAID Controller H745P MX, PowerEdge RAID Controller H750 Adapter SAS, PowerEdge RAID Controller H755 Adapter, PowerEdge RAID Controller H755 MX Adapter, PowerEdge RAID Controller H755N Front NVMe, PowerEdge RAID Controller H755 Front SAS, PowerEdge RAID Controller H965i Adapter, PowerEdge RAID Controller H965i Front, PowerEdge RAID Controller H965i MX, PowerEdge RAID Controller H975i Front, PowerEdge RAID Controller H330, PowerEdge RAID Controller H730, PowerEdge RAID Controller H730P, PowerEdge RAID Controller H740P, PowerEdge RAID Controller H965e Adapter
...
Proprietăți articol
Article Number: 000394815
Article Type: How To
Ultima modificare: 24 mai 2026
Version: 3
Găsiți răspunsuri la întrebările dvs. de la alți utilizatori Dell
Servicii de asistență
Verificați dacă dispozitivul dvs. este acoperit de serviciile de asistență.