- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE 3PAR StoreServ Storage
- >
- How to get CPG raid type from CLI in HPE 3PAR?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2020 02:08 PM - last edited on 04-05-2020 07:10 AM by Parvez_Admin
03-31-2020 02:08 PM - last edited on 04-05-2020 07:10 AM by Parvez_Admin
Was testing out CPG configurations on our new 3PAR and am trying to get RAID configuration info from the CLI. I've already taken a look at this link here: https://community.hpe.com/t5/3PAR-StoreServ-Storage/How-to-get-HP-3PAR-CPG-Raid-Configuration-info-from-CLI/td-p/6872108
I can interpret "showcpg -sdg", where the argument after -t is the raid type, but not for the third CPG.
3par cli% showcpg -sdg
------(MiB)------
Id Name Warn Limit Grow Args
0 FC_r1 - - 32768 -ssz 2 -ha mag -t r1 -p -devtype FC
1 FC_r6 - - 32768 -ssz 6 -ha mag -t r6 -p -devtype FC
2 CPG_test 40960 81920 8192 -ha mag -ssz 3 -p -devtype FC -rpm 10
Are there any ways to interpret what RAID type that CPG is? Or are there any other commands I can run to check?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2020 02:44 PM
03-31-2020 02:44 PM
SolutionReading the 3PAR Command Line Reference manual, the "createcpg" command has a default raid type. With 3PAR OS 3.3.1, the default is RAID6.
If you have created one or more volumes using CPG_test, there will be logical disks (LD) created against the CPG. Use the command "showld -cpg CPG_test" to see the characteristics of the LDs.
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2020 02:50 PM
03-31-2020 02:50 PM
Re: How to get CPG raid type from CLI?
That's perfect, thank you so much for the quick solution!