Configuring VM Recovery Manager DR
After you install the KSYS filesets, you can use the ksysmgr command to interact with the KSYS daemon to manage the entire environment for disaster recovery.
Review the VM Recovery Manager DR concepts to understand the associated entities for the VM Recovery Manager DR solution.
Before you configure the KSYS settings, you must complete the following tasks:
- Include the /opt/IBM/ksys path to the root directory so that you need not
specify this path every time you run the ksysmgr command. To include this path,
run the following command in the KSYS node:
Or, you can append this command to the .profiles file in the root directory.export PATH=$PATH:/opt/IBM/ksys - Verify that the KSYS node does not have an existing KSYS configuration by running the following
command:
The output must indicate that no domain exists.lsrpdomain - Verify that the
IBM.VMRresource class exists by running this command:
Or,lsrsrc | grep VMR
The output must display variouslssrc -a | grep VMRIBM.VMRresource classes. If the lsrsrc command does not display anyIBM.VMRresource classes, check the existing classes by running the following command:
The output must display thegrep -i vmr /usr/sbin/rsct/cfg/ct_class_idsIBM.VMRresource class.Note: You cannot configure the KSYS resources if all the requiredIBM.VMRresource classes do not exist. - If you are using AIX® LPARs as virtual machines in the
active site, set the ghostdev parameter in the AIX kernel. Thereby, after a disaster recovery movement to the backup site, all the
ghostdevices associated with the recovered LPARs are removed from the backup site during the AIX boot process. To set the ghostdev parameter, complete the following steps:- Log in to the source virtual machine as a root user.
- Modify the AIX kernel by running the following
command:
# chdev -l sys0 -a ghostdev=1 - Run the following
commands:
# savebase # bosboot -ad /dev/ipldeviceNote: These commands must be run on the source virtual machines. Since all the data is replicated to the backup site, these changes are also propagated from the active site to the backup site.