Skip to main content

2026 年 8 月 18 日

設定用於安裝 Omnissa Access 的啟動程序節點

啟動程序節點可作為部署控制器。所有部署命令都必須從此啟動程序節點執行。執行下列工作。

建立工作目錄

操作程序:

  • 執行下列命令以建立工作目錄:

    ssh configuser@<bootstrap-ip>
    sudo su
    cd /root
    mkdir -p <cluster_name>/assets
    cd <cluster_name>
    

    資料夾結構必須如下:

    • /root/<cluster_name>
    • /root/<cluster_name>/assets

    資產服務包必須一律放置在資產資料夾中。

下載資產服務包並複製到啟動程序虛擬機器

操作程序:

  1. 從共用位置下載資產服務包 xxxxxx.zip,並使用任一 FTP 工具或 Linux 公用程式 (scp) 將其複製到啟動程序虛擬機器:

    # Copy the asset to the following location:
    /root/<cluster_name>/assets/xxxxxx.zip
    
  2. 解壓縮服務包。

    # Navigate to assets directory to unzip
    cd /root/<cluster_name>/assets
    unzip xxxxxx.zip
    
    # OUTPUT
    Archive: xxxxxx.zip
        inflating: control-plane-manifest.json
        creating: cli-distribution/
        creating: cli-distribution/linux/
        inflating: cli-distribution/linux/wso
        inflating: control-plane-images.tar.gz
        inflating: offline-hydrater.tar.gz
    

安裝 WSO CLI

操作程序:

  • 依照下列內嵌指示安裝 WSO 命令列介面,並驗證安裝:

    # Add WSO CLI to PATH
    cp cli-distribution/linux/wso /usr/bin/
    
    ## Verify WSO CLI is installed successfully
    wso version
    
    # OUTPUT
    Workspace ONE CLI 
    Platform: linux/amd64 
    Version: 26.07.0.0-2026.07.13-528-eb05a4e  
    Build time: Mon Jul 13 10:26:53 UTC 2026
    CP  Image Version: 0.5.0-2026.07.10-829-05c0b8a 
    CPS Image Version: 0.1.2-2026.07.13.0-e4b30287895ad3339b27adf97e2273a082a4a033
    

    **附註:**建議您從 /root/<cluster_name>/ 目錄執行所有 WSO 命令。如果從其他目錄執行命令,可能會收到下列錯誤:

    The cluster work directory does not seem to be initialized. Please run init command on the directory.

設定資產

操作程序:

  1. 閱讀並接受 EULA。例如:

        # After you run the following command, read the EULA and enter Y to accept or N to decline when prompted.
        wso eula
    
        # OUTPUT
       <timestamp> Review the eula at https://www.omnissa.com/general-terms/
        Do you agree to these terms ? [y/n]: y
        <timestamp> EULA accepted
    
    
  2. 載入映像。例如:

    wso configure /root/<cluster_name>/assets/
    
    # OUTPUT
    <timestamp> Version control is enabled but no current version details file found. First time configure skipping version check.
    <timestamp> Copying files to cli home directory /root/.wso-cli
    <timestamp> Loading Workspace ONE components
    
    
  3. 驗證映像。例如:

    docker images
    
    # OUTPUT
    REPOSITORY                                                            TAG                                                           IMAGE ID       CREATED       SIZE
    docker-local-ws1uem-qe-builds/control-plane                           0.5.0-2026.01.23-446-ee28f9f                                  013df7d6281d   10 days ago   1.69GB
    docker-local-ws1access/access-onprem/control-plane-services   0.1.2-2026.01.22.0-117d3c12b269ddfc25aef69eec8bafbe5fd73bb6   7ea2678a6f81   10 days ago   511MB
    

此頁面對您有幫助嗎?

針對本主題提供意見回饋

本主題對您有幫助嗎?

請勿填寫任何個人或機密資訊。

正在產生連結…