HP-UX WBEM nPartition Provider Data Sheet

the remove service processor.
string Password Local
The password required to
access the remote service
processor via LAN. This
property is "write-only". It is
necessary to create the
instance, but will not be
present in the instance when it
is fetched from the provider.
Table 28. Extrinsic methods for HP_NParRemoteComplex
Method Name Description Exceptions thrown
uint32 ChangePassword(
string OldPassword,
string newPassword )
Change the password for
this remote complex from
oldPassword to
NewPassword. This
method changes only the
value of the password that
the provider uses to access
the remote service
processor. It does not
change the password on the
service processor itself.
When the password for the
service processor is changed
through the service
processor Command Menu,
the provider may be updated
with this method.
If the operation is
successful, 0 will be
returned. If the operation
fails, an exception will be
thrown and no value
returned.
CIMOperationFailedException
if the operation fails.
CIMAccessDeniedException if
the old password does not
match the one stored by the
provider, or if the new
password is incorrect for the
target service processor.
uint32 UpdateComplex(
string MpPassword )
Update the cached
information that the
provider holds about the
remote complex
configuration. Use of this
method should be necessary
only when IP address
associated with the Address
value for the service
CIMOperationFailedException
if the operation fails.