SUSE Multi-Linux Manager 5.2 서버를 가상 머신으로 배포 - VMware

이 장에서는 SUSE Multi-Linux Manager 5.2을(를) 이미지로 배포하는 데 필요한 가상 머신 설정을 제공합니다. 이 설치에는 VMware가 샌드박스로 사용됩니다.

1. 사용 가능한 이미지

SUSE Multi-Linux Manager 5.2 서버의 배포를 위해 선호되는 방법은 다음 사용 가능한 이미지 중 하나를 사용하는 것입니다. 이러한 이미지에는 배포를 크게 간소화하는 모든 도구가 포함되어 있습니다.

SUSE Multi-Linux Manager 5.2에 대한 이미지는 SUSE Multi-Linux Manager 5.2 VM 이미지에서 제공됩니다.

사용자 정의 SUSE Multi-Linux Manager 5.2 VM 이미지는 SL Micro 6.2 전용으로 제공됩니다. SUSE Linux Enterprise Server 15 SP7에서 제품을 실행하려면 https://www.suse.com/download/sles/에서 제공되는 표준 SUSE Linux Enterprise Server 15 SP7 설치 미디어를 사용하고, 여기에 SUSE Multi-Linux Manager 5.2 확장을 활성화하십시오.

Table 1. 사용할 수 있는 서버 이미지
아키텍처 이미지 형식

aarch64

qcow2, vmdk

x86_64

qcow2, vmdk, 원시, 자체 설치 프로그램

ppc64le

원시, 자체 설치 프로그램

s390x *

qcow2, 원시

* s390x용으로 사용할 수 있는 2개의 스토리지 옵션: CDL DASD 및 FBA.

2. SUSE Multi-Linux Manager 가상 머신 설정 - VMware

이 섹션에서는 VMware 환경 내 SUSE Multi-Linux Manager 스토리지 파티션에 필수인 추가 가상 디스크 생성을 중심으로 VMware 구성을 설명합니다.

절차: VMware 가상 머신 생성
  1. Download SUSE Multi-Linux Manager Server .vmdk file then transfer a copy to your VMware storage.

  2. Make a copy of uploaded .vmdk file using VMware web interface. This will convert provided .vmdk file to the format suitable for vSphere hypervisor.

  3. Create and name a new virtual machine based on the Guest OS Family Linux and Guest OS Version SUSE Linux Enterprise 15 (64-bit).

  4. Add an additional Hard Disk 2 of 500 GB (or more).

  5. RAM 및 CPU 수를 최솟값으로 구성합니다. *)

  6. 필요에 따라 네트워크 어댑터를 설정합니다.

  7. VM의 전원을 켜고 최초 부팅 대화 상자(키보드 레이아웃, 사용권 계약, 표준 시간대, 루트 비밀번호)를 따릅니다.

  8. 설치가 완료되면 루트로 로그인합니다.

  9. 다음 섹션을 진행합니다.

*) 최소 값은 installation-and-upgrade:hardware-requirements.adoc#proxy-hardware-requirements에서 확인할 수 있습니다.

3. SL Micro 및 SUSE Multi-Linux Manager 5.2 서버 등록

시작하기 전에 SUSE Customer Center - https://scc.suse.com에서 SUSE Multi-Linux Manager 등록 코드를 받으십시오.

SL Micro 6.2 권한은 SUSE Multi-Linux Manager 권한 내에 포함되어 있으므로 별도의 등록 코드가 필요하지 않습니다.

SUSE Multi-Linux Manager server hosts that are hardened for security may restrict execution of files from the /tmp folder. In such cases, as a workaround, export the TMPDIR environment variable to another existing path before running mgradm.

예:

export TMPDIR=/path/to/other/tmp

SUSE Multi-Linux Manager 업데이트에서는 이 해결 방법이 불필요하도록 도구가 변경될 예정입니다.

절차: SL Micro 및 SUSE Multi-Linux Manager 5.2 등록
  1. 가상 머신을 부팅합니다.

  2. root 로 로그인합니다.

  3. SCC를 사용하여 SL Micro을(를) 등록합니다.

    transactional-update register -r <REGCODE> -e <your_email>
  4. 재부팅합니다.

  5. SUSE Customer Center을(를) 사용하여 SUSE Multi-Linux Manager 5.2을(를) 등록합니다.

    transactional-update register -p Multi-Linux-Manager-Server/5.2/x86_64 -r <REGCODE>
  6. 재부팅

  7. 시스템 업데이트:

    transactional-update
  8. 업데이트가 적용된 경우 재부팅합니다.

  9. This step is optional. However, if custom persistent storage is required for your infrastructure, use the mgr-storage-server tool.

    For more information, see mgr-storage-server --help. This tool simplifies creating the container storage and database volumes. Use the command in the following manner:

    mgr-storage-server <storage-disk-device> [<database-disk-device>]

    예:

    mgr-storage-server /dev/nvme1n1 /dev/nvme2n1

    This command will create the persistent storage volumes at /var/lib/containers/storage/volumes.

    자세한 내용은 다음을 참조하십시오.

  10. SUSE Multi-Linux Manager을(를) 배포합니다.

    If you use VM images as a migration target, here as the last step, execute the command mgradm migrate instead of mgradm install.

    SSL 인증서 유형(자체 서명 또는 타사)에 따라 다음 명령 중 하나를 실행합니다. <FQDN>을 SUSE Multi-Linux Manager 서버의 정규화된 도메인 이름으로 바꿉니다.

    • SUSE Multi-Linux Manager에서 제공하는 자체 서명 인증서 사용:

      mgradm install <FQDN>
    • 타사 SSL 인증서 플래그를 사용하여 SSL 인증서 임포트(필요한 인증서가 모두 포함되지 않은 경우 예제 조정 가능):

      mgradm install <FQDN> \
        --ssl-ca-intermediate <strings> \
        --ssl-ca-root <string> \
        --ssl-server-cert <string> \
        --ssl-server-key <string> \
        --ssl-db-ca-intermediate <strings> \
        --ssl-db-ca-root <string> \
        --ssl-db-cert <string> \
        --ssl-db-key <string>

      For more information, see mgradm install --help.