yum install centos-release-SCL
yum install php54 php54-php php54-php-cli php54-php-common php54-php-mysql
php -V
PHP 5.3.3 (cli)
[root@USWEB01 ~]# date
Sat May 10 12:01:05 UTC 2014
[root@USWEB01 ~]# ls -alF /etc/localtime
lrwxrwxrwx. 1 root root 27 Mar 9 2013 /etc/localtime -> /usr/share/zoneinfo/Etc/UTC
[root@USWEB01 ~]# rm /etc/localtime
rm: remove symbolic link `/etc/localtime'? y
I was recently in a situation where I needed to retain an existing vCenter Server (5.0) managing a number of clusters and build a new vCenter Server (5.5), then move a single cluster to this new vCenter (including with it a number of ESXi servers and VMs).
After which the ESXi servers would be upgraded and the VMs running on those hosts.
This is a pretty straightforward process if you are only using vCenter server to manage server virtual machines and can be done without any downtime to the VMs.
However if this vCenter Server is used to manage and provision your desktops in a Horizon View environment then it's unfortunately it's not that simple.
After installing VMware Horizon View HTML Access on the Connection Server you may see the following error message:
"Your VMware Horizon View server does not support web access"
After installing VMware Horizon View HTML Access on the Connection Server and enabling HTML Access for the required desktop pools you may see the following error message:
"This desktop does not support the requested display protocol"
Share this blog post on social media:
TweetAll advice, installation/configuration how to guides, troubleshooting and other information on this website are provided as-is with no warranty or guarantee. Whilst the information provided is correct to the best of my knowledge, I am not reponsible for any issues that may arise using this information, and you do so at your own risk. As always before performing anything; check, double check, test and always ensure you have a backup.