Only add a Remote Collector to a vRealize Operations Manager cluster when the latency to the Analytics cluster is consistently under 200ms.
Workaround:
To reduce the cluster expansion time, manually copy the adapters installed to the vRealize Operations Manager cluster to the Remote Collector node.
- Deploy a Remote Collector node from vSphere.
Note: You may skip this step if you have already deployed a new Remote Collector node that as not yet been added, or is in the process of adding, to the vRealize Operations Manager cluster.
- Log into the Remote Collector node as root via Console.
Note: The root password is blank by default. Type Enter and follow the prompts to update the password.
- Enable SSH:
service sshd start
- Log into the Remote Collector node as root via SSH.
- SCP the installed adapters from the Primary node, to the Remote Collector:
scp -C master_ip:/data/db/casa/pak/dist_pak_files/VA_LINUX/* /data/db/casa/pak/dist_pak_files/VA_LINUX/
Note: Replace master_ip with the IP address of the Primary node.
Example: scp -C 192.168.3.10:/data/db/casa/pak/dist_pak_files/VA_LINUX/* /data/db/casa/pak/dist_pak_files/VA_LINUX/
- Navigate to the Remote Collector's UI in a web browser.
- Click Expand An Existing Installation and follow the prompts.
- Once all of the necessary PAKs are installed, click Finish adding new nodes.