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 the Scale-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 "StringDo I need to configure anything on the load balancer?
when i add to the load balancer the rule for port 135 i give me another error.
![]()
for the configuration of the cluster i have follow the microsoft documentation.
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-storage-spaces-direct-deployment
Sorry maybe I didn’t expanding it very good as im new to this things.
Thank you