Oracle® VM Server for SPARC 3.2 管理ガイド

印刷ビューの終了

更新: 2015 年 5 月
 
 

DRM ポリシー構成 (policy) リソース

    DRM ポリシー (policy) リソースは、<Envelope> セクションに表示され、次のキーが付いた<gprop:GenericProperty> タグを持つことができます。

  • policy_name DRM ポリシーの名前

  • policy_enable DRM ポリシーが有効または無効のどちらであるかを指定します。

  • policy_priority DRM ポリシーの優先順位

  • policy_vcpu_min 1 つのドメインに対する仮想 CPU リソースの最小数

  • policy_vcpu_max 1 つのドメインに対する仮想 CPU リソースの最大数

  • policy_util_lower ポリシー分析がトリガーされるタイミングでの使用率の下限レベル

  • policy_util_upper ポリシー分析がトリガーされるタイミングでの使用率の上限レベル

  • policy_tod_begin DRM ポリシーの実効開始時間

  • policy_tod_end DRM ポリシーの実効停止時間

  • policy_sample_rate サンプリングレート。秒単位のサイクル時間

  • policy_elastic_margin CPU 使用率の上限および下限範囲のバッファ量

  • policy_attack いずれか 1 つのリソース制御サイクル中に追加されるリソースの最大量

  • policy_decay いずれか 1 つのリソース制御サイクル中に削除されるリソースの最大量

使用例 22-21  policy の XML の例
<Envelope>
   <Section xsi:type="ovf:VirtualHardwareSection_Type">
     <Item>
       <rasd:OtherResourceType>policy</rasd:OtherResourceType>
       <gprop:GenericProperty key="policy_name">test-policy</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_enable">on</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_priority">1</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_vcpu_min">12</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_vcpu_max">13</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_util_lower">8</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_util_upper">9</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_tod_begin">07:08:09</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_tod_end">09:08:07</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_sample_rate">1</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_elastic_margin">8</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_attack">8</gprop:GenericProperty>
       <gprop:GenericProperty key="policy_decay">9</gprop:GenericProperty>
     </Item>
   </Section>
</Envelope>