Upgrading the Amazon DCV Server
The following topic describes how to upgrade the Amazon DCV server.
Contents
Compatibility considerations
Amazon DCV server versions 2017 and later are compatible with Amazon DCV client versions 2017 and later.
Note
For information about the Amazon DCV server licensing compatibility requirements for on-premises and non EC2-based servers, see Licensing requirements.
Upgrading the Amazon DCV Server on Windows
To upgrade the Amazon DCV server on Windows
-
Using an RDP client, connect to the Amazon DCV server as the administrator.
-
Ensure that there are no running Amazon DCV sessions. Use the
dcv list-sessions
Amazon DCV command to check for any running sessions. If there are running sessions, use thedcv close-session
Amazon DCV command to stop them. -
After you confirm that there are no running sessions, stop the Amazon DCV server. For more information, see Stopping the Amazon DCV Server.
-
Back up your Amazon DCV server configuration. Open the Registry Editor, navigate to HKEY_USERS/S-1-5-18/Software/GSettings/com/nicesoftware/dcv, right-click the dcv key, and choose Export.
-
Download the latest version of the Amazon DCV Server from the NICE
website. -
Follow the steps described in Using the wizard, starting at step 3.
-
After the installation is complete, confirm that the Amazon DCV server configuration is still correct. Open the Registry Editor, navigate to HKEY_USERS/S-1-5-18/Software/GSettings/com/nicesoftware/dcv and compare the parameters to the configuration that you exported in step 4.
-
Test the Amazon DCV server by starting a new Amazon DCV session. For more information, see Starting Amazon DCV sessions.
Upgrading the Amazon DCV Server on Linux
To upgrade the Amazon DCV server on Linux
-
Use SSH to sign in to the server using the
root
user. -
Ensure that there are no running Amazon DCV sessions. Use the
dcv list-sessions
Amazon DCV command to check for any running sessions. If there are running sessions, use thedcv close-session
Amazon DCV command to stop them. -
After you confirm that there are no running sessions, stop the Amazon DCV server. For more information, see Stopping the Amazon DCV Server.
-
Back up your Amazon DCV server configuration. Copy the
/etc/dcv/dcv.conf
file to a safe location. -
Follow the steps described in Install the Amazon DCV Server.
-
After the installation is complete, confirm that the Amazon DCV server configuration is still correct. Open the file that you copied in step 4 and compare it to the
/etc/dcv/dcv.conf
file. -
Test the Amazon DCV server by starting a new Amazon DCV session. For more information, see Starting Amazon DCV sessions.