When performing tenant switchover and the switchover source site is operating, lock the resources being used by the tenants. For details, refer to "3.14 rcxadm tenant" in the "Reference Guide (Command/XML) CE". When the global resources for the tenants are also used for other tenants, lock all the tenants.
[Windows Manager]
>Installation_folder\SVROR\Manager\bin\rcxadm tenant lockrsc -name tenant1 <RETURN>
[Linux Manager]
# /opt/FJSVrcvmr/bin/rcxadm tenant lockrsc -name tenant1 <RETURN>
[Windows Manager]
>Installation_folder\SVROR\Manager\bin\rcxadm tenant lockrsc -name tenant2 <RETURN> Installation_folder\SVROR\Manager\bin\rcxadm tenant lockrsc -name tenant3 <RETURN>
[Linux Manager]
# /opt/FJSVrcvmr/bin/rcxadm tenant lockrsc -name tenant2 <RETURN> # /opt/FJSVrcvmr/bin/rcxadm tenant lockrsc -name tenant3 <RETURN>
Example
Whether resources are locked can be checked by checking if "locked(DR)" is displayed for ATTRIBUTES when executing the following command:
[Windows Manager]
>Installation_folder\SVROR\Manager\bin\rcxadm network list -extend lock <RETURN> >Installation_folder\SVROR\Manager\bin\rcxadm {disk| vstorage} list -verbose -extend lock <RETURN> >Installation_folder\SVROR\Manager\bin\rcxadm {network| disk| vstorage} show -name name-extend lock <RETURN>
[Linux Manager]
# /opt/FJSVrcvmr/bin/rcxadm network list -extend lock <RETURN> # /opt/FJSVrcvmr/bin/rcxadm {disk| vstorage} list -verbose -extend lock <RETURN> # /opt/FJSVrcvmr/bin/rcxadm {network| disk| vstorage} show -name name -extend lock <RETURN>
For details, refer to the following:
Whether resources are locked can also be checked on the [Resources] tab of the ROR console.
Resources that are locked are displayed as follows:
"Locked(DR)" is displayed in the [Attributes] column on the resource list
When the switchover source site is operating, execute the rcxmgrexport command to export the configuration information.
This export operation should be performed regardless of whether site switchover or tenant switchover is being performed.
For the specific procedures, refer to "a. Export the Required Information" in "1. Export the Required Information from the Switchover Source Site" in "4.1 Normal Operation".
When additional recovery is planned, copy all information in the switchover information storage folder into the additional recovery information storage folder. However, it is not necessary to copy the Image folder under the switchover information storage folder or the images of physical servers stored in the Image folder.
For the VM pool definition file (vm_pool.csv) and the mapping definition file of the physical server name or the VM management software name in the MAP folder, modify the section in which the switchover destination site information is described to the information of the switchover source site.
Place the configuration information that includes resources that will be recovered through additional recovery (i.e. resources removed by the function of switchover scope limitation) in the additional recovery information folder.
For details on the switchover information storage folder, refer to "3.2 Creating Switchover Information Storage Folders".
For additional recovery, refer to "2.4 Limitation of switchover scope and additional recovery".
For details on how to specify additional recovery information folders, refer to "3.3 Manager Installation and Configuration".