This is a known issue affecting VMware vRealize Automation 7.5.x.
Currently, there is no resolution.
Workaround:
For all vRealize Automation appliances in the deployment, log in as
root to a console session.
1. Stop the RabbitMQ service.
service rabbitmq-server stop
2. Open the following file in a text editor.
/etc/rabbitmq/rabbitmq-env.conf3. Set the following property to true.
USE_LONGNAME=true4. Save and close the
rabbitmq-env.conf.
5. Reset RabbitMQ.
vcac-vami rabbitmq-cluster-config reset-rabbitmq-node6. On just one vRealize Automation appliance node, run the following script.
vcac-config cluster-config-ping-nodes --services rabbitmq-server7. On all nodes, verify that the RabbitMQ service is started.
vcac-vami rabbitmq-cluster-config get-rabbitmq-status