부트스트랩 노드는 배포 컨트롤러 역할을 합니다. 이 부트스트랩 노드에서 모든 배포 명령을 실행합니다. 다음 작업을 수행합니다.
작업 디렉토리 생성
절차:
-
다음 명령을 실행하여 작업 디렉토리를 생성합니다.
자리 표시자
<cluster_name>은 선택한 디렉토리 이름을 의미합니다(예:access-cluster). 아래mkdir명령을 사용하여 이 디렉토리를 생성하고 이 가이드의 나머지 부분 전체에서 명령 및 파일 경로에 동일한 이름을 재사용합니다. 이것은 나중에 제어부 클러스터 자체의 고정 이름(예profile.yml및cp-cluster.ini)으로 표시되는cp-cluster와는 다릅니다. 해당 이름을 생성하거나 선택하지 않습니다.ssh configuser@<bootstrap-ip> sudo su mkdir -p /opt/wss/<cluster_name>/assets cd /opt/wss/<cluster_name>폴더 구조는 다음과 같아야 합니다.
/opt/wss/<cluster_name>/opt/wss/<cluster_name>/assets
자산 번들은 항상 자산 폴더 내에 배치되어야 합니다.
자산 번들을 다운로드하여 부트스트랩 VM에 복사
절차:
-
공유 위치에서 자산 번들
xxxxxx.zip을 다운로드하고 FTP 도구 또는 Linux 유틸리티(scp)를 사용하여 부트스트랩 VM에 복사합니다.# Copy the asset to the following location: /opt/wss/<cluster_name>/assets/xxxxxx.zip -
번들을 압축 해제합니다. 전체 프로세스를 완료하는 데 약 5분이 걸립니다.
# Navigate to assets directory to unzip cd /opt/wss/<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 CLI(Workspace ONE 명령줄 인터페이스)를 설치하고 설치를 확인합니다.
# 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
자산 구성
절차:
-
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 /opt/wss/<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 /opt/wss/.wso-cli <timestamp> Loading Workspace ONE components참고:
/opt/wss/<cluster_name>/디렉토리에서 모든 WSO 명령을 실행하는 것이 좋습니다. 다른 디렉토리에서 명령을 실행하는 경우 다음 오류가 표시될 수 있습니다.The cluster work directory does not seem to be initialized. Please run init command on the directory. -
이미지를 확인합니다. 예:
docker images # OUTPUT REPOSITORY TAG IMAGE ID CREATED SIZE docker-local-xxxxxx-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
이 페이지가 도움이 되었나요?