HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)

DescriptionOption
microcode version 21-08-xx. This option is ignored (default = infinite) in XP1024/XP128 Disk
Array microcode version 21-06-xx or 21-07-xx.
This option sets each four flags for guarding type as follows:
typeINQRCAPREADWRITE inv1111Sz00111rwd0011wtd0001
Used when extending the LUN capacity of Thin Provisioning volume. <size> is used when
specifying the extension data size in units of 'G,g,M,m,K,k'. If <size> is specified without unit,
it is assumed to be 1 block size (512 bytes).
-vext <size>
Examples for extending 1GB (gigabyte) are: -vext 1G, -vext 1g, -vext 1024M, -vext 1024m, -vext
1048576K, -vext 1048576k, -vext 2097152
Examples for extending 1KB (kilobyte) are: -vext 1K, -vext 1k, -vext 2
LUN capacity and usage rate for Thin Provisioning volume can be verified by referring 'LU_CAP'
of the 'raidvchkdsp -v aou' or 'raidvchkdsp -v aoub' command. "Aou" (allocation on use) refers
to dynamic provisioning.
Note:
When a group operation is specified, a warning message appears, and this command
enters the interactive mode.
Returned values
The raidvchkset command sets the following returned values during exit allowing you to check the
execution results.
Normal termination: 0
Abnormal termination: see Error Codes.
Error codes
The raidvchkset -vg option command returns the following error code as well as generic error
codes.
Table 18 Specific error code for raidvchkset -vg option
ValueRecommended ActionError MessageError CodeCategory
208Please confirm the retention time for a
target volume by using raidvchkscan -v
gflag command.
Mode changes denied
due to retention time
EX_EPRORTVolume Status
(Unrecoverable)
Examples
Sets volumes in oralog group as redolog file prior to Oracle9I:
raidvchkset -g oralog -vt redo8
Sets volumes in oradat group as data file that Oracle block size is 8KB:
raidvchkset -g oradat -vt data8 -vs 16
Sets volumes in oradat group as data file that Oracle block size is 16KB:
raidvchkset -g oradat -vt data8 -vs 32
Releases all checking to volumes in oralog group:
raidvchkset -g oralog -vt
Sets Oracle10g volumes for oralog group as redolog file:
raidvchkset -g oralog -vt rd10g
Sets Oracle10g volumes for oradat group as data file with block size of 8KB:
raidvchkset -g oradat -vt rd10g -vs 16
Disables writing to volumes in oralog group:
raidvchkset -g oralog -vg wtd
raidvchkset 79