HP-UX WBEM vPartition Provider Data Sheet
WBEM Provider Data Sheet
VPar Provider
This data sheet provides basic information about the VPar WBEM provider. This
provider is implemented using the Pegasus C++ provider API. The intended audience
of this document is client/provider developers and end-users who want to use this
provider. This data sheet was last updated: 04-February 2005.
Table Of Contents
1. Provider Overview
2. Setting Up This Provider
3. Using This Provider
4. Links To More Information
5. Known Defects And Performance Considerations
Description:
The VPar provider will provide the information about virtual
partitions on a system. It is a read only provider and thus will not
allow the client to modify the virtual partitions configurations. The
VPar provider always gets the data from default virtual partitions
database located at /stand/vpdb.
The VPar provider talks to the nPar provider for getting information
for HPUX_VParIOLocation and HPUX_IOAssignment. It also talks to the
nPar provider to determine whether or not it is running on an nPar.
If the nPar provider is down then it will not provide this
information.
The VPar provider classes would be placed in the namespace
root/cimv2/vpar.
Requirements:
The VPar provider is implemented and tested on HP-UX 11i v1 (11.11)
and HP-UX 11i v2 (11.23).
Release History:
This is the first release of VPar provider.
Supported Managed Resources:
The VPar provider supports the same hardware that the vPars product
supports.
1.Provider Overview