2.8. ISO ドメインの 3.6 からの移行
3.6 から 4.0 へのアップグレード時に作成した iso_domain.tar.gz バックアップファイルを使用して、ISO ドメインを 3.6 から現在のバージョンの Red Hat Virtualization に移行します。
ISO ドメイン用の新しいディレクトリーは、Manager マシンに作成しないでください。
ISO ドメインは Red Hat Virtualization 4.2 では非推奨であり、今後のバージョンでは削除される予定です。Red Hat としては、ISO イメージをデータストレージドメインにアップロードすることを推奨します。『Administration Guide』の「Uploading Images to a Data Storage Domain」を参照してください。
ストレージサーバーにエクスポートディレクトリーを作成し、そのパーミッションを設定します。
# mkdir -p /var/lib/exports/iso # chown -R 36:36 /var/lib/exports/
上記のディレクトリーに ISO ドメインのバックアップを抽出します。
# cd /var/lib/exports/iso # tar zxf iso_domain.tar.gz
エクスポートディレクトリー内のファイルの SELinux コンテキストを設定します。
# chcon -R system_u:object_r:public_content_rw_t:s0 /var/lib/exports/iso/
/etc/exports.d/ovirt-engine-iso-domain.exportsを作成し、以下の行を書き込みます。/var/lib/exports/iso *(rw)
/etc/sysconfig/nfsの以下の行を編集します。RPCMOUNTDOPTS="-p 892" (..snip..) STATDARGS="-p 662 -o 2020" (..snip..) LOCKD_UDPPORT=32769 LOCKD_UDPPORT=32803 RPCRQUOTAOPTS="-p 875"
nfsサービスを有効にします。# systemctl enable nfs # systemctl start nfs
firewalldでサービスおよびポートを許可します。# firewall-cmd --add-service={nfs,rpc-bind} # firewall-cmd --add-service={nfs,rpc-bind} --permanent # firewall-cmd --add-port={32769/udp,32803/tcp,662/tcp,662/udp,875/tcp,875/udp,892/tcp,892/udp} # firewall-cmd --add-port={32769/udp,32803/tcp,662/tcp,662/udp,875/tcp,875/udp,892/tcp,892/udp} --permanent管理ポータルで、ISO ドメインのストレージパスを更新します。
- → をクリックします。
- ISO ドメインの名前をクリックして、詳細ビューを表示します。
- データセンター タブをクリックし、メンテナンス をクリックします。
- ISO ドメインがメンテナンスモードに切り替わったら、ドメインを管理 をクリックします。
- 新しいディレクトリーをポイントするように、エクスポートパス を変更します (例: storage.example.com:/var/lib/exports/iso)。
- OK をクリックします。

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.