Updating the CCI configuration definition files

Global Active Device for VSP One Block

Version
10.5.x
File Size
25537 KB
Audience
anonymous
Part Number
MK-23VSP1B011-11
ft:lastEdition
2026-06-23

You can update the configuration definition file to create a UR pair. The following shows the example of command execution for Windows and description example of the configuration definition file for Windows.

  1. Stop the CCI instances at the primary and UR secondary sites.
    • Server connected to the primary storage system
      horcmshutdown 0
      inst 0:
      horcmshutdown inst 0 !!!
    • Server connected to the UR secondary storage system
      horcmshutdown 2
      inst 2:
      horcmshutdown inst 2 !!!
  2. Edit the configuration definition files at the primary and UR secondary sites.
    Add the bold parts below to the configuration definition files at the primary and UR secondary sites. As you edit configuration definition files, make sure to specify the actual LDEV IDs for the GAD pair volumes, not the virtual LDEV IDs.
    Example of editing the configuration definition file at the primary site: horcm0.conf
    HORCM_MON
    #ip_address	   service	poll(10ms)	   timeout(10ms)
    localhost		 31000	  -1		       3000
    
    HORCM_CMD
    \\.\CMD-811111-8738
    
    HORCM_LDEV
    #GRP      DEV   SERIAL     LDEV#     MU#
    oraHA     dev1  811111     22:22     h0
    oraREMOTE dev2  811111	 22:22	 h1
                                
    HORCM_INST
    #GPR      IP ADR     PORT#
    oraHA     localhost  31001
    
    HORCM_INSTP
    #dev_group   ip_address   service      pathID
    oraREMOTE    localhost    31002        2
    Example of editing the configuration definition file at the UR secondary site: horcm2.conf
    HORCM_MON
    #ip_address	     service	     poll(10ms)  	   timeout(10ms)
    localhost		      31002	       -1       	         3000
    
    HORCM_CMD
    \\.\CMD-844444-26214
    
    HORCM_LDEV
    #GRP         DEV      SERIAL     LDEV#     MU#
    oraDELTA	 dev3	 844444	 66:66	 h2
    oraREMOTE	dev2	 844444	 66:66	 h1
    
    HORCM_INST
    #GPR            IP ADR              PORT#
    oraDELTA	       localhost		         31001
    
    HORCM_INSTP
    #dev_group      ip_address      service         pathID
    oraREMOTE       localhost       31000           2
  3. Start the CCI instances at the GAD primary site and UR secondary site.
    • Server connected to the primary storage system
      horcmstart 0
      starting HORCM inst 0
      HORCM inst 0 starts successfully.
    • Server connected to the UR secondary storage system
      horcmstart 2
      starting HORCM inst 2
      HORCM inst 2 starts successfully.