You are on page 1of 27

Storage Configuration

Module 7
HK902S E.00

© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Module objectives

Upon completing this module, you should be able to:


• Work with common provisioning groups (CPGs) using the Management Console, SSMC, and the CLI
• Work with fully provisioned, thin provisioned, and thin dedup virtual volumes using Management Console,
SSMC, and the CLI

2 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

Common provisioning group


configuration

© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Creating CPGs in Management Console (1 of 3)

4 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

Creating CPGs in Management Console (2 of 3)

5 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Creating CPGs in Management Console (3 of 3)

Use a filter to select a


subset of PDs for the
CPG

6 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

CPG additional functionality in Management Console

7 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Creating CPGs in SSMC (1 of 2)

8 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

Creating CPGs in SSMC (2 of 2)

9 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Displaying CPGs in SSMC
Allows you to change view including
Overview (default), Settings (shown),
Activity, and Map views

Actions:
• Create
• Edit
• Delete

10 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

CPG functionality using the CLI (1 of 2)


• Create a CPG named CPG_DeptA using all defaults including all FC drives, RAID 1, setsize=2, -ha cage
cli% createcpg CPG_DeptA
• Create a CPG named CPG_R6 RAID 6 using all defaults
cli% createcpg -t r6 CPG_R6
• Create a CPG named CPG_R5_Mag that is RAID 5 with high availability magazine
cli% createcpg –t r5 –ha mag CPG_R5_Mag
• Create a CPG named CPG_DeptA that is RAID 5 with high availability magazine with a set size of 8
cli% createcpg –t r5 –ha mag –ssz 8 CPG_DeptA
• Create a CPG named CPG_X that is RAID 1 (default) using all NL disks
cli% createcpg -p -devtype NL CPG_X
• Create a CPG named SSD_CPG1 that is RAID 1 (default) using all SSD disks with a growth limit of 32G and a
growth warning of 24G
cli% createcpg -p -devtype SSD -sdgl 32g -sdgw 24g SSD_CPG1

11 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
CPG functionality using the CLI (2 of 2)

Set/Change the growth limit and growth warning for CPG named std2NL_r6

12 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

Virtual volume configuration

© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
VV creation in Management Console (1 of 3)

14 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

VV creation in Management Console (2 of 3)

Only displays/applies to TPVVs and TDVVs


Not Fully Provisioned VVs

Example shows creation of Thin


Provisioned volume creation with Show
advanced options option selected

15 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
VV creation in Management Console (3 of 3)

Only displays/applies to TPVVs,


Not Fully Provisioned or TDVVs

16 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

VV additional functionality in MC (1 of 2)

17 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
VV additional functionality in MC (2 of 2)

18 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

VV creation in SSMC (1 of 3)

19 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
VV creation in SSMC (2 of 3)

Thinly Provisioned
Thinly Deduped
Fully Provisioned

Only displays/applies to TPVVs and TDVVs


Not Fully Provisioned VVs

20 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

VV creation in SSMC (3 of 3)

Only displays/applies to TPVVs,


Not Fully Provisioned or TDVVs

A count can be entered to


create up to 999 volumes

21 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
VV functionality using the CLI (1 of 5)

• Create a 1G fully provisioned volume named hp whose user space is allocated from CPG cpg1:
cli% createvv cpg1 hp 1G
• Create a 10G TPVV named tpvv1 whose user space is allocated from CPG cpg1, with an allocation warning of
80% and an allocation limit of 90%:
cli% createvv –tpvv –usr_aw 80 -usr_al 90 cpg1 tpvv1 10G
• The following example creates three TPVVs: vv1.2, vv1.3, and vv1.4 (zero detect enabled):
cli% createvv –tpvv –pol zero_detect -cnt 3 cpg1 vv1.2 1G
• The following example creates a TDVV with the restrict export to one host attribute set using the CPG SSD_cpg1
with a size of 12TB and the name vv4
cli% createvv –tdvv –pol one_host SSD_cpg1 vv4 12T
• The following example creates a TPVV named tpvv1 with the template temp2:
cli% createvv -tpvv -templ temp2 cpg2 tpvv1

22 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

VV functionality using the CLI (2 of 5)


Example shows creation of a
thinly provisioned virtual
volume of 10G named
oracle_vv using the CPG
named CPG1_NL, followed by
the showvv command using a
wildcard

23 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
VV functionality using the CLI (3 of 5)
Compaction and Dedup Ratio
cli% showvv -space vv1 vv2 vv3
---Adm---- --------Snp---------- ----------Usr-----------
---(MB)--- --(MB)-- -(% VSize)-- ---(MB)---- -(% VSize)-- -----(MB)----- -Capacity Efficiency-
Id Name Prov Type Rsvd Used Rsvd Used Used Wrn Lim Rsvd Used Used Wrn Lim Tot_Rsvd VSize Compaction Dedup
483 vv1 tpvv base 256 9 0 0 0.0 -- -- 12800 10240 10.0 0 0 13056 102400 10.0 --
485 vv2 tdvv base 5184 4428 0 0 0.0 -- -- 13056 5129 5.0 0 0 18240 102400 10.7 1.0
486 vv3 tdvv base 5184 4433 0 0 0.0 -- -- 13056 5129 5.0 0 0 18240 102400 10.7 2.0
-----------------------------------------------------------------------------------------------------------------
3 total 10624 8870 0 0 38912 20498 49536 307200 10.5 1.5

24 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

VV functionality using the CLI (4 of 5)


Example shows all volumes
exported to the host DL36_049

Example shows volumes and


the User CPG for the volumes
25 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
VV functionality using the CLI (5 of 5)
• Change the name from test to newtest
cli% setvv -name newtest test
• Disable zero detect for a thinly provisioned volume named vv6
cli% setvv -pol no_zero_detect vv6
• Enable zero detect for a thinly provisioned volume named vv5
cli% setvv -pol zero_detect vv5
• Increase the size of virtual volume vv1 by 2 terabytes
cli% growvv vv1 2t
• Remove the virtual volume vv1 using the –f (force) option
cli% removevv –f vv1
• Remove all virtual volumes that start with test using the –f (force) option
cli% removevv –f –pat test*

26 © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Technet24.ir

© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

You might also like