When the switchover source site is operating, clean up the configuration information of the switchover source site. It is not necessary to perform this procedure when the switchover source site is not operating due to a disaster, or reinstalling the manager in order to perform recovery.
Information
Executing the rcxadm config cleanup command either deletes the following resources or unregisters them from the resource pool.
Resources Belonging to the Specified Tenant | Global Resources Used by the Specified Tenant | Other Resources | |
---|---|---|---|
User | - | - | - |
User Group | - | - | - |
L-Servers | Yes | - | - |
L-Server Templates | - | - | - |
Image | Yes | Yes | - |
AddressSet | Yes | Yes (*) | - |
Network | Yes | Yes (*) | - |
Pool | Yes | Yes (*) | - |
Folder | - | - | - |
VMHost | No | No (*) | - |
Server | No | No (*) | - |
Virtual_Storage | No | No (*) | - |
Disk | No | No (*) | - |
Network_device | No | No (*) | - |
Customized role | - | - | - |
Yes: Deletion of resources
No: Unregistration from the resource pool
-: Not applicable
* Note: When the user who executed the command is the last user of the specified tenant, the resources will be processed.
Resources Belonging to Tenants | Global Resources Used by Tenants | Other Resources | |
---|---|---|---|
User | - | - | Yes (*1) |
User Group | - | - | Yes (*2) |
L-Servers | Yes | - | Yes |
L-Server Templates | - | - | Yes |
Image | Yes | Yes | Yes |
AddressSet | Yes | Yes | Yes |
Network | Yes | Yes | Yes |
Pool | Yes | Yes | Yes |
Folder | - | - | Yes |
VMHost | No | No | No |
Server | No | No | No |
Virtual_Storage | No | No | No |
Disk | No | No | No |
Network_device | No | No | No |
Customized role | - | - | Yes |
Yes: Deletion of resources
No: Unregistration from the resource pool
-: Not applicable
*1: Infrastructure administrators and dual-role administrators whose access scope is "all" are excluded.
*2: The user groups with "supervisor" users are excluded.
For details on the rcxadm config cleanup command, refer to "B.3 rcxadm config".
When executing the cleanup command in the above cases, add the -postdr option and the -deluser option with the following conditions. When using internal authentication, do not add the -deluser option.
Virtual L-Server Switchover (VM guest) | -postdr Option |
---|---|
Switched over | Added |
Not switched over | Not added |
Directory Service Information | -deluser Option |
---|---|
Shared among sites | Not added |
Not shared among sites | Added |
Information
When the -postdr option is added to the cleanup command (rcxadm config cleanup), it unregisters the virtual L-Server resources and images deleted from managers, and VM guest information and VM image information linked to the resources ,from the VM management software.
This operation is necessary for synchronization of information on VM management software and Resource Orchestrator, when using the virtual L-Server switchover (VM guest) method.
When the -deluser option is added to the cleanup command (rcxadm config cleanup), it deletes the user resources deleted from managers and user information linked to the resources from directory services.
When directory services are shared between sites, deleting user information from directory services disables recovery of the deleted user information, so ensure users are not deleted.
Example
[Windows Manager]
>Installation_folder\SVROR\Manager\bin\rcxadm config cleanup -postdr <RETURN> |
[Linux Manager]
# /opt/FJSVrcvmr/bin/rcxadm config cleanup -postdr <RETURN> |
[Windows Manager]
>Installation_folder\SVROR\Manager\bin\rcxadm config cleanup -tenant tenant1 -deluser <RETURN> |
[Linux Manager]
# /opt/FJSVrcvmr/bin/rcxadm config cleanup -tenant tenant1 -deluser <RETURN> |
Point
When the automatic collection of switchover information is enabled, performing cleanup disables the setting.
Refer to "3.7 Configuring Automatic Collection of Switchover Information" to enable the configuration.
When operation is performed with the switchover information storage folder specified as the additional recovery information folder as described in the "Information" of "3.3 Manager Installation and Configuration", perform "4.6 Additional Recovery Operation after Failback" before performing recommencement of automatic collection of switchover information.