You can create a vRealize Operations Manager end-point in vRealize Suite Lifecycle Manager Content Management end-point.

  1. 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.
  2. 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.

  3. Configure user groups for the created user - usermod -G root,wheel sshuser
  4. Configure the correct home directory for the user:
    mkdir /home/sshuser"
    "chown sshuser /home/sshuser"
  5. Set the password to passwd sshuser.
  6. 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.