Copy to ClipboardCopied!Toggle word wrapToggle overflow
type および server の値は仮想化プラットフォームによって異なります。以下の表に詳細を記載します。
username は、ハイパーバイザーまたは仮想化マネージャーの読み取り専用ユーザーを指します。このユーザーは virt-who を設定する前に作成しておく必要があります。rhsm-username は、Satellite Server に報告する virt-who のパーミッションのみを持つ自動生成されるユーザーを指します。
各仮想化プラットフォームで必要な設定
この表を使用して、virt-who の設定を計画してください。
Expand
サポート対象の仮想化プラットフォーム
設定ファイルで指定する型
設定ファイルで指定するサーバー
設定ファイルがデプロイされるサーバー
Red Hat Virtualization
RHEL Virtualization (KVM)
Red Hat OpenStack Platform
libvirt
ハイパーバイザー (ハイパーバイザーごとに 1 つのファイル)
各ハイパーバイザー
VMware vSphere
esx
vCenter Server
Satellite Server、Capsule Server、または専用 RHEL サーバー
Microsoft Hyper-V
hyperv
Hyper-V ハイパーバイザー (ハイパーバイザーごとに 1 つのファイル)
Satellite Server、Capsule Server、または専用 RHEL サーバー
virt-who 設定ファイルの例
いくつかの一般的なハイパーバイザータイプの virt-who 設定ファイルの例を示します。
OpenStack virt-who の設定例
cat /etc/virt-who.d/virt-who-config-1.conf
This configuration file is managed via the virt-who configure plugin
manual edits will be deleted.
[virt-who-config-1]
type=libvirt
hypervisor_id=hostname
owner=ORG
env=Library
server=qemu:///system <====
username=virt-who-user
encrypted_password=xxxxxxxxxxx
rhsm_hostname=satellite.example.com
rhsm_username=virt_who_reporter_1
rhsm_encrypted_password=yyyyyyyyyyy
rhsm_prefix=/rhsm
[root@compute-node]# cat /etc/virt-who.d/virt-who-config-1.conf
This configuration file is managed via the virt-who configure plugin
manual edits will be deleted.
[virt-who-config-1]
type=libvirt
hypervisor_id=hostname
owner=ORG
env=Library
server=qemu:///system <====
username=virt-who-user
encrypted_password=xxxxxxxxxxx
rhsm_hostname=satellite.example.com
rhsm_username=virt_who_reporter_1
rhsm_encrypted_password=yyyyyyyyyyy
rhsm_prefix=/rhsm
Copy to ClipboardCopied!Toggle word wrapToggle overflow