Upgrading Amazon DCV Access Console on a single host
The Wizard will update the components for the Access Console, reload and restart all of the Access Console components. The components
can be downloaded using steps in Preparing the components and the Setup Wizard
Running the Setup Wizard in interactive mode
Interactive mode is the default update mode for the Amazon DCV Access Console. It will guide you through the update process.
Navigate to the folder where you extracted the latest Amazon DCV Access Console components.
Run the following command:
$
python3 wizard.py updateProvide the path to the folder where the installers for the three components can be found. By default, it looks in the current directory.
The Wizard will first validate the processes are running, update them, reload and restart the Amazon DCV Access Console components.
Running the Setup Wizard in non-interactive mode
Non-interactive mode of the update wizard will allow for it be used in scripts.
Navigate to the folder where you extracted the latest Amazon DCV Access Console components.
Run the following command:
$
python3 wizard.py update --component-installers-location
The Wizard will first validate the processes are running, update them, reload and restart the Amazon DCV Access Console components.