Questions tagged [rds]

RDS can stand for Remote Desktop Services (formerly known as Microsoft Terminal Services), or Amazon Relational Database Service. For Amazon RDS, please use the tag amazon-rds

RDS can stand for Remote Desktop Services (formerly known as Microsoft Terminal Services), or Amazon Relational Database Service. For Amazon RDS, please use the tag.

491 questions
3
votes
8 answers

RAID layout for terminal server usage - what are my options?

I'm finishing off a Terminal Services solution where I have two identical Dell PowerEdge R710 servers running Hyper-V which will both be connected to a Dell MD3000 DAS via SAS HBA. The MD3000 will host several virtual terminal servers. The question…
JohnyD
  • 1,614
  • 3
  • 20
  • 29
3
votes
3 answers

RD Connection Broker direct user to specfic RD Session Host

Let me state the objective first. I would like to configure a Remote Desktop Services paradigm such that a Remote Desktop Client is able to connect to an entity, likely an RD Gateway or RD Connection Broker, and be directed to a specific server…
Weaver
  • 1,952
  • 12
  • 13
3
votes
1 answer

Is it possible to backup an Amazon RDS database to another service?

I moved my site's database to RDS a few months ago. At the time, I finally decided I was ready to have a dedicated database server, and during the process of setting one up on EC2, I discovered RDS. I've been really happy with it. The problem is…
Peter
  • 133
  • 4
3
votes
1 answer

Blank desktop when logging into a Virtualized Windows 2008 Terminal Server?

We have a Virtualized Terminal Server running Windows Server 2008. When the admin user logs in, everything is fine. When anyone else logs in, their desktop and start menu is blank (they have the taskbar, start button, and quick launch links though).…
Rachel
  • 640
  • 4
  • 12
  • 22
3
votes
1 answer

Delete AWS RDS S3 Exported Snapshots

So I have created S3 Exports from existing snapshots in RDS. I would like to delete duplicated ones. But I don't see any button to delete them. I have already deleted the files from the bucket. But the entry still shows up. Any idea how to delete…
feco
  • 131
  • 2
2
votes
1 answer

How to avoid downtime during MySQL RDS SSL Certs rotation

If you've received the following email from AWS: Update Your Amazon RDS SSL/TLS Certificates by February 5, 2020, you probably aware that SSL certs rotation procedure will cause an outage even for Amazon…
2
votes
1 answer

Which architecture of Office 2016 should I Install on RDS Server (32 bits or 64 bits)

Currently, I am preparing an RDS Farm that will accommodate about fifty users. The farm consists of two session host servers and a broker. The RDSH server have 4 CPU and 12 GB RAM each. The servers are VMWare virtual machine on full flash SAN. I…
Andre
  • 135
  • 7
2
votes
1 answer

Failed to connect RDS server through RDP

I have an issue with a RDS server (Windows 2012R2) I had to migrate this server to a new domain, but since it's impossible to login through RDP. When I try to connect this server from a Windows client I have the error: "This computer can't…
Quentin
  • 41
  • 1
  • 1
  • 3
2
votes
1 answer

Connection failure when trying to access RDP connection - HAproxy

I just deployed HAproxy on an Ubuntu server LTS 18.04.2 I configured remote desktop balancing for two TS servers. When trying to connect to the ip of my HAproxy server through a server with windows 10, it presents the following error: The…
2
votes
1 answer

Azure AD B2B user allow RDS login

Our situation is as follows; Company A Company B +-----------------------------+ +----------------------------+ | | | | | …
2
votes
2 answers

Resetting an expired password on Windows RDS session

I have an RDS solution for one of our customers. There is a session collection serving desktops via an RD Gateway and there are a handful of session host servers; all load balanced etc. It works a treat in terms of users connecting in and…
2
votes
1 answer

Only allow a certain drive when using RDS drive redirection

I have an RDS farm setup on Windows Server 2012R2. The clients that use this RDS farm all come from the same network. There's a shared drive (let's call it \\shared) on this network that all the clients can use. Currently I have a GPO policy Windows…
Pawilon
  • 71
  • 5
2
votes
1 answer

How to "unlock" session or allow "fast user switching" in RDS on Windows Server 2k8 R2

We have a cluster of 3 RDS servers, all running Windows Server 2008 R2. We recently started using thin clients and have run into an issue: once a user is logged in, another user cannot "switch" to the login screen. The original user has locked the…
KidACrimson
  • 330
  • 1
  • 10
  • 26
2
votes
1 answer

MySQL connection on Amazon RDS t2.small performing very slow

I'm very new to AWS. I've created a new RDS instance t2.small by following the previous one. I've selected all options as similar with the previous one. But the new instance is performing very slow, about 5 times slower than the previous one. What…
biplob
  • 121
  • 5
2
votes
1 answer

Best way to migrate a large database from EC2 to RDS MySQL

I currently have my database on a MySQL server hosted in a dedicated EC2 instance and planning to migrate the DB to a RDS backed MySQL server. Now the issue I have is with migrating the data from EC2 to RDS. The database is nearly 185 GB and at…