Top
ServerView Resource Orchestrator Cloud Edition V3.4.0 DR Option Instruction
FUJITSU Software

3.3 Manager Installation and Configuration

Install the Resource Orchestrator manager on the admin servers of the switchover source and destination sites.

For details, refer to the following:

For Disaster Recovery environments, configure as follows.

[Windows Manager]

Installation_folder\SVROR\Manager\etc\customize_data\fa_dr.rcxprop

[Linux Manager]

/etc/opt/FJSVrcvmr/customize_data/fa_dr.rcxprop

Lines other than the following that begin with sharp signs ("#") are comments in this definition file.

Blank lines in this definition file are regarded as meaningless and skipped.

Example

[Windows Manager]

Enter the following descriptions, when using the folder configurations described as examples in "3.2 Creating Switchover Information Storage Folders", and when mounting the switchover information storage folders replicated to the switchover destination site on the E drive during switchover.

  • For #rcxstorage_define, enter the path for the "switchover information storage folder".
  • For #rcxmgrexport_define, enter the path for "switchover information storage folder\ManagerExport".
  • For #rcxrecovery_define, enter the path on which the "Chapter 4 Operation" replicated from the switchover source site after the procedure in "Mounting the Switchover Information Storage Folder [Switchover Destination Site]" will be mounted.

#rcxstorage_define

D:\Export

#rcxmgrexport_define

D:\Export\ManagerExport

#rcxrecovery_define

E:\Export

[Linux Manager]

Enter the following descriptions, when using the folder configurations described as examples in "3.2 Creating Switchover Information Storage Folders", and when mounting the switchover information storage folders replicated to the switchover destination site on /DRImport during switchover.

  • For #rcxstorage_define, enter the path for the "switchover information storage folder".
  • For #rcxmgrexport_define, enter the path for "switchover information storage folder/ManagerExport".
  • For #rcxrecovery_define, enter the path on which the "4.2.5 Mounting the Switchover Information Storage Folder [Switchover Destination Site]" replicated from the switchover source site after the procedure in "Mounting the Switchover Information Storage Folder [Switchover Destination Site]" will be mounted.

#rcxstorage_define

/DRExport/Export

#rcxmgrexport_define

/DRExport/Export/ManagerExport

#rcxrecovery_define

/DRImport/Export

Information

Create the DR definition file "fa_dr.rcxprop" using the following sample files.

[Windows Manager]

Installation_folder\SVROR\Manager\etc\customize_data\fa_dr.rcxprop.sample

[Linux Manager]

/etc/opt/FJSVrcvmr/customize_data/fa_dr.rcxprop.sample

  • When performing additional recovery after switchover operations, specify the information of the additional recovery information folder for the following definition files in the switchover source site.

[Windows Manager]

Installation_folder\SVROR\Manager\etc\customize_data\fa_dr.rcxprop

[Linux Manager]

/etc/opt/FJSVrcvmr/customize_data/fa_dr.rcxprop

Example

[Windows Manager]

When using "C:\Users\Administrator\work\DRsalvage\Export" for the additional recovery information folder, describe it as follows:

#salvage_define

C:\Users\Administrator\work\DRsalvage\Export

[Linux Manager]

When using "/root/work/DRsalvage/Export" for the additional recovery information folder, describe it as follows:

#salvage_define

/root/work/DRsalvage/Export

Information

When the contents of the switchover information storage folder will be kept as they are after a switchover operation and will not be modified until additional recovery after failback, the switchover information storage folder can be specified as the additional recovery information folder.

[Windows Manager]

When "D:\Export\ManagerExport" is set for "#rcxmgrexport_define" in fa_dr.rcxprop, describe the following lines in the same file:

#salvage_define

D:\Export

[Linux Manager]

When "/DRExport/Export/ManagerExport" is set for "#rcxmgrexport_define" in fa_dr.rcxprop, describe the following lines in the same file:

#salvage_define

/DRExport/Export

Before starting an additional recovery operation, ensure that the switchover information storage folder has not been updated by switchover information collection (through the rcxmgrexport command) after failback.

Then perform the additional recovery.

[Windows Manager]

Installation_folder\SVROR\Manager\etc\customize_data\fa_dr.rcxprop

[Linux Manager]

/etc/opt/FJSVrcvmr/customize_data/fa_dr.rcxprop

Example

When the DR operation method is Active-Active, enter the following content:

#DR Operation Method

DR_operation_method=1

#Config File Switchover

config_file_switchover=true

When the DR operation method is Active-Standby, enter the following content:

#DR Operation Method

DR_operation_method=2

#Config File Switchover

config_file_switchover=true

Information

For the files that are taken over by automatic takeover of configuration files, refer to "Appendix F Target Files of Automatic Takeover of Configuration Files".

Even when whether to enable or disable automatic takeover of configuration files is specified in the DR definition file (fa_dr.rcxprop), the value specified using the -config_file_switchover option of the batch recovery command (the rcxrecovery command), which is executed on the switchover destination site, is given priority.

For details on the rcxrecovery command, refer to "B.2 rcxrecovery".