Enabling and disabling local authentication for vRealize Business for Cloud
book
Article ID: 339417
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
This article provides information on how to enable and disable local authentication for vRealize Business for Cloud. vRealize Business for Cloud can be integrated with vRealize Automation or Identity Manager for user authentication. When neither of those are available, you can enable standalone mode on vRealize Business for Cloud using a script.
Environment
VMware vRealize Business for Cloud Advanced 7.x
Resolution
To enable Standalone mode, or the local authentication for the appliance:
Run this command from the command line of the appliance:
/usr/ITFM-Cloud/va-tools/bin/manage-local-user.sh
Notes:
If you select option 5, standalone mode is enabled.
Ensure that vRealize Business for Cloud is not registered to vIDM or vRealize Automation when standalone mode is enabled.
Selections 1 through 4 on the script are for adding, managing, and removing local users.
To disable the local authentication when you want to register vRealize Business for Cloud to vRealize Automation or Identity Manager:
Edit the /usr/ITFM-Cloud/va-tools/va-conf/setenv.sh file for vRealize Business for Cloud.
Modify the content:
From: "export SPRING_PROFILES_ACTIVE=root"
To: "export SPRING_PROFILES_ACTIVE=cafe"
Save the file and reboot the appliance.
You can now register to either vRealize Automation or Identity Manager.