Hello everyone,
So im stuck for days on a problem, I have an RDS farm and the file share for upd (single node).
I want to file share cluster for the high availability on the UPD profiles.
So I started creating the cluster on azure.
Each node has 2 hdd for data for the cluster, I have enable ClusterS2D create the disk on CSVFS_REFS format and everything until now is fine. Then I installed theScale-Out File Server role so the upd will be always available.
Configured a load balancer so can point to the file share role ip, I can connect now with the file share from the RDCB but when I try to add the shared path to the user profile disk I got this error.
I have set the static ports for RPC on regedit.
#Set RPC dynamic ports to static range setting
New-Item "HKLM:\Software\Microsoft\RPC\Internet"
New-ItemProperty "HKLM:\Software\Microsoft\RPC\Internet" -Name "Ports" -Value '50001-51024' -PropertyType MultiString -Force
New-ItemProperty "HKLM:\SOFTWARE\Microsoft\Rpc\Internet" -Name "PortsInternetAvailable" -Value Y -PropertyType "String"
New-ItemProperty "HKLM:\SOFTWARE\Microsoft\Rpc\Internet" -Name "UseInternetPorts" -Value Y -PropertyType "String"
Do I need to configure anything on the load balancer?
Sorry maybe I didn’t expanding it very good as im new to this things.