Top
ETERNUS SF Storage Cruiser V15.3/ AdvancedCopy Manager V15.3 Cluster Environment Setup Guide
ETERNUS

A.2.3 Methods for editing setup files

This section explains how to edit setup files for setting up the cluster environment.

On the primary node

swcluster.ini

This section explains how to edit the /opt/FJSVswstf/cluster/swcluster.ini file on the primary node.

Table A.6 Setting items

Item

Contents of setting

Env_N

Logical node name
For N, specify a non-duplicate value from 1 to 20.
Specify the same value as Swstgnode in "Table A.7 Setting items" for the logical node name.

BusiType

AdvancedCopy Manager server type

Specify each of the following values depending on the server transaction.

  • For Management Server transactions: 1

  • For Managed Server transactions: 2

Business

Name of cluster transaction

ShareEtc

Name of directory for environment settings for cluster transactions
<Mount point of shared disk for shared data>/etc/opt

ShareVar

Name of working directory for cluster transactions
<Mount point of shared disk for shared data>/var/opt

MountPoint

Mount point of shared disk for shared data

IPVersion

[Solaris 10, Solaris 11, RHEL5, RHEL6 only]

IP version of the takeover IP address for AdvancedCopy Manager

Specify the following value according to the IP version of the takeover IP address to be used, if the server type is Management Server transactions.

  • If using IPv4 address only: IPv4

  • If using IPv6 address only: IPv6

  • If using both IPv4 and IPv6 addresses: Dual

IPAddr

Takeover IP address for AdvancedCopy Manager

Specify only if the server type is Management Server transactions. Specify the IPv4 address when using IPv4 address or both IPv4 and IPv6 addresses.

IPv6Addr

[Solaris 10, Solaris 11, RHEL5, RHEL6 only]

Takeover IP address for AdvancedCopy Manager

Specify only if the server type is Management Server transactions. Specify the IPv6 address when using IPv6 address or both IPv4 and IPv6 addresses. The specified IPv6 address should one that is usable with the cluster software.

NodeName

Name of primary node (Name of primary node host)

Edit the file. Modify or add the portions in italics according to your environment.

[ClusterCommon]
Cluster=ON
Max=20
StartTimeOut=300
StopTimeOut=300
System=GEN
Env_N=<Logical node name>
[<Logical node name>]
Type=Primary
BusiType=<AdvancedCopy Manager server type>
Business=<Name of cluster transaction>
ShareEtc=<Mount point of shared disk for shared data>/etc/opt
ShareVar=<Mount point of shared disk for shared data>/var/opt
MountPoint=<Mount point of shared disk for shared data>
IPVersion=<IP version of IP address>
IPAddr=<Takeover IPv4 address for AdvancedCopy Manager>
IPv6Addr=<Takeover IPv6 address for AdvancedCopy Manager>
IPUseType=0
IPRscName=
Hostname=
NodeName=<Name of primary node (Name of primary node host)>
ClusterName=
DiskName=
GroupName=
SubNetMask=
MSCSNetName=
Date=00/00/00 00:00:00
Setup=YES
ResourceType=Procedure

The following is an example of editing the file.

  • For Management Server transactions : When creating the first cluster transactions on this server

    <Before setting>

    [ClusterCommon]
    Cluster=OFF
    Max=20
    StartTimeOut=300
    StopTimeOut=300

    <After setting: for using IPv4>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_1=acmnode1
    [acmnode1]
    Type=Primary
    BusiType=1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=IPv4
    IPAddr=10.10.10.10
    IPv6Addr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=

    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure

    <After setting: for using IPv6>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_1=acmnode1
    [acmnode1]
    Type=Primary
    BusiType=1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=IPv6
    IPAddr=
    IPv6Addr=2001:db8::1234:0:0:1
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=

    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure

    <After setting: for using both IPv4 and IPv6>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_1=acmnode1
    [acmnode1]
    Type=Primary
    BusiType=1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=Dual
    IPAddr=10.10.10.10
    IPv6Addr=2001:db8::1234:0:0:1
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=

    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
  • For Management Server transactions : When cluster transactions have already been created on this server

    <Before setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_2=acmnode2
    [acmnode2]
    Type=Primary
    BusiType=2
    Business=acmbiz02
    ShareEtc=/acmdata02/etc/opt
    ShareVar=/acmdata02/var/opt
    MountPoint=/acmdata02
    IPVersion=IPv4
    IPAddr=
    IPv6Addr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure

    <After setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_2=acmnode2
    Env_1=acmnode1
    [acmnode2]
    Type=Primary
    BusiType=2
    Business=acmbiz02
    ShareEtc=/acmdata02/etc/opt
    ShareVar=/acmdata02/var/opt
    MountPoint=/acmdata02
    IPVersion=IPv4
    IPAddr=
    IPv6Addr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
    [acmnode1]
    Type=Primary
    BusiType=1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=IPv4
    IPAddr=10.10.10.10
    IPv6Addr= IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
  • For Managed Server transactions: When creating the first cluster transactions on this server

    <Before setting>

    [ClusterCommon]
    Cluster=OFF
    Max=20
    StartTimeOut=300
    StopTimeOut=300

    <After setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_1=acmnode1
    [acmnode1]
    Type=Primary
    BusiType=2
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
  • For Managed Server transactions: When cluster transactions have already been created on this server

    <Before setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_2=acmnode2
    [acmnode2]
    Type=Primary
    BusiType=2
    Business=acmbiz02
    ShareEtc=/acmdata02/etc/opt
    ShareVar=/acmdata02/var/opt
    MountPoint=/acmdata02
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure

    <After setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_2=acmnode2
    Env_1=acmnode1
    [acmnode2]
    Type=Primary
    BusiType=2
    Business=acmbiz02
    ShareEtc=/acmdata02/etc/opt
    ShareVar=/acmdata02/var/opt
    MountPoint=/acmdata02
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
    [acmnode1]
    Type=Primary
    BusiType=2
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
clsetup.ini

This section explains how to edit the "<Mount point of shared disk for AdvancedCopy Manager shared data>/etc/opt/swstorage/clsetup.ini" file on the primary node.

Table A.7 Setting items

Item

Contents

Swstgnode

Logical node name

Use only alphanumeric characters up to 8 bytes for logical node name. Refer to the following sections about other restrictions for logical node name:

Business

Name of cluster transaction

ShareEtc

Name of directory for environment settings for cluster transactions
<Mount point of shared disk for shared data>/etc/opt

ShareVar

Name of working directory for cluster transactions
<Mount point of shared disk for shared data>/var/opt

MountPoint

Mount point of shared disk for shared data

IPVersion

[Solaris 10, Solaris 11, RHEL5, RHEL6 only]

IP version of the takeover IP address for AdvancedCopy Manager

Specify the following value according to the IP version of the takeover IP address to be used, if the server type is Management Server transactions.

  • If using IPv4 address only: IPv4

  • If using IPv6 address only: IPv6

  • If using both IPv4 and IPv6 addresses: Dual

IPAddr

Takeover IP address for AdvancedCopy Manager

Specify only if the server type is Management Server transactions. Specify the IPv4 address when using IPv4 address or both IPv4 and IPv6 addresses.

IPv6Addr

[Solaris 10, Solaris 11, RHEL5, RHEL6 only]

Takeover IP address for AdvancedCopy Manager

Specify only if the server type is Management Server transactions. Specify the IPv6 address when using IPv6 address or both IPv4 and IPv6 addresses. The specified IPv6 address should one that is usable with the cluster software.

NodeName

Name of primary node (Name of primary node host)

BusiType

AdvancedCopy Manager server type

Specify each of the following values depending on the server transaction.

  • For Management Server transactions: 1

  • For Managed Server transactions: 2

Type

Version

Version of AdvancedCopy Manager

Specify the same value as for the [Common]-"Version" character string in the /etc/opt/swstorage/swstg.ini file.

Language

Language used for AdvancedCopy Manager

Specify one of the following text strings according to the language to be used for AdvancedCopy Manager:

  • For Japanese: JAPANESE

  • For English: ENGLISH

Edit the file. Modify or add the portions in italics according to your environment.

[Cluster]
System=GEN
Swstgnode=<Logical node name>
Business=<Name of cluster transaction>
ShareEtc=<MountPoint>/etc/opt
ShareVar=<MountPoint>/var/opt
MountPoint=<Mount point of shared disk for shared data>
IPVersion=<IP version of IP address>
IPAddr=<Takeover IPv4 address for AdvancedCopy Manager>
IPv6Addr=<Takeover IPv6 address for AdvancedCopy Manager>
IPUseType=0
IPRscName=
Hostname=
NodeName=<Name of primary node (Name of primary node host)>
ClusterName=
DiskName=
GroupName=
SubNetMask=
MSCSNetName=
BusiType=<AdvancedCopy Manager server type>
ResourceType=Procedure
[StorageMGR]
Version=<Version of AdvancedCopy Manager>
Edition=EE
Type=<AdvancedCopy Manager server type>
AFSType=1
Language=<Language used for AdvancedCopy Manager>
Code=
[Secondary]
Setup=YES
Date=00/00/00 00:00:00
[Primary]
Date=00/00/00 00:00:00
Setup=YES

The following is an example of editing the file.

  • For Management Server transactions

    <For using IPv4>

    [Cluster]
    System=GEN
    Swstgnode=acmnode1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=IPv4
    IPAddr=10.10.10.10
    IPv6Addr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    BusiType=1
    ResourceType=Procedure
    [StorageMGR]
    Version=V15.3
    Edition=EE
    Type=1
    AFSType=1
    Language=ENGLISH
    Code=
    [Secondary]
    Setup=YES
    Date=00/00/00 00:00:00
    [Primary]
    Date=00/00/00 00:00:00
    Setup=YES

    <For using IPv6>

    [Cluster]
    System=GEN
    Swstgnode=acmnode1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=IPv6
    IPAddr=
    IPv6Addr=2001:db8::1234:0:0:1
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    BusiType=1
    ResourceType=Procedure
    [StorageMGR]
    Version=V15.3
    Edition=EE
    Type=1
    AFSType=1
    Language=JAPANESE
    Code=
    [Secondary]
    Setup=YES
    Date=00/00/00 00:00:00
    [Primary]
    Date=00/00/00 00:00:00
    Setup=YES

    <For using both IPv4 and IPv6>

    [Cluster]
    System=GEN
    Swstgnode=acmnode1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=Dual
    IPAddr=10.10.10.10
    IPv6Addr=2001:db8::1234:0:0:1
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    BusiType=1
    ResourceType=Procedure
    [StorageMGR]
    Version=V15.3
    Edition=EE
    Type=1
    AFSType=1
    Language=JAPANESE
    Code=
    [Secondary]
    Setup=YES
    Date=00/00/00 00:00:00
    [Primary]
    Date=00/00/00 00:00:00
    Setup=YES
  • For Managed Server transactions

    [Cluster]
    System=GEN
    Swstgnode=acmnode1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    BusiType=2
    ResourceType=Procedure
    [StorageMGR] 
    Version=V15.3
    Edition=EE
    Type=2
    AFSType=1
    Language=ENGLISH
    Code=
    [Secondary]
    Setup=YES
    Date=00/00/00 00:00:00
    [Primary]
    Date=00/00/00 00:00:00
    Setup=YES
swstg.ini

This section explains how to edit the <Mount point of shared disk for AdvancedCopy Manager shared data>/etc/opt/swstorage/swstg.ini file on the primary node.

Table A.8 Setting items

Item

Contents

Type

AdvancedCopy Manager server type

Specify each of the following values depending on the server transaction.

  • For Management Server transactions: 1

  • For Managed Server transactions: 2

Edit the file. Modify or add the portions in italics according to your environment.

[Common]
Code=ASCII
Edition=EE
Version=V15.3
Type=<AdvancedCopy Manager server type>
AFSType=1
Language=ENGLISH
BaseDir_Opt=/opt
BaseDir_Var=/var/opt
BaseDir_Etc=/etc/opt
[Install]
FJSVswstf=20101116
FJSVswtrc=20101116
FJSVgrapi=20101116
FJSVswsts=20101116
FJSVswsrp=20101116
FJSVswstc=20101116

The following is an example of editing the file.

  • For Management Server transactions

    [Common]
    Code=ASCII
    Edition=EE
    Version=V15.3
    Type=1
    AFSType=1
    Language=ENGLISH
    BaseDir_Opt=/opt
    BaseDir_Var=/var/opt
    BaseDir_Etc=/etc/opt
    [Install]
    FJSVswstf=20101116
    FJSVswtrc=20101116
    FJSVgrapi=20101116
    FJSVswsts=20101116
    FJSVswsrp=20101116
    FJSVswstc=20101116
  • For Managed Server transactions

    [Common]
    Code=ASCII
    Edition=EE
    Version=V15.3
    Type=2
    AFSType=1
    Language=ENGLISH
    BaseDir_Opt=/opt
    BaseDir_Var=/var/opt
    BaseDir_Etc=/etc/opt
    [Install]
    FJSVswstf=20101116
    FJSVswtrc=20101116
    FJSVgrapi=20101116
    FJSVswsts=20101116
    FJSVswsrp=20101116
    FJSVswstc=20101116
  • This section explains how to edit the "/etc/opt/swstorage/swstg.ini" file on the primary node.

    Table A.9 Setting items

    Item

    Contents

    Type

    Type of local transaction server for AdvancedCopy Manager

    Set to "2".

    Edit the file according to your environment.

    [Common]
    Code=ASCII
    Edition=EE
    Version=V15.3
    Type=<Type of local transaction server for AdvancedCopy Manager>
    AFSType=1
    Language=ENGLISH
    BaseDir_Opt=/opt
    BaseDir_Var=/var/opt
    BaseDir_Etc=/etc/opt
    [Install]
    FJSVswstf=20101116
    FJSVswtrc=20101116
    FJSVgrapi=20101116
    FJSVswsts=20101116
    FJSVswsrp=20101116
    FJSVswstc=20101116

    The following is an example of editing the file. Modify or add the portions in italics.

    [Common]
    Code=ASCII
    Edition=EE
    Version=V15.3
    Type=2
    AFSType=1
    Language=ENGLISH
    BaseDir_Opt=/opt
    BaseDir_Var=/var/opt
    BaseDir_Etc=/etc/opt
    [Install]
    FJSVswstf=20101116
    FJSVswtrc=20101116
    FJSVgrapi=20101116
    FJSVswsts=20101116
    FJSVswsrp=20101116
    FJSVswstc=20101116

On the secondary node

swcluster.ini

This section explains how to edit the /opt/FJSVswstf/cluster/swcluster.ini file on the secondary node.

Table A.10 Setting items

Item

Contents

Env_N

Logical node name
For N, specify a non-duplicate value from 1 to 20.
Specify the same value as Swstgnode in "Table A.7 Setting items" for the logical node name.

BusiType

AdvancedCopy Manager server type

Specify each of the following values depending on the server transaction.

  • For Management Server transactions: 1

  • For Managed Server transactions: 2

Business

Name of cluster transaction

ShareEtc

Environment setting directory for cluster transactions
<Mount point of shared disk for shared data>/etc/opt

ShareVar

Working directory for cluster transactions
<Mount point of shared disk for shared data>/var/opt

MountPoint

Mount point of shared disk for shared data

IPVersion

[Solaris 10, Solaris 11, RHEL5, RHEL6 only]

IP version of the takeover IP address for AdvancedCopy Manager

Specify the following value according to the IP version of the takeover IP address to be used, if the server type is Management Server transactions.

  • If using IPv4 address only: IPv4

  • If using IPv6 address only: IPv6

  • If using both IPv4 and IPv6 addresses: Dual

IPAddr

Takeover IP address for AdvancedCopy Manager

IPv6Addr

[Solaris 10, Solaris 11, RHEL5, RHEL6 only]

Takeover IP address for AdvancedCopy Manager

Specify only if the server type is Management Server transactions. Specify the IPv6 address when using IPv6 address or both IPv4 and IPv6 addresses. The specified IPv6 address should one that is usable with the cluster software.

NodeName

Name of primary node (Name of primary node host)

Edit the file. Modify or add the portions in italics according to your environment.

[ClusterCommon]
Cluster=ON
Max=20
StartTimeOut=300
StopTimeOut=300
System=GEN
Env_N=<Logical node name>
[<Logical node name>]
Type=Secondary
BusiType=<AdvancedCopy Manager server type>
Business=<Name of cluster transaction>
ShareEtc=<MountPoint>/etc/opt
ShareVar=<MountPoint>/var/opt
MountPoint=<Mount point of shared disk for shared data>
IPVersion=<IP version of IP address>
IPAddr=<Takeover IPv4 address for AdvancedCopy Manager>
IPv6Addr=<Takeover IPv6 address for AdvancedCopy Manager>
IPUseType=0
IPRscName=
Hostname=
NodeName=<Name of primary node (Name of primary node host)> 
ClusterName=
DiskName=
GroupName=
SubNetMask=
MSCSNetName=
Date=00/00/00 00:00:00
Setup=YES
ResourceType=Procedure

The following is an example of editing the file.

  • For Management Server transactions : When creating the first cluster transactions on this server

    <Before setting>

    [ClusterCommon]
    Cluster=OFF
    Max=20
    StartTimeOut=300
    StopTimeOut=300

    <After setting: for using IPv4>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_1=acmnode1
    [acmnode1]
    Type=Secondary
    BusiType=1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=IPv4
    IPAddr=10.10.10.10
    IPv6Addr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure

    <After setting: for using IPv6>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_1=acmnode1
    [acmnode1]
    Type=Secondary
    BusiType=1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=IPv6
    IPAddr=
    IPv6Addr=2001:db8::1234:0:0:1
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure

    <After setting: for using both IPv4 and IPv6>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_1=acmnode1
    [acmnode1]
    Type=Secondary
    BusiType=1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=Dual
    IPAddr=10.10.10.10
    IPv6Addr=2001:db8::1234:0:0:1
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
  • For Management Server transactions : When cluster transactions have already been created on this server

    <Before setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_2=acmnode2
    [acmnode2]
    Type=Secondary
    BusiType=2
    Business=acmbiz02
    ShareEtc=/acmdata02/etc/opt
    ShareVar=/acmdata02/var/opt
    MountPoint=/acmdata02
    IPVersion=IPv4
    IPAddr=
    IPv6Addr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure

    <After setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_2=acmnode2
    Env_1=acmnode1
    [acmnode2]
    Type=Secondary
    BusiType=2
    Business=acmbiz02
    ShareEtc=/acmdata02/etc/opt
    ShareVar=/acmdata02/var/opt
    MountPoint=/acmdata02
    IPVersion=IPv4
    IPAddr=
    IPv6Addr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
    [acmnode1]
    Type=Secondary
    BusiType=1
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPVersion=IPv4
    IPAddr=10.10.10.10
    IPv6Addr= IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
  • For Managed Server transactions: When creating the first cluster transactions on this server

    <Before setting>

    [ClusterCommon]
    Cluster=OFF
    Max=20
    StartTimeOut=300
    StopTimeOut=300

    <After setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_1=acmnode1
    [acmnode1]
    Type=Secondary
    BusiType=2
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
  • For Managed Server transactions: When cluster transactions have already been created on this server

    <Before setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_2=acmnode2
    [acmnode2]
    Type=Secondary
    BusiType=2
    Business=acmbiz02
    ShareEtc=/acmdata02/etc/opt
    ShareVar=/acmdata02/var/opt
    MountPoint=/acmdata02
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure

    <After setting>

    [ClusterCommon]
    Cluster=ON
    Max=20
    StartTimeOut=300
    StopTimeOut=300
    System=GEN
    Env_2=acmnode2
    Env_1=acmnode1
    [acmnode2]
    Type=Secondary
    BusiType=2
    Business=acmbiz02
    ShareEtc=/acmdata02/etc/opt
    ShareVar=/acmdata02/var/opt
    MountPoint=/acmdata02
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
    [acmnode1]
    Type=Secondary
    BusiType=2
    Business=acmbiz01
    ShareEtc=/acmdata01/etc/opt
    ShareVar=/acmdata01/var/opt
    MountPoint=/acmdata01
    IPAddr=
    IPUseType=0
    IPRscName=
    Hostname=
    NodeName=m40001
    ClusterName=
    DiskName=
    GroupName=
    SubNetMask=
    MSCSNetName=
    Date=00/00/00 00:00:00
    Setup=YES
    ResourceType=Procedure
swstg.ini

This section explains how to edit the /etc/opt/swstorage/swstg.ini file on the secondary node.

Table A.11 Setting items

Item

Contents of setting

Type

AdvancedCopy Manager server type of local transaction

Set to "2".

Edit the file. Modify or add the portions in italics according to your environment.

[Common]
Code=ASCII
Edition=EE
Version=V15.3
Type=<AdvancedCopy Manager server type of local transaction>
AFSType=1
Language=ENGLISH
BaseDir_Opt=/opt
BaseDir_Var=/var/opt
BaseDir_Etc=/etc/opt
[Install]
FJSVswstf=20101116
FJSVswtrc=20101116
FJSVgrapi=20101116
FJSVswsts=20101116
FJSVswsrp=20101116
FJSVswstc=20101116

The following is an example of editing the file.

[Common]
Code=ASCII
Edition=EE
Version=V15.3
Type=2
AFSType=1
Language=ENGLISH
BaseDir_Opt=/opt
BaseDir_Var=/var/opt
BaseDir_Etc=/etc/opt
[Install]
FJSVswstf=20101116
FJSVswtrc=20101116
FJSVgrapi=20101116
FJSVswsts=20101116
FJSVswsrp=20101116
FJSVswstc=20101116