HP Insight Management WBEM Providers for HP integrated VMware ESXi 5.0 U1 June 2012 Profiles

Version 2.0.0 HP Software Inventory and Update Profile 15
5.2.1 HP_SoftwareRepositoryService.GetSoftwareIdentityByteStream()
HP_SoftwareInstallationService.GetSoftwareIdentityByByteStream() will retrieve a bytestream of an
available SoftwareIdentity from the repository.
Table 4 – CIM_SoftwareRepositoryService.GetSoftwareIdentityByteStream()
Method Return Values
Value Description
7 Method is not supported in the implementation
Table 5 – CIM_SoftwareRepositoryService.GetSoftwareIdentityByteStream()
Method Parameters
Qualifiers Name Type Description/Values
IN Source CIM_SoftwareIdentity REF See below
OUT Image Uint8[] See below
5.2.1.1 Source
The reference to the SoftwareIdentity that represents the software to be retrieved from the repository. The
method shall return the value 2(Error Occurred) when this parameter is Null, or cannot be returned from
the repository.
5.2.1.2 Image
This parameter is used to return the array of bytes that contain the image representing the
SoftwareIdentity. This parameter is Null if the method returns the value 2(Error Occurred.)
5.2.2 HP_SoftwareRepositoryService.GetURIForSoftwareIdentity()
HP_SoftwareRepositoryService.GetURIForSoftwareIdentity() will return the URI for the specified
SoftwareIdentity. Then intent of this method is to allow target systems to use the URI to retrieve the
component directly from the repository and install it.
Table 6 – CIM_SoftwareRepositoryService.GetURIForSoftwareIdentity()
Method Return Values
Value Description
7 Method is not supported in the implementation
Table 7 – CIM_SoftwareRepositoryService.GetURIForSoftwareIdentity()
Method Parameters
Qualifiers Name Type Description/Values
IN Source CIM_SoftwareIdentity REF See below
OUT URI String See below
5.2.2.1 Source
The reference to the SoftwareIdentity that represents the software to be retrieved from the repository. The
method shall return the value 2(Error Occurred) when this parameter is Null, or cannot be returned from
the repository.