SUSE Multi-Linux Manager 5.2サーバの仮想マシンとしての配備 - VMware
この章では、SUSE Multi-Linux Manager 5.2 をイメージとして配備するために必要な仮想マシン設定について説明します。このインストールでは、VMwareをサンドボックスとして使用します。
1. 利用可能なイメージ
|
SUSE Multi-Linux Manager 5.2サーバを配備する際に推奨される方法は、利用可能な次のイメージの1つを使用することです。これらのイメージにはすべてのツールが含まれており、配備が大幅に容易になります。 |
SUSE Multi-Linux Manager 5.2のイメージはSUSE Multi-Linux Manager 5.2 VM imagesで入手できます。
|
カスタマイズされた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拡張機能を有効にします。 |
|
For more information on preparing raw images, see https://documentation.suse.com/sle-micro/6.2/html/Micro-deployment-raw-images-virtual-machines/index.html#deployment-preparing-configuration-device. For additional information on the self install images, see https://documentation.suse.com/sle-micro/6.2/html/Micro-deployment-selfinstall-images/index.html |
| アーキテクチャ | イメージの形式 |
|---|---|
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設定について説明します。
-
Download SUSE Multi-Linux Manager Server
.vmdkfile then transfer a copy to your VMware storage. -
Make a copy of uploaded
.vmdkfile using VMware web interface. This will convert provided.vmdkfile to the format suitable for vSphere hypervisor. -
Create and name a new virtual machine based on the Guest OS Family
Linuxand Guest OS Version SUSE Linux Enterprise 15 (64-bit). -
Add an additional
Hard Disk 2of 500 GB (or more). -
RAMおよびCPU数を最小値で設定します。*)
-
必要に応じてネットワークアダプタを設定します。
-
VMの電源を入れ、firstbootダイアログ(キーボードレイアウト、ライセンス契約、タイムゾーン、rootのパスワード)に従います。
-
インストールが完了したら、rootとしてログインします。
-
次のセクションに進みます。
*) 最小値については、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 例:
SUSE Multi-Linux Managerの更新では、この回避策が不要になるようにツールが変更されます。 |
-
仮想マシンをブートします。
-
rootとしてログインします。 -
SCCでSL Microを登録します。
transactional-update register -r <REGCODE> -e <your_email>
-
再起動します。
-
SUSE Customer CenterでSUSE Multi-Linux Manager 5.2を登録します。
transactional-update register -p Multi-Linux-Manager-Server/5.2/x86_64 -r <REGCODE>
-
再起動
-
システムを更新します。
transactional-update
-
更新が適用されていた場合は再起動します。
-
This step is optional. However, if custom persistent storage is required for your infrastructure, use the
mgr-storage-servertool.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.詳細については、以下を参照してください。
-
SUSE Multi-Linux Managerを配備します。
If you use VM images as a migration target, here as the last step, execute the command
mgradm migrateinstead ofmgradm install.SSL証明書の種類(自己署名またはサードパーティ)に応じて、以下のいずれかのコマンドを実行します。
<FQDN>をSUSE Multi-Linux Managerサーバの完全修飾ドメイン名に置き換えます。-
SUSE Multi-Linux Managerで提供される自己署名証明書を使用する場合:
mgradm install podman <FQDN> -
サードパーティSSL証明書フラグを使用してSSL証明書をインポートする場合(これらすべての証明書が必要なわけではない場合は例を調整可能):
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.
-