HPE 3PAR StoreServ Storage
1819589 Members
3309 Online
109603 Solutions
New Discussion

3PAR 7200 SSD Config

 
SOLVED
Go to solution
basiLPH
Occasional Contributor

3PAR 7200 SSD Config

We had 1 3PAR 7200 chassis with 0-15 FC and 16 to 19 SSD.  

 

Guys, when configuring SSD on different cage, is it possible to create only one CPG? like SSD using R5 for cage 0-2 so that I'll be able to save the capacity. 

 

Added new Info as of June 07

 

4 SSD each cage 0-2. is this posibble to create 1 CPG for 3 cages so that i can use for tiering? OR individual CPG creation.

11 REPLIES 11
Sheldon Smith
HPE Pro

Re: 3PAR 7200 SSD Config

Not sure I understand your configuration. Are you looking to add drives to your configuration?

Are you saying you have just four SSD drive? If so, I think the only possible CPG for SSD drive would be -ha mag raid1.

 

Would you capture the output from the following CLI commands and post them?

  • showcage
  • showpd
  • showcpg -sdg

 


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

Accept or Kudo

giladzzz
Honored Contributor

Re: 3PAR 7200 SSD Config

Hi

you can create a CPG with raid1 and one with raid5 2+1 or 3+1 but only with "-ha magazine" and not "cage"

if you have 4 SSD drives

Regards

 

basiLPH
Occasional Contributor

Re: 3PAR 7200 SSD Config

sorry guys for the incomplete info :)

 

right now i have only one eclosure in the Lab. 16 FC/8 SSD. What if I've 3 enclosure info below;

4 SSD each cage 0-2. is this posibble to create 1 CPG for 3 cages so that i can use for tiering? OR individual CPG creation.

Sheldon Smith
HPE Pro

Re: 3PAR 7200 SSD Config

A CPG always includes a specific disk type. Given FC and SSD disks, you have to have at least two CPGs.

 

With just the base enclosure, you could have four CPGs, all HA Mag:

  • FC RAID1
  • FC RAID5 (I think up to 7D+1P)
  • SSD RAID1
  • SSD RAID5 (I think up to 3+1)

If you add two enclosures, you would want SDDs evenly spread across the enclosures (aka cages, shelves, chassis). In addition, if you were to add two enclosures, it would be strongly advisable to add FC drives to them as well.
Then you could upgrade all CPGs to HA Cage. Note that by doing this, all RAIDsets would need to be changed to 2D+1P.

 

Tiering requires the Adaptive Optimization license.

And given Dynamic Optimization's ability to change the CPG of a volume transparently to the hosts, I'd recommend getting the HP 3PAR 7000 Data Optimization Suite.

 

 ----------
If my post was useful, click on my KUDOS! "White Star" !


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

Accept or Kudo

basiLPH
Occasional Contributor

Re: 3PAR 7200 SSD Config

 

Quick Info
- 12 SSDs & 36 FCs for at least 30,000 IOPS requirement 

 

Is it posible to create the ff CPGs?
- create one CPG for RAID 1 (for all FCs?)
- create one CPG for RAID 5 (for all SSDs?)


--- OR ---


- create individual CPG on each cage?


Question:
- is it recommended to put data on SDD? or just caching only
- what is the recommended RAID config on SSD when not concerning on capacity?

 

 

 

Sheldon Smith
HPE Pro
Solution

Re: 3PAR 7200 SSD Config

First of all: You should never  "create individual CPG on each cage". That would make setting HA Cage impossible. I don't know what other make of storage you've used in the past, but the HP 3PAR StoreServ is different. (And better! :) )


The recommended RAID configs are as follows. All are HA Cage.

  1. create one CPG for RAID 1 for all FCs:
    createcpg -t r1 -p -devtype FC   FC_r1
  2. create one CPG for RAID 5 for all FCs:
    createcpg -t r5 -p -devtype FC -ssz 3   FC_r5
  3. create one CPG for RAID 5 for all SSDs
    createcpg -t r5 -p -devtype SSD -ssz 3 -sdgs 8G   SSD_r5

While you can create virtual volumes using the SSD_r5 CPG, it is typically better to have AO use it as a tiering level (assuming you have the Adaptive Optimization license). And create your VVs using the FC_r5 CPG:
createaocfg -t0cpg SSD_r5 -t1cpg FC_r5   MyAOcfg


----------
If my post was useful, click on my KUDOS! "White Star" !


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

Accept or Kudo

hassan-azmi
New Member

Re: 3PAR 7200 SSD Config

Hi 

 

Could somebody to help me, I try to create CPG without success, I have message ' system does not have enough space' via CM or CLI on 3par 7000

Dennis Handly
Acclaimed Contributor

Re: 3PAR 7200 SSD Config

>I try to create CPG without success, I have message 'system does not have enough space'

 

Have you used the -devtype option?  The default is FC.

What is your createcpg command?

Sheldon Smith
HPE Pro

Re: 3PAR 7200 SSD Config

Hi hassan-azmi

 

Your 7000 is too small for the usual default values for creating a CPG. Note if it has been upgraded to 3PAR OS 3.1.2, it would have all appropriate CPGs created (at least for the hardware at the time of the upgrade).

 

Otherwise: What you can create depends on what hardware you have. I'm guessing a 2-node 7000 (either 7200 or 7400). The next thing to know is how many cages. The disk slots on the front of the enclosure with the controllers is usually cage 0. The CLI and Management Console (MC) software assumes what is called High Availability Cage mode (HA Cage) when creating CPGs. That means you need as many cages as the set size of the CPG. For example, RAID5 (3d+1p) would need four (4) cages each holding the desired type of disk.

Again, I'm guessing you only have one or two cages. In that case you would need to have the CPG created with High Availability Magazine or (HA Mag). With the CLI you would need to add the "-ha mag" option. In the MC, you need to click the Advanced options and change the availability pulldown from cage to magazine.

Note in the case of the 7000s, "magazine" refers to an individual physical disk.

 

If you are still having problems, use the CLI, capture the output from the commands "showcage", "showpd", "showcpg" and post here.

 

Don't forget to reply with the "createcpg" command(s) you tried.


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

Accept or Kudo

HAAZ
Occasional Visitor

Re: 3PAR 7200 SSD Config

 

 

Hi 

 

as you can see in bellow the scope status of 3par Serv 7200

 

3par_SOBM_01 cli% showcage
Id Name LoopA Pos.A LoopB Pos.B Drives Temp RevA RevB Model Side
0 cage0 1:0:1 0 0:0:1 0 16 30-32 320c 320c DCN1 n/a

 

3par_SOBM_01 cli% showpd
----Size(MB)----- ----Ports----
Id CagePos Type RPM State Total Free A B Cap(GB)

0 0:0:0 FC 10 normal 838656 757760 1:0:1* 0:0:1 900
1 0:1:0 FC 10 normal 838656 758784 1:0:1 0:0:1* 900
2 0:2:0 FC 10 normal 838656 759808 1:0:1* 0:0:1 900
3 0:3:0 FC 10 normal 838656 760832 1:0:1 0:0:1* 900
4 0:4:0 FC 10 normal 838656 761856 1:0:1* 0:0:1 900
5 0:5:0 FC 10 normal 838656 760832 1:0:1 0:0:1* 900
6 0:6:0 FC 10 normal 838656 760832 1:0:1* 0:0:1 900
7 0:7:0 FC 10 normal 838656 758784 1:0:1 0:0:1* 900
8 0:12:0 FC 10 normal 838656 761856 1:0:1* 0:0:1 900
9 0:13:0 FC 10 normal 838656 760832 1:0:1 0:0:1* 900
10 0:14:0 FC 10 normal 838656 760832 1:0:1* 0:0:1 900
11 0:15:0 FC 10 normal 838656 759808 1:0:1 0:0:1* 900
12 0:16:0 FC 10 normal 838656 758784 1:0:1* 0:0:1 900
13 0:17:0 FC 10 normal 838656 759808 1:0:1 0:0:1* 900
14 0:18:0 FC 10 normal 838656 760832 1:0:1* 0:0:1 900
15 0:19:0 FC 10 normal 838656 760832 1:0:1 0:0:1* 900
------------------------------------------------------------------
16 total 13418496 12163072

 

3par_SOBM_01 cli% showcpg
no cpg listed

3par_SOBM_01 cli% showport
N:S:P Mode State ----Node_WWN---- -Port_WWN/HW_Addr- Type Protocol Label Partner FailoverState
0:0:1 initiator ready 50002ACFF7004B96 50002AC001004B96 disk SAS DP-1 - -
0:0:2 initiator loss_sync 50002ACFF7004B96 50002AC002004B96 free SAS DP-2 - -
0:1:1 target ready 28110002AC004B96 20110002AC004B96 host FC - 1:1:1 none
0:1:2 target ready 28120002AC004B96 20120002AC004B96 host FC - 1:1:2 none
0:3:1 peer offline - B4B52FA73045 rcip IP RCIP0 - -
1:0:1 initiator ready 50002ACFF7004B96 50002AC101004B96 disk SAS DP-1 - -
1:0:2 initiator loss_sync 50002ACFF7004B96 50002AC102004B96 free SAS DP-2 - -
1:1:1 target ready 29110002AC004B96 21110002AC004B96 host FC - 0:1:1 none
1:1:2 target ready 29120002AC004B96 21120002AC004B96 host FC - 0:1:2 none
1:3:1 peer offline - 843497661715 rcip IP RCIP1 - -
-------------------------------------------------------------------------------------------------------

 

thanks

Sheldon Smith
HPE Pro

Re: 3PAR 7200 SSD Config

Since there is only one cage, "-ha cage", the default, won't apply to any CPG -- RAID1 would require at least a second cage of disks for "-ha cage" to work.

 

Try these:

createcpg -sdgs 8g -t r1 -ha mag F1_r1

createcpg -sdgs 8g -t r5 -ha mag F1_r5

 

 

Note: While I work for HP, all of my comments (whether noted or not), are my own and are not any official representation of the company.

----------

If my post was useful, click on my KUDOS! "White Star" !


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

Accept or Kudo