このドキュメントで説明されているソフトウェアはサポートされていないか、拡張サポートが提供されています。
現在サポートされているリリースにアップグレードすることをお薦めします。
RPMパッケージをインストールします。
ldomsmanager
パッケージをインストールすると、ldoms
パッケージもインストールされます。primary#
yum install ldomsmanager
正しいパッケージがインストールされたことを確認します。
yum info
の出力は、次のようになります。primary#
yum info ldoms ldomsmanager
Loaded plugins: downloadonly, ulninfo Available Packages Name : ldoms Arch : sparc64 Version : 1.0.0 Release : 1569.el6 Size : 59 k Repo : devtoolset-6 Summary : Logical Domains Configuration and Administration License : UPL Description : Provides logical domains (LDoms) platform support for guest domains running : under Oracle VM Server for SPARC. A logical domain is a hypervisor-based : virtual machine consisting of a discrete logical grouping of resources that : has its own operating system and identity within a single computer system. : Each logical domain is only permitted to observe and interact with those : server resources that are made available to it by the hypervisor. Name : ldomsmanager Arch : sparc64 Version : 3.5.0.0 Release : 23.2331.1.el6 Size : 709 k Repo : devtoolset-6 Summary : Logical Domains Manager License : UPL Description : Oracle VM Server for SPARC - Virtualization for SPARC M-Series and T-Series論理ドメイン・マネージャと論理ドメイン・エージェントのサービスが実行しているかどうか確認します。
primary#
service ldmad status
ldmad is stopped primary#service ldmd status
ldmd is stopped論理ドメイン・マネージャと論理ドメイン・エージェントのサービスを開始します。
primary#
service ldmad start
primary#service ldmd start
論理ドメイン・マネージャと論理ドメイン・エージェントのサービスが実行していることを確認します。
primary#
service ldmad status
ldmad (pidPID
) is running primary#service ldmd status
ldmd (pidPID
) is running