You can create a vRealize Operations Manager end-point in vRealize Suite Lifecycle Manager Content Management end-point.
- When you are selecting a Root as an SSH user from the content endpoint, create a user on the vRealize Operations Manager appliance. The user must have a SSH access and belong to the user group root and with a valid home directory.
-
Log into the vRealize Operations Manager appliance as a root user and create user on the vRealize Operations Manager appliance using below command.
useradd sshuser
. - Configure user groups for the created user -
usermod -G root,wheel sshuser
- Configure the correct home directory for the user:
mkdir /home/sshuser" "chown sshuser /home/sshuser"
- Set the password to
passwd sshuser
. - Enable the password with sudo capabilities.
Run command visudo sshuser ALL = NOPASSWD: /usr/lib/vmware-vcopssuite/python/bin/python /usr/lib/vmware-vcops/tools/opscli/ops-cli.py * sshuser ALL = NOPASSWD: /bin/rm -rf /tmp/* sshuser ALL = NOPASSWD: /bin/mv /tmp/*
Note: Use OPS-CLI for most of the
vRealize Operations Manager contents to export or import a content capture or release in
vRealize Suite Lifecycle Manager.