[PATCH] Add installation instructions for root/interop namespace

# HG changeset patch # User Heidi Eckhart <heidieck@linux.vnet.ibm.com> # Date 1195733580 -3600 # Node ID 710a381591c1a67e5a79ad3b04aaa8bc7adbb108 # Parent 8c0410bfe3d3da3ef61aa40bfe75f1f23426b77d Add installation instructions for root/interop namespace Signed-off-by: Heidi Eckhart <heidieck@linux.vnet.ibm.com> diff -r 8c0410bfe3d3 -r 710a381591c1 doc/libvirt-cim.html --- a/doc/libvirt-cim.html Thu Nov 22 13:08:29 2007 +0100 +++ b/doc/libvirt-cim.html Thu Nov 22 13:13:00 2007 +0100 @@ -76,6 +76,7 @@ $ sudo cimmofl -uc -aEV -R$PEGASUS_REPO -n /root/virt cimv216.mof<br/> $ sudo cimmofl -uc -aEV -R$PEGASUS_REPO -n /root/virt qualifiers.mof<br/> $ sudo cimmofl -uc -aEV -R$PEGASUS_REPO -n /root/virt qualifiers_optional.mof<br/> + $ sudo cimmofl -uc -aEV -R$PEGASUS_REPO -n /root/interop cimv216-interop.mof<br/> </code></p> <h4>To install the schema in SFCB:</h4> @@ -111,6 +112,23 @@ +//#pragma include ("Security/CIM_IPNetworkSecurityIndication.mof")<br/> +//#pragma include ("Security/CIM_IPPacketFilterIndication.mof")<br/> #pragma include ("Support/PRS_ActivityContact.mof")<br/> +</code></p> + +<p><strong>cimv216-interop.mof</strong> is not part of the official DMTF + CIM v2.16 schema package. Please create with the folloing content: +</p> + +<p><code> +#pragma locale ("en_US")<br/> +#pragma include ("qualifiers.mof")<br/> +#pragma include ("qualifiers_optional.mof")<br/> +#pragma include ("Core/CIM_ManagedElement.mof")<br/> +#pragma include ("Interop/CIM_RegisteredProfile.mof")<br/> +#pragma include ("Interop/CIM_RegisteredSubProfile.mof")<br/> +#pragma include ("Core/CIM_Dependency.mof")<br/> +#pragma include ("Interop/CIM_ElementConformsToProfile.mof")<br/> +#pragma include ("Interop/CIM_ReferencedProfile.mof")<br/> +#pragma include ("Interop/CIM_SubProfileRequiresProfile.mof")<br/> </code></p> <h2><a name="Platforms">Platform Support</a></h2>

HE> + CIM v2.16 schema package. Please create with the folloing ^^^^^^^^ "folloing" should be "following". Looks good otherwise :) -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com
participants (2)
-
Dan Smith
-
Heidi Eckhart