Top
ETERNUS SF Storage Cruiser V16.9.1 / AdvancedCopy Manager V16.9.1 Cluster Environment Setup Guide
FUJITSU Storage

5.1.5 Setup Environment for AdvancedCopy Manager CCM

If you set up the AdvancedCopy Manager CCM environment, after starting ETERNUS SF Manager, perform the following procedure.

Point

The following commands described in this section are AdvancedCopy Manager CCM commands. Refer to "Command References" in the AdvancedCopy Manager Operation Guide for Copy Control Module for information on the commands.

  • "acarray remove" command

  • "acutil devs" command

  • "acarray add" command

  1. Set the environment variable PATH.

    Add the "bin" directory of AdvancedCopy Manager CCM to the environment variable PATH.
    Refer to "Setting Environment Variable PATH" in "Setup of AdvancedCopy Manager CCM" in the Installation and Setup Guide for details.

  2. Set up the network environment.

    Refer to "Configuring Network Environment" in "Setup of AdvancedCopy Manager CCM" in the Installation and Setup Guide for details.

  3. Create a user account.

    Create a user account for using AdvancedCopy Manager CCM.
    Refer to "Creating User Account for Using AdvancedCopy Manager CCM" in the Installation and Setup Guide for details.

  4. Set up access volumes on all nodes that are operating the clustered system.

    Refer to "4.1 Confirmation of Customization Items" and to "Access Volume Settings" in the AdvancedCopy Manager Operation Guide for Copy Control Module for details.

  5. Register the ETERNUS Disk storage system.

    Follow below procedure to register the ETERNUS Disk storage system.

    If an ETERNUS Disk storage system is already registered, execute the "acarray remove" command to delete the existing registration. After that, register it again according to the following procedure:

    1. Execute the "acutil devs" command and check the output results. From the Box ID (BOX-ID) and the logical volume number (LV No) of the ETERNUS Disk storage system, identify the access volume to be used and check the Device value.

      > acutil devs
      Device         BOX-ID                                   LV No Size
      -------------- ---------------------------------------- ----- -------
      PHYSICALDRIVE4 00E8000M9#####E890S20A####KO4070639003## 0x61  1048576
      PHYSICALDRIVE5 00E8000M9#####E890S20A####KO4070639003## 0x62  1048576
      PHYSICALDRIVE6 00E8000M9#####E890S20A####KO4070639003## 0x63  1048576
    2. To register the ETERNUS Disk storage system, execute the "acarray add" command by specifying the Device value you checked in the above step to deviceValue.

      >acarray add -a diskArrayName -ip ipAddress -user userName -password password -path deviceValue

      Example

      If, for the access volume to be used, the BOX-ID is "00E8000M9#####E890S20A####KO4070639003##" and the LV No is "0x61", the command execution example is as follows.

      >acarray add -a E8000 -ip 192.0.2.10 -user **** -password **** -path PHYSICALDRIVE4
      Successful completion.

      Point

      • Use the same access volume for all nodes in the clustered system.

      • If you use an access volume, when you register the ETERNUS Disk storage system, execute the "acarray add" command with the -path option specified.

  6. Create copy groups.

    Refer to "Creating Copy Groups" in the AdvancedCopy Manager Operation Guide for Copy Control Module for details.

  7. Add copy pairs.

    Add copy pairs to the newly created copy groups.
    Refer to "Adding Copy Pairs" in the AdvancedCopy Manager Operation Guide for Copy Control Module for details.

  8. Set up the copy volume protection.

    In order to prevent destruction of the volume by any mistakes in operation, you can set the volume protection function on the transaction volume.
    Refer to "Setting Copy Volume Protection" in the AdvancedCopy Manager Operation Guide for Copy Control Module for details.

  9. Back up the environment setup files for the CCM Server transactions.

    To be prepared for unexpected situations, back up the environment setup files. Refer to "Backing Up Environment Settings Files" in the AdvancedCopy Manager Operation Guide for Copy Control Module for the files to be backed up.

The customization in Windows clustered system is completed.