This section explains how to edit setup files for setting up the cluster environment.
On the primary node
On the secondary node
On the primary node
This section explains how to edit the /opt/FJSVswstf/cluster/swcluster.ini file on the primary node.
Item | Contents of setting |
---|---|
Env_N | Logical node name |
BusiType | AdvancedCopy Manager server type Specify each of the following values depending on the server transaction.
|
Business | Name of cluster transaction |
ShareEtc | Name of directory for environment settings for cluster transactions |
ShareVar | Name of working directory for cluster transactions |
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.
|
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 |
<After setting: for using IPv6>
[ClusterCommon] Cluster=ON Max=20 StartTimeOut=300 StopTimeOut=300 System=GEN |
<After setting: for using both IPv4 and IPv6>
[ClusterCommon] Cluster=ON Max=20 StartTimeOut=300 StopTimeOut=300 System=GEN |
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] |
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 |
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] |
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.
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 |
ShareVar | Name of working directory for cluster transactions |
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.
|
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.
|
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:
|
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 |
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.
Item | Contents |
---|---|
Type | AdvancedCopy Manager server type Specify each of the following values depending on the server transaction.
|
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.
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
This section explains how to edit the /opt/FJSVswstf/cluster/swcluster.ini file on the secondary node.
Item | Contents |
---|---|
Env_N | Logical node name |
BusiType | AdvancedCopy Manager server type Specify each of the following values depending on the server transaction.
|
Business | Name of cluster transaction |
ShareEtc | Environment setting directory for cluster transactions |
ShareVar | Working directory for cluster transactions |
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.
|
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 |
<After setting: for using IPv6>
[ClusterCommon] Cluster=ON Max=20 StartTimeOut=300 StopTimeOut=300 System=GEN |
<After setting: for using both IPv4 and IPv6>
[ClusterCommon] Cluster=ON Max=20 StartTimeOut=300 StopTimeOut=300 System=GEN |
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] |
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 |
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] |
This section explains how to edit the /etc/opt/swstorage/swstg.ini file on the secondary node.
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 |