Hello there,
This is installation attempt of lagtest PE (2015.3.0) on Centos 6.7 minimal. Its basically vanilla install of CentOS on VM. VM is hosted on cloudstack cloud and I am accessing the webGUI of installer via public IP of network (virtual router in ACS) on port 3000. All goes ok till end and I don't get any error message on GUI. But on command line, it shows there error.
Logs shows nothing significant
#File:- install_log.lastrun.pup-mast1.cs2cloud.internal.log (Last Lines)
Using rack adapter
Thin web server (v1.6.3 codename Protein Powder)
Debugging ON
Maximum connections set to 1024
Listening on 0.0.0.0:3000, CTRL+C to stop
cp -rp /opt/puppetlabs/puppet/share/installer/installer /tmp/pe-installer-dJ0drAln/install
cp -rp /tmp/installer-content20151211-3023-1xw6h6t /tmp/pe-installer-dJ0drAln/pup-mast1.cs2cloud.internal.answers
cp -rp /tmp/installer-content20151211-3023-clj684 /tmp/pe-installer-log-SjZzT/installer.log
cp -rp /opt/puppetlabs/puppet/share/installer/answers/details.json /tmp/pe-installer-log-SjZzT/details.json
** cp /root/soft/puppet-enterprise-2015.3.0-el-6-x86_64/install_log.lastrun.pup-mast1.cs2cloud.internal.log /var/log/puppetlabs/installer
# File:- installer.log (Last Lines)
[2015-12-11 13:37:23.593 UTC] INFO Copying /tmp/installer-content20151211-3023-clj684 to pup-mast1.cs2cloud.internal:/tmp/pe-installer-log-SjZzT/installer.log.
[2015-12-11 13:37:24.065 UTC] INFO [localhost/pup-mast1.cs2cloud.internal] cp /tmp/pe-installer-log-SjZzT/installer.log /var/log/puppetlabs/installer/installer-2015-12-11T13:37:23+00:00.log
[2015-12-11 13:37:24.228 UTC] INFO [localhost/pup-mast1.cs2cloud.internal] chmod 600 /var/log/puppetlabs/installer/installer-2015-12-11T13:37:23+00:00.log
[2015-12-11 13:37:24.245 UTC] INFO Copying /opt/puppetlabs/puppet/share/installer/answers/details.json to pup-mast1.cs2cloud.internal:/tmp/pe-installer-log-SjZzT/details.json.
[2015-12-11 13:37:24.410 UTC] INFO [localhost/pup-mast1.cs2cloud.internal] cp /tmp/pe-installer-log-SjZzT/details.json /etc/puppetlabs/installer/details.json
[2015-12-11 13:37:24.419 UTC] INFO [localhost/pup-mast1.cs2cloud.internal] chmod 600 /etc/puppetlabs/installer/details.json
[2015-12-11 13:37:24.430 UTC] INFO [localhost/pup-mast1.cs2cloud.internal] rm -rf /tmp/pe-installer-log-SjZzT
[2015-12-11 13:37:25.137 UTC] INFO Shutting down after install with status warn
On OS level I can see following under init.d.
[root@pup-mast1 puppet-enterprise-2015.3.0-el-6-x86_64]# ls -l /etc/init.d/pe*
lrwxrwxrwx 1 root root 52 Dec 11 13:28 /etc/init.d/pe-activemq -> /opt/puppetlabs/server/apps/activemq/bin/pe-activemq
-rwxr-xr-x 1 root root 3453 Dec 2 18:32 /etc/init.d/pe-console-services
-rwxr-xr-x 1 root root 3308 Aug 5 23:56 /etc/init.d/pe-nginx
-rwxr-xr-x 1 root root 3487 Dec 1 21:47 /etc/init.d/pe-orchestration-services
-rwxr-xr-x 1 root root 8068 Oct 20 01:22 /etc/init.d/pe-postgresql
-rwxr-xr-x 1 root root 3294 Dec 2 18:27 /etc/init.d/pe-puppetdb
-rwxr-xr-x 1 root root 3653 Dec 1 06:13 /etc/init.d/pe-puppetserver
[root@pup-mast1 puppet-enterprise-2015.3.0-el-6-x86_64]# ls -l /etc/init.d/pupp*
-rwxr-xr-x 1 root root 3626 Dec 2 19:13 /etc/init.d/puppet
Puppet server is runing as well
[root@pup-mast1 puppet-enterprise-2015.3.0-el-6-x86_64]# /etc/init.d/pe-puppetserver status
pe-puppetserver (pid 5323) is running...
I've tried multiple times with brand new VMs. I just can't access GUI for PE.
--