このドキュメントで説明されているソフトウェアはサポートされていないか、拡張サポートが提供されています。
現在サポートされているリリースにアップグレードすることをお薦めします。

6.2.1 制御ドメインに論理ドメイン・マネージャをインストールする方法

  1. RPMパッケージをインストールします。

    ldomsmanagerパッケージをインストールすると、ldomsパッケージもインストールされます。

    primary# yum install ldomsmanager
  2. 正しいパッケージがインストールされたことを確認します。

    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
    
  3. 論理ドメイン・マネージャと論理ドメイン・エージェントのサービスが実行しているかどうか確認します。

    primary# service ldmad status
    ldmad is stopped
    primary# service ldmd status
    ldmd is stopped
  4. 論理ドメイン・マネージャと論理ドメイン・エージェントのサービスを開始します。

    primary# service ldmad start
    primary# service ldmd start
  5. 論理ドメイン・マネージャと論理ドメイン・エージェントのサービスが実行していることを確認します。

    primary# service ldmad status
    ldmad (pid PID) is running
    primary# service ldmd status
    ldmd (pid PID) is running