HP 3PAR StoreServ 7400 2-node HP 3PAR Command Line Interface Administrator& - Page 80

Creating a Common Provisioning Group, Setting Snapshot Space Usage Warnings

Page 80 highlights

Creating a Common Provisioning Group • To create a CPG, issue the createcpg -aw -sdgs -sdgl -sdgw -t command, where: ◦ -aw is the percentage of used snapshot space and administration space that will generate a warning alert. If 0 (default) is specified, alert generation is disabled. ◦ -sdgs is the amount of LD storage created during each autogrow operation. For the minimum default growth sizes per number of nodes, see Table 6 (page 78). ◦ -sdgl is the growth limit which cannot be exceeded during autogrow operations. If 0 (default) is specified, no limit is enforced. ◦ -sdgw is the space limit for LD space before a warning alert is generated. If 0 (default) is specified, no warning limit is enforced. ◦ -t is the RAID type, specified as r0 (RAID 0), r1 (RAID 1), r5 (RAID 5), or r6 (RAID MP). ◦ is the name of the CPG being created. If no RAID type is specified with the -t option, the default is RAID 1 for Fast Class (FC or SAS) and SSD device types, and RAID 6 for NL device types. HP strongly recommends using RAID 6 for NL device types. If you want to use RAID 5 for NL device types, you must first change the setsys AllowR5OnNLDrives value to yes (the default is no). For a complete list of options available for the createcpg command, see the HP 3PAR Command Line Interface Reference and the HP 3PAR CLI Help. Modifying a Common Provisioning Group The following modifications are commonly performed on CPGs using variations of the setcpg command: • Specify the percentage of administration space or snapshot space that is used before an alert is generated. • Specify the amount of LD space created with each auto-grow operation. For a complete list of options available for the setcpg command, see the HP 3PAR Command Line Interface Reference and the HP 3PAR CLI Help. Setting Snapshot Space Usage Warnings To set or modify the space usage warning for a CPG, issue the setcpg -sdgw command, where: • -sdgw is the space limit for LD space before a warning alert is generated. If 0 (default) is specified, no warning limit is enforced. • is the name of the CPG being created. Setting a Common Provisioning Group's Autogrow Size NOTE: Before modifying your CPG's autogrow settings, see "Growth Increment Considerations for Common Provisioning Groups" (page 78) for guidelines. 80 Managing CPGs and Virtual Volumes

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204

Creating a Common Provisioning Group
To create a CPG, issue the
createcpg -aw <percent> -sdgs <size> -sdgl <size>
-sdgw <size> -t <RAID_type> <CPG_name>
command, where:
-aw <percent>
is the percentage of used snapshot space and administration space
that will generate a warning alert. If 0 (default) is specified, alert generation is disabled.
-sdgs <size>
is the amount of LD storage created during each autogrow operation.
For the minimum default growth sizes per number of nodes, see
Table 6 (page 78)
.
-sdgl
is the growth limit which cannot be exceeded during autogrow operations. If 0
(default) is specified, no limit is enforced.
-sdgw <size>
is the space limit for LD space before a warning alert is generated. If 0
(default) is specified, no warning limit is enforced.
-t <RAID_type>
is the RAID type, specified as
r0
(RAID 0),
r1
(RAID 1),
r5
(RAID
5), or
r6
(RAID MP).
<CPG_name>
is the name of the CPG being created.
If no RAID type is specified with the
-t
option, the default is RAID 1 for Fast Class (FC or SAS)
and SSD device types, and RAID 6 for NL device types.
HP strongly recommends using RAID 6 for NL device types. If you want to use RAID 5 for NL device
types, you must first change the
setsys AllowR5OnNLDrives
value to
yes
(the default is
no
).
For a complete list of options available for the
createcpg
command, see the
HP 3PAR Command
Line Interface Reference
and the HP 3PAR CLI Help.
Modifying a Common Provisioning Group
The following modifications are commonly performed on CPGs using variations of the
setcpg
command:
Specify the percentage of administration space or snapshot space that is used before an alert
is generated.
Specify the amount of LD space created with each auto-grow operation.
For a complete list of options available for the
setcpg
command, see the
HP 3PAR Command
Line Interface Reference
and the HP 3PAR CLI Help.
Setting Snapshot Space Usage Warnings
To set or modify the space usage warning for a CPG, issue the
setcpg -sdgw <size>
<CPG_name>
command, where:
-sdgw <size>
is the space limit for LD space before a warning alert is generated. If 0
(default) is specified, no warning limit is enforced.
<CPG_name>
is the name of the CPG being created.
Setting a Common Provisioning Group’s Autogrow Size
NOTE:
Before modifying your CPG’s autogrow settings, see
“Growth Increment Considerations
for Common Provisioning Groups” (page 78)
for guidelines.
80
Managing CPGs and Virtual Volumes