View a markdown version of this page

啟動 Amazon DCV 伺服器 - Amazon DCV

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

啟動 Amazon DCV 伺服器

Amazon DCV 伺服器必須執行以託管工作階段。

根據預設,Amazon DCV 伺服器會在託管於 的伺服器啟動時啟動。如果您選擇在安裝 Amazon DCV 伺服器時停用自動啟動,則必須手動啟動伺服器或再次設定自動啟動。若要執行任一選項,請遵循下列其中一個程序。

Windows Amazon DCV server

使用 Microsoft 管理主控台的服務嵌入來手動啟動 Amazon DCV 伺服器。

在 Windows 上啟動 Amazon DCV 伺服器
  1. 開啟「服務」Microsoft Management Console 嵌入式管理單元。

  2. 在右邊窗格中,開啟 DCV Server (DCV 伺服器)。

  3. 選擇 開始使用。

注意

如果伺服器已啟動且正在執行,則會停用開始按鈕。

使用 Microsoft 管理主控台的服務嵌入式設定自動啟動。

將 Amazon DCV 伺服器設定為在 Windows 上自動啟動
  1. 開啟「服務」Microsoft Management Console 嵌入式管理單元。

  2. 在右邊窗格中,開啟 DCV Server (DCV 伺服器)。

  3. 在 Startup service (啟動服務) 上選擇 Automatic (自動)。

Linux Amazon DCV server

使用命令列手動啟動 Amazon DCV 伺服器。

在 Linux 上啟動 Amazon DCV 伺服器

使用下列命令:

  • RHEL、CentOS、SUSE Linux Enterprise 12 和 Ubuntu 18.x

    $ sudo systemctl start dcvserver

將 Amazon DCV 伺服器設定為使用命令列自動啟動。

將 Amazon DCV 伺服器設定為在 Linux 上自動啟動

使用下列命令:

  • RHEL、CentOS、SUSE Linux Enterprise 12 和 Ubuntu 18.x

    $ sudo systemctl enable dcvserver
macOS Amazon DCV server

使用命令列手動啟動 Amazon DCV 伺服器。

在 macOS 上啟動 Amazon DCV 伺服器

使用下列命令:

  • $ sudo launchctl start com.amazon.dcv.server.dcvserver

將 Amazon DCV 伺服器設定為使用命令列自動啟動。

將 Amazon DCV 伺服器設定為在 macOS 上自動啟動

使用下列命令:

  • $ sudo launchctl enable system/com.amazon.dcv.server.dcvserver