VMware Cloud Community
draymond10
Enthusiast
Enthusiast

Login to the embedded vRealize Orchestrator on vRLCM appliance

Anyone know how to login to the embedded vRealize Orchestrator - TCP 8281 (Embedded for Content Management) on the vRLCM appliance?  Trying to troubleshoot the Content Pipeline workflow

I already opened port 8281 and I get a vRO login prompt; but i dont know what user/creds to use.  I tried the default vRLCM user admin@localhost but that doesnt work

https://docs.vmware.com/en/vRealize-Suite/2018/com.vmware.vrsuite.lcm.12.doc/GUID-2950711E-0A98-4281...

Enter the following on vRLCM appliance:

sed -i '$a\iptables -I INPUT -m state --state NEW -m tcp -p tcp --dport 8281 -j ACCEPT' /etc/systemd/scripts/iptables

sed -i '$a\iptables -I OUTPUT -m state --state NEW -m tcp -p tcp --dport 8281 -j ACCEPT' /etc/systemd/scripts/iptables

sed -i '$a\iptables -I FORWARD -m state --state NEW -m tcp -p tcp --dport 8281 -j ACCEPT' /etc/systemd/scripts/iptables

systemctl restart iptables

My root issue is that the Pipeline fails to update GITLAB with my content...

Workflow execution status: failed : exception : Failed to deploy [BLUEPRINT NAME] to GITLAB with error [[Failed to check-in] Error: [No repository id found for the repository [TOP_GROUP/SUB_GROUP/SUB_GROUP/PROJECT] ]] (Workflow:GitlabCheckIn / Check-in (item0)#44) (Dynamic Script Module name : executeVcoWorkflowAndWait#24) (Workflow:Run Content Workflow / Throw Error (item3)#1) (Workflow:Blackstone RP Deploy Content / Continue on failure (item29)#1)

Reply
0 Kudos
5 Replies
draymond10
Enthusiast
Enthusiast

nobody?

Reply
0 Kudos
qc4vmware
Virtuoso
Virtuoso

Did you try this url? https://yourserver.yourdomain.com:8281/vco/ ?  If not try the control center directly at https://yourserver.yourdomain.com:8283/vco-controlcenter/

Reply
0 Kudos
qc4vmware
Virtuoso
Virtuoso

If root isn't working try administrator@vsphere.local or configurationadmin@vsphere.local probably with some password you used during setup.

Reply
0 Kudos
IbanezVF
Contributor
Contributor

You root problem is solved in vRLC 2.0.

I had same issue, just tested this week

No idea about how to login to embebed vRO 😞

Good look.

JI

Reply
0 Kudos
SimonLynch
VMware Employee
VMware Employee

It looks like the documentation is only partially completed. I will raise a request to get it  updated.

Once iptables has been updated the default login for vRO can be used vcoadmin vcoadmin

Reply
0 Kudos