Unsolved

1 Rookie

 • 

8 Posts

130

November 26th, 2023 01:45

PERC cli command to create new virtual disk

I have a Poweredge R910 running VMWare ESXi and I want to add a few drives and create a new RAID10 virtual drive. Ideally I'd like to do this from the PERC CLI (which is installed) to avoid shutting down the server

Could someone familiar with the perc cli give me an example how to do this ?

Moderator

 • 

5.4K Posts

November 26th, 2023 22:18

Thanks for choosing Dell. This may help:

 

 

https://dell.to/47PAkwp

 

PERC CLI command examples

 

Add a virtual drive

Syntax

esxcli perccli2 controller addvd -i c -z 0 -d 318:21 -r 0

Adds a virtual drive.

Result

CLI Version = 008.0004.0000.0022 Apr 28, 2023

Operating system = VMkernel8.0.1

Controller = 0

Status = Success

Description = Add VD succeeded.

 

 

VD Information :

==============

 

-----------------------------------------

VDID VDSize Status ErrType ErrCd Msg

-----------------------------------------

24 931.0 GiB Success - - -

-----------------------------------------

 

Top