HP-UX WBEM FSProvider Datasheet
8
Table 7 describes the intrinsic methods supported by this provider. It has three columns. The first is the method name, the second is a description of the
provider’s actions based on invoking that method, and the third is a list of any exceptions that could result from invoking the method. Each row describes
a method. Note that this provider supports no extrinsic methods.
Method Name Description Exceptions Thrown
EnumerateInstances
Returns all instances of class with all
properties and their respective values.
CIM_ERR_NOT_SUPPORTED if the class is not supported.
CIM_ERR_ACCESS_DENIED if the user is not root.
CIM_ERR_FAILED if the tunefs or nfsstat commands cannot
be executed.
EnumerateInstanceNames
Returns the object path of all instances of
class.
CIM_ERR_NOT_SUPPORTED if the class is not supported.
CIM_ERR_ACCESS_DENIED if the user is not root.
CIM_ERR_FAILED if the tunefs or nfsstat commands cannot
be executed.
GetInstance Returns a single instance of a class.
CIM_ERR_NOT_SUPPORTED if the class is not supported.
CIM_ERR_INVALID_PARAMETER if incorrect keys settings
are detected.
CIM_ERR_NOT_Found if no instance.
CIM_ERR_ACCESS_DENIED if the user is not root.
CIM_ERR_FAILED if the tunefs or nfsstat commands cannot
be executed.
ModifyInstance Not Supported. CIM_ERR_NOT_SUPPORTED
DeleteInstance Not Supported. CIM_ERR_NOT_SUPPORTED
createInstance Not Supported. CIM_ERR_NOT_SUPPORTED
Links to more information
Additional provider documentation
There is currently no additional documentation for this provider beyond this information.
See also man pages for information on the various commands and system calls noted in the descriptions above.
WBEM information
For a CIM tutorial, go to
http://www.dmtf.org/education
For information about HP WBEM Services for HP-UX, see software.hp.com and hp.com (the Network and Systems Management areas).
Man Pages