“Unable to apply DRS resource settings on host”

The above error can not be ignored and needs to be fixed. Otherwise, the cluster’s effectiveness can be drastically reduced. Will look at the fix in a nutshell. 

  • SSH into the host with root credentials and run the below commands (Host and vCenter agents)

/etc/init.d/hostd restart

/etc/init.d/vpxa restart

  • Then, restart all the management agents 

services.sh restart

  • Confirm whether both the Host and vCenter agent services are up and running. 

/etc/init.d/hostd status

/etc/init.d/vpxa status

This should fix the issue. But it will take 20-30 minutes to go away the alert. 

How to safely disable Horizon DaaS HTML access

A few months back one of our DaaS users reached out to us saying that their Cyber Insurance company was not ready to accept the Horizon DaaS external facing HTML access URL. So, we had to find a workaround that would not block the PCoIP and Blast protocols. Finally, we were able to come up with a workaround for this. All those changes were done on the Unified Access Gateways (UAG) systems. Will look at how we can apply those changes. 

  • Firstly, log into the UAG admin URL – https://IPADDRESS:9443/admin 

  • Select “Configure Manually” and enable “Edge Service Settings“, and then click on the “Horizon Settings

  • Then, scroll down till you find the option “Disable HTML Access“. Just disable HTML access. 

  • Finally, find the field called “Proxy Pattern” and update the values with the below values. (NOTE: we have simply removed certain URLs from the external access)

Default value:

 /|/(.*\.action|admin|images/|css/|js/|ajax/|appblast|appblast/|portal|view-client/|appimage/|horizonadmin|xmp|dt-rest|tams).*

New Value: 

/|/(.*\.action|images/|css/|js/|ajax/|portal|view-client/|appimage/|xmp|dt-rest|tams).*