Creating a resource group when the P-VOL is not registered to a VSM

Global Active Device for VSP One Block

Version
10.5.x
Audience
anonymous
Part Number
MK-23VSP1B011-10
ft:lastEdition
2026-05-04

The following illustration shows the creation of a resource group when the P-VOL is not already registered to a virtual storage machine.



Specifying serial numbers in CCI commands

  • For VSP One Block 85, add a “9” at the beginning of the serial number. For example, for serial number 11111, enter 911111.
  • For VSP 5000 series, add a “5” at the beginning of the serial number. For example, for serial number 11111, enter 511111.

Specifying and viewing VSP One Block storage systems

  • To specify VSP One B24, enter RH20ML2.
  • To specify VSP One B26, enter RH20M2.
  • To specify VSP One B28, enter RH20MH2.
  • To specify VSP One B85, enter RH20ETP.
  • VSP One B24 is displayed as RH20ML2 in command output.
  • VSP One B26 is displayed as RH20M2 in command output.
  • VSP One B28 is displayed as RH20MH2 in command output.
  • VSP One B85 is displayed as RH20ETP in command output.

Specifying and viewing VSP 5000 series storage systems

  • To specify VSP 5100 or VSP 5500, enter R900F.
  • To specify VSP 5100H or VSP 5500H, enter R900G.
  • To specify VSP 5200 or VSP 5600, enter RH10HF.
  • To specify VSP 5200H or VSP 5600H, enter RH10HG.
  • VSP 5100 and VSP 5500 are displayed as R9F in command output.
  • VSP 5100H and VSP 5500H are displayed as R9G in command output.
  • VSP 5200 and VSP 5600 are displayed as RH10HF in command output.
  • VSP 5200H and VSP 5600H are displayed as RH10HG in command output.

Specifying and viewing VSP E series storage systems

  • To specify VSP E590, enter M900S.
  • To specify VSP E590H, enter M900SG.
  • To specify VSP E790, enter M900M.
  • To specify VSP E790H, enter M900MG.
  • To specify VSP E990, enter M900H.
  • To specify VSP E1090, enter RH10MHF.
  • To specify VSP E1090H, enter RH10MHG.
  • VSP E590 is displayed as M9S in command output.
  • VSP E590H is displayed as M9SG in command output.
  • VSP E790 is displayed as M9M in command output.
  • VSP E790H is displayed as M9MG in command output.
  • VSP E990 is displayed as M9H in command output.
  • VSP E1090 is displayed as RH10MHF in command output.
  • VSP E1090H is displayed as RH10MHG in command output.

Specifying and viewing VSP G130, G/F350, G/F370, G/F700, G/F900 storage systems

  • To specify VSP G350, enter M850S1.
  • To specify VSP G370, enter M850S2.
  • To specify VSP G700, enter M850M3.
  • To specify VSP G900, enter M850H.
  • To specify VSP F350, enter M850S1F.
  • To specify VSP F370, enter M850S2F.
  • To specify VSP F700, enter M850M3F.
  • To specify VSP F900, enter M850HF.
  • VSP G350 is displayed as M850S1 in command output.
  • VSP G370 is displayed as M850S2 in command output.
  • VSP G700 is displayed as M850M3 in command output.
  • VSP G900 is displayed as M850H in command output.
  • VSP F350 is displayed as M850S1F in command output.
  • VSP F370 is displayed as M850S2F in command output.
  • VSP F700 is displayed as M850M3F in command output.
  • VSP F900 is displayed as M850HF in command output.
  1. Display information about the resource group of the primary storage system and check the model and serial number of the virtual storage machine in the primary storage system for which a pair is to be created.
    raidcom get resource -key opt -IH0
    RS_GROUP		RGID 	V_Serial# 	V_ID 	V_IF 	Serial#      meta_resource 	0 	811111 	RH20ML2 	Y 	811111          0
    
  2. Specify the virtual information you checked in step 1 (the model and serial number of the virtual storage machine in the primary storage system) for the virtual information you need to create resource group "HAGroup1" in the secondary storage system.
    raidcom add resource -resource_name HAGroup1 -virtual_type 811111 RH20ML2 -IH1
Check command and output examples

Display the information about the resource groups of the secondary storage system and confirm the resource group name, resource group ID, virtual serial number, and virtual model.

Information about all resource groups is displayed.

raidcom get resource -key opt -IH1
RS_GROUP            RGID   V_Serial#  V_ID   V_IF    Serial#	
meta_resource          0      822222  RH20ML2     Y        822222	
HAGroup1               1      811111  RH20ML2     Y        822222	

If you need to delete the virtual information set to the resource group, you must delete the resource group.

raidcom delete resource -resource_name HAGroup1 -IH1