Reference Guide
Table Of Contents
- Dell EMC PowerEdge RAID Controller Command Line Interface Reference Guide
- Contents
- Overview
- Accessing the command prompt
- Working with the PERC Command Line Interface Tool
- System commands
- Controller commands
- Drive commands
- Virtual drives commands
- Add virtual drives commands
- Delete virtual drives commands
- Delete non-RAID disks
- Virtual drive show commands
- Preserved cache commands
- Change virtual drive properties commands
- Virtual drive initialization commands
- Virtual drive erase commands
- Virtual drive migration commands
- Virtual drive consistency check commands
- Background initialization commands
- Foreign configurations commands
- BIOS-related commands
- Drive group commands
- BBU commands
- Enclosure commands
- PHY commands
- Logging commands
- PERC CLI command examples
- Getting a complete list of CLI commands
- Checking controller availability
- Viewing controllers
- Viewing free space information
- Viewing disk1 information
- Viewing controller, virtual disk, and drivers information
- Checking for preserved cache
- Deleting preserved cache
- Viewing expansion information
- Viewing expansion size
- Viewing the foreign configuration
- Importing the foreign configuration
- Viewing BBU information
- Viewing physical drive details for the specified slot in the controller
- Viewing the boot drive for the controller
- Setting virtual drive as boot drive
- Locating a drive
- Stopping a locate operation
- Snapdump commands
- Getting help
- Documentation resources
perccli /cx[/eall]/sall show jbod
This command shows the summary information for all the enclosures and physical drives connected to the controller. If you use
the JBOD option, the command shows all Non-RAID disk(s) displayed in JBOD list. If physical disk is Non-RAID, type is set as
JBOD and state as Online. ID displays the target ID Non-RAID disks.
Input example:
perccli /c0/eall/sall show jbod
perccli /cx[/ex]/sx show jbod
This command shows the summary of the physical drive for a specified slot in the controller.
Input example:
perccli /c0/e0/s4,5 show jbod
Missing drives commands
The PERC Command Line Tool supports the following commands to mark and replace missing physical drives:
perccli /cx[/ex]/sx set offline
perccli /cx[/ex]/sx set missing
perccli /cx /dall show
perccli /cx[/ex]/sx insert dg=a array=b row=c
perccli /cx[/ex]/sx start rebuild
The detailed description for each command follows.
perccli /cx[/ex]/sx set offline
This command marks the drive in an array as offline.
NOTE:
To set a drive that is part of an array as missing, first set it as offline. After the drive is set to offline, you can set
the drive to missing.
Input example:
perccli /c1/e56/s3 set offline
perccli /cx[/ex]/sx set missing
This command marks a drive as missing.
Input example:
perccli /c0/s4 set missing
perccli /cx /dall show
This command shows the topology information of the drive group.
Input example:
perccli /c0/dall show
perccli /cx[/ex]/sx insert dg=a array=b row=c
This command replaces the configured drive that is identified as missing. User must manually start the rebuild.
Input example:
22
Working with the PERC Command Line Interface Tool