Background
Download the Tool
Controllers
#Show detail for a controller, it's physical disks, and it's virtual disks (e.g. Controller 0)
perccli /c0 show all
#Show controller logs
perccli /c0 show termlog
Virtual Disks
perccli /c0 add vd type=RAID0 drives=32:2-4 strip=64
#Show a virtual disk's configuration (e.g. Controller 0, Virtual Disk 1)
perccli /c0/v1 show all
#Delete a virtual disk (e.g. Controller 0, Virtual Disk 1)
perccli /c0/v1 delete
Physical Disks
#Show a specific disk (Controller 0, Enclosure 32, Slot 2)
perccli /c0/e32/s2 show all
#Initialize a disk
perccli /c0/e32/s2 start initialization
#Show initialization progress
perccli /c0/e32/s2 show initialization
#Note: If a drive gets stuck in a funky state starting then stopping an initialization can un-wedge it
#Stop disk Initialization
perccli /c0/e32/s2 stop initialization
#Note: Initialization can take a long time and a complete initialization may not be needed
[ Keywords: disk perc dell cli command line controller raid ]
Comments
Post a Comment