I know that several others have had issues at this step, but I can't seem to piece everything together in order to get past this step in our installation. Here's the setup we have so far. (Generalized)
Target number of users: About 8,000
Starting with one of each type of VM, and will scale after the initial config. I'm using a load balancer pointed at the gateway-va. The DNS entry myurl.company.com exists in both the internal and external DNS zones, and is routable from on and off-campus.
Using a Thawte generated SSL cert, which is installed on the load balancer.
192.168.0.100 Load balancer
192.168.1.1 hw-config.company.local configurator-va
192.168.1.2 hw-service1.company.local service-va
192.168.1.3 hw-connect1.company.local connector-va
192.168.1.4 hw-data1.company.local data-va
192.168.1.5 hw-gateway1.company.local gateway-va
192.168.1.6 hw-postgres.company.local Postgres 9.1 server set according to Horizon Workspace Help
After running the CLI configuration, I run the following commands on the config-va
cd /usr/local/horizon/lib/menu/secure
./wizardssl.hzn --makesslcert gateway-va <FQDN>
./wizardssl.hzn
I then run the following on the servica-va to setup the external db
bash /usr/local/horizon/bin/setupExternalDb.sh
In step 2a, if I try to use the Internal Database, I get:
Error creating admin user.
peer not authenticated
If I use the External Database, using the JDBC url of jdbc:postgresql://hw-postgres.company.local/saas?stringtype=unspecified I get this after clicking Test Connection:
Error while testing DB connection.
I/O error: Connection reset; nested exception is java.net.SocketException: Connection reset
Any help is appreciated in getting past this point. I've attached the configurator.log file from /opt/vmware/horizon/configuratorinstance/logs/configurator.log on the configurator-va.