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

    자산 번들은 항상 자산 폴더 내에 배치되어야 합니다.

자산 번들을 다운로드하여 부트스트랩 VM에 복사

절차:

  1. 공유 위치에서 자산 번들 xxxxxx.zip을 다운로드하고 FTP 도구 또는 Linux 유틸리티(scp)를 사용하여 부트스트랩 VM에 복사합니다.

    # 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
    

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…