When using the Citrx Virtual Desktop Setup Wizard in PVS to create a catalog, you get an error after choosing a host resource. Error : Resource has no available templates defined that are fully accessible by all hosts
While it is possible to remove and add storage to a Host connection via powershell with Remove-HypHostingUnitStorage and add-HypHostingUnitStorage, it is not possible to change the existing path to the storage. Removing and adding storage manually may break existing catalogs.
The safest course of action is to use the new Host that has the correctly named and configured storage on it and recreate the catalogs on that Host connection.
The Host connection in CVAD or DAAS may have a problem with the storage.
Checking the storage on the Host in DAAS only shows 2 storage and neither were checked. They had previously been enabled and a catalog was using that storage. They tried to reenable that storage but got an error that it was already in use.
We added a new Host connection to the same hypervisor. The storage shows up and can be enabled.
Using the Cloud SDK we were able to authentication and then drilled down into the Host connection:
anp citrix*
get-xdauthentication
cd xdhyp:
cd HostingUnits
That lists all the Hosts. We found the Host with the problem and looked at the Storage field. It did show it had that storage configured even though the GUI did not show it was enabled.
We then found the new Host we created. That storage field showed the name of the storage had been changed.
We confirmed on the Hypervisor the name no longer matched. Renaming storage on the Hypervisor that is already in use by CVAD/DAAS is not supported.