Documentation survey

SUSE Multi-Linux Manager 5.1サーバの仮想マシンとしての配備 - VMware

この章では、SUSE Multi-Linux Manager 5.1 をイメージとして配備するために必要な仮想マシン設定について説明します。このインストールでは、VMwareをサンドボックスとして使用します。

1. 利用可能なイメージ

SUSE Multi-Linux Manager 5.1サーバを配備する際に推奨される方法は、利用可能な次のイメージの1つを使用することです。これらのイメージにはすべてのツールが含まれており、配備が大幅に容易になります。

SUSE Multi-Linux Manager 5.1のイメージはSUSE Multi-Linux Manager 5.1 VM imagesで入手できます。

Customized SUSE Multi-Linux Manager 5.1 VM images are provided only for SL Micro 6.1. To run the product on SUSE Linux Enterprise Server 15 SP7, use the standard SUSE Linux Enterprise Server 15 SP7 installation media available at https://www.suse.com/download/sles/ and enable the SUSE Multi-Linux Manager 5.1 extensions on top of it.

Table 1. 利用可能なサーバイメージ
アーキテクチャ イメージの形式

aarch64

qcow2、vmdk

x86_64

qcow2、vmdk、raw、セルフインストーラ

ppc64le

raw、セルフインストーラ

s390x *

qcow2、raw

* s390xでは、CDL DASDとFBAの2つのストレージオプションが利用可能です。

2. SUSE Multi-Linux Manager 仮想マシン設定 - VMware

このセクションでは、VMware環境内のSUSE Multi-Linux Managerストレージパーティションに不可欠な追加の仮想ディスクの作成に重点を置いて、 VMware設定について説明します。

プロシージャ: VMware仮想マシンを作成する
  1. SUSE Multi-Linux Manager Server .vmdkファイルをダウンロードし、コピーをVMwareストレージに移動します。

  2. VMware Webインタフェースを使用して、アップロードされた.vmdkファイルのコピーを作成します。 これにより、提供された.vmdkファイルがvSphereハイパーバイザーに適した形式に変換されます。

  3. ゲストOSファミリLinuxおよびゲストOSバージョンSUSE Linux Enterprise 15 (64ビット)に基づいて、新しい仮想マシンを作成し、名前を付けます。

+

  1. 500GB以上のHard Disk 2を追加します。

  2. RAMおよびCPU数を最小値で設定します。*)

  3. 必要に応じてネットワークアダプタを設定します。

  4. VMの電源を入れ、firstbootダイアログ(キーボードレイアウト、ライセンス契約、タイムゾーン、rootのパスワード)に従います。

  5. インストールが完了したら、rootとしてログインします。

  6. 次のセクションに進みます。

*) 最小値については、installation-and-upgrade:hardware-requirements.adoc#proxy-hardware-requirementsを参照してください。

3. SL MicroおよびSUSE Multi-Linux Manager 5.1サーバの登録

開始する前に、SUSE Customer Center (https://scc.suse.com)からSUSE Multi-Linux Manager登録コードを入手してください。

The SL Micro 6.1 entitlement is included within the SUSE Multi-Linux Manager entitlement, so it does not require a separate registration code.

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. For example:

export TMPDIR=/path/to/other/tmp

In SUSE Multi-Linux Manager updates, tools will be changed to make this workaround unnecessary.

プロシージャ: SL MicroおよびSUSE Multi-Linux Manager 5.1を登録する
  1. 仮想マシンをブートします。

  2. rootとしてログインします。

  3. Register SL Micro with SCC.

    transactional-update register -r <REGCODE> -e <your_email>
  4. 再起動します。

  5. SUSE Customer CenterでSUSE Multi-Linux Manager 5.1を登録します。

    transactional-update register -p Multi-Linux-Manager-Server/5.1/x86_64 -r <REGCODE>
  6. 再起動

  7. システムを更新します。

    transactional-update
  8. 更新が適用されていた場合は再起動します。

  9. このステップはオプションです。ただし、ご使用のインフラストラクチャでカスタム永続ストレージが必要な場合は、mgr-storage-serverツールを使用します。 詳細については、mgr-storage-server --helpを参照してください。このツールを使用すると、コンテナストレージとデータベースボリュームの作成が容易になります。

  10. Execute one of the following commands, depending on the SSL certificate variant (self-signed or third-party). Replace <FQDN> with your fully qualified domain name of the SUSE Multi-Linux Manager Server:

    • Using self-signed certificates provided by SUSE Multi-Linux Manager:

      mgradm install podman <FQDN>
    • With importing SSL certificates using third-party SSL certificate flags (the example can adjusted if not all these certificates are needed):

      mgradm install podman <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 podman --help.