ブートストラップ ノードは、展開コントローラとして機能します。このブートストラップ ノードからすべての展開コマンドを実行します。次のタスクを実行します。
作業ディレクトリの作成
手順:
-
次のコマンドを実行して、作業ディレクトリを作成します。
ssh configuser@<bootstrap-ip> sudo su cd /root mkdir -p <cluster_name>/assets cd <cluster_name>フォルダ構造は次のようにする必要があります。
/root/<cluster_name>/root/<cluster_name>/assets
アセット バンドルは常に assets フォルダ内に配置する必要があります。
アセット バンドルのダウンロードとブートストラップ仮想マシンへのコピー
手順:
-
共有場所からアセット バンドル
xxxxxx.zipをダウンロードし、FTP ツールまたは Linux ユーティリティ (scp) のいずれかを使用してブートストラップ仮想マシンにコピーします。# Copy the asset to the following location: /root/<cluster_name>/assets/xxxxxx.zip -
バンドルを解凍します。
# 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.
アセットの構成
手順:
-
エンド ユーザー使用許諾契約書 (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 -
イメージをロードします。例:
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 -
イメージを確認します。例:
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
このページは役に立ちましたか?