How to setup True SSO is already discussed in detail here but most of the times the pairing fails or else even after True SSO pairing succeeded the auto sign-in won’t work . I would like to present few of useful steps which will help administrators to resolve some of the configuration issues . Note: […]
Horizon Cloud – Universal Broker integration with Workspace ONE Access Hub
We have already discussed Workspace ONE integration with Single POD broker hereIn Continuation in this article, I will discuss about how to create, configure & complete the integration of Universal Broker with WS1 Hub Pre-Requisites Horizon cloud pods already transitioned to Universal Broker Windows VM to install Workspace on Connector which already joined to domain […]
Horizon Cloud- Finding the features installed in Horizon Agent (HAI)
Well, how to find what are all the features installed with Horizon agent? Most of us need this in troubleshooting issues like cam is not working, Default printer or scanner redirection is not working and etc In Horizon cloud we often call this agent as HAI, and this can be downloaded from VMware website Based […]
Horizon Cloud on Azure – App Volumes – Import an App Package
We have already discussed how to create an app package in this article If you have multiple pods and you created an App package in one of the pods and would like to use the same app package it in other pods, then this article is useful.Specifically, this procedure is more useful if you are […]
Horizon Cloud on Azure – Universal Brokering Connectivity
This article created based on my understanding while working on Universal broker. I have already discussed on Universal Broker configuration for Horizon cloud on Azure in this articleNow let’s discuss on how the authentication and desktop launch flow works. Authentication and Session launch flow Explanation By using Horizon client / browser user connects/launch the Universal […]
Horizon Cloud / Horizon DAAS Rest APIs – PowerShell – Remove all User mappings from a specific pool
This script helps to remove all user mappings from a specific poolInput –> Pool idWorks with Horizon Cloud on Hosted Infrastructure / DAAS but not useful for Horizon Cloud on Azure
PowerCLI – Find the clusters with NSX VIBs not showing as ready
A simple script to find NSX VIBs status in NSX-V
Horizon Cloud / Horizon DAAS Rest APIs – PowerShell – VM to User mapping
This script helps With User to VM mapping assignments.Input –> CSV FileWorks with Horizon Cloud on Hosted Infrastructure / DAAS but not useful for Horizon Cloud on Azure CSV file should be in below format
Kubernetes Lab Setup using Ubuntu server 21.04
Install Kubernetes in the Ubuntu Server Prerequisites VirtualBox Ubuntu Server (3 VMs, 2 vCPU & 2 GB RAM each) Links needs to handy Kubeadm Installation Creating cluster using kubeadm Docker install Weave CNI (If you would like to use Weave) Calico CNI (If you would like to use Calico) Kube-router CNI (If you would like […]
How to disable swap on Ubuntu 21.04
How to check swap utilization ? Use free -h command sandeepsr@master:~$ free -h total used free shared buff/cache available Mem: 1.9Gi 222Mi 149Mi 1.0Mi 1.6Gi 1.5Gi Swap: 1.7Gi 0B 1.7Gi How to disable Swap ? Use swapoff -a command sandeepsr@master:~$ sudo swapoff -a sandeepsr@master:~$ free -h total used free shared buff/cache available Mem: 1.9Gi 221Mi […]