Search query: label/Round Robin

How to enable ALUA and Round Robin Multipathing with ESX and Clariion CX4

...YOUR CLUSTER NAME HERE"| get-vmhost) { Get-VMHost $ESXhost |Get-ScsiLun -LunType "disk"|where {$_.MultipathPolicy -ne "RoundRobin"}| Set-ScsiLun -MultipathPolicy "RoundRobin" } } Lab results both PRE and POST ... Read More

Trivial FTP – Not so Trivial in a Citrix Provisioning Environment.

Trivial FTP – Not so Trivial in a Citrix Provisioning Environment.

...can use a DNS Round Robin solution.  For this, a fully qualified domain name (FQDN) can be configured within the DHCP option 66. The DNS ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

OpenDNS and Internet Filtering.

OpenDNS and Internet Filtering.

...Both of these solutions revolve around how computers use DNS (Domain Naming System) to access websites and information on the internet. The internet is comprised ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More