By default, telnet is not installed in the VCSA appliance. In fact its not installed in most VMware appliances. However there is a work around to test connectivity by using CURL Syntax: curl -v telnet://host:port Here are a couple of examples: curl -v telnet://www.google.co.uk:443 curl -v telnet://my.amqpserver:5672
Day: October 25, 2018
Apply New Certificate to Tenant App Portal for vCloud Director
Here are the steps to apply a new certificate to the tenant portal app (1.2.0) 1. Login into the appliance using the vsphere Web Client using the root username Note: I could not find any documentation on what the root password was so I had to reset the password by entering the GRUB menu.and booting Read More…
Install Postgres 10 for vCloud Director 9.5
Here are the steps to install Postgres 10 on CentOS 7 Spec: OS: CentOS 7 DB: Postgres 10.x RAM: 16GB vCPU: 4 HDD: 100 GB OS Installation: Use Guided GUI installation. Select to partition manually so that all data is on /root LVM. Read More…