CIM_SoftwareInstallationService

Class reference

Subclass of CIM_Service

A subclass of service which provides methods to install (or update) Software Identities in ManagedElements.

Local properties

None

Local methods

uint32 InstallFromURI (CIM_ConcreteJob Job, string URI, CIM_ManagedElement Target, uint16[] InstallOptions, string[] InstallOptionsValues)

Start a job to install software from a specific URI in a ManagedElement.

Note that this method is provided to support existing, alternative download mechanisms (such as used for firmware download). The ‘normal’ mechanism will be to use the InstallFromSoftwareIdentity method.

If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob will be started to to perform the install. The Job’s reference will be returned in the output parameter Job.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unspecified Error
3 Timeout
4 Failed
5 Invalid Parameter
6 Target In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Unsupported TargetType
4098 Unattended/silent installation not supported
4099 Downgrade/reinstall not supported
4100 Not enough memory
4101 Not enough swap-space
4102 Unsupported version transition
4103 Not enough disk space
4104 Software and target operating system mismatch
4105 Missing dependencies
4106 Not applicable to target
4107 URI not accessible
4108..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN string URI
A URI for the software based on RFC 2079.
IN CIM_ManagedElement Target
The installation target.
IN uint16[] InstallOptions

Options to control the install process.

See the InstallOptions parameter of the SoftwareInstallationService.InstallFromSoftwareIdentity method for the description of these values.

ValueMap Values
2 Defer target/system reset
3 Force installation
4 Install
5 Update
6 Repair
7 Reboot
8 Password
9 Uninstall
10 Log
11 SilentMode
12 AdministrativeMode
13 ScheduleInstallAt
DMTF Reserved
32768..65535 Vendor Specific
IN string[] InstallOptionsValues

InstallOptionsValues is an array of strings providing additionalinformation to InstallOptions for the method to install the software. Each entry of this array is related to the entry in InstallOptions that is located at the same index providing additional information for InstallOptions.

For further information on the use of InstallOptionsValues parameter, see the description of the InstallOptionsValues parameter of the SoftwareInstallationService.InstallFromSoftwareIdentity method.

uint32 CheckSoftwareIdentity (CIM_SoftwareIdentity Source, CIM_ManagedElement Target, CIM_Collection Collection, uint16[] InstallCharacteristics)

This method allows a client application to determine whether a specific SoftwareIdentity can be installed (or updated) on a ManagedElement. It also allows other characteristics to be determined such as whether install will require a reboot. In addition a client can check whether the SoftwareIdentity can be added simulataneously to a specified SofwareIndentityCollection. A client MAY specify either or both of the Collection and Target parameters. The Collection parameter is only supported if SoftwareInstallationServiceCapabilities.CanAddToCollection is TRUE.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unspecified Error
3 Timeout
4 Failed
5 Invalid Parameter
6 Target In Use
DMTF Reserved
4096 Method Reserved
4097 Unsupported TargetType
4098 Unattended/silent installation not supported
4099 Downgrade/reinstall not supported
4100 Not enough memory
4101 Not enough swap-space
4102 Unsupported version transition
4103 Not enough disk space
4104 Software and target operating system mismatch
4105 Missing dependencies
4106 Not applicable to target
4107 No supported path to image
4108 Cannot add to Collection
4109 Asynchronous Job already in progress
4110..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

IN CIM_SoftwareIdentity Source
Reference to the SoftwareIdentity to be checked.
IN CIM_ManagedElement Target
Reference to the ManagedElement that the Software Identity is going to be installed in (or updated).
IN CIM_Collection Collection
Reference to the Collection to which the Software Identity will be added.
OUT uint16[] InstallCharacteristics

The parameter describes the characteristics of the installation/update that will take place if the Source Software Identity is installed:

Target automatic reset: The target element will automatically reset once the installation is complete.

System automatic reset: The containing system of the target ManagedElement (normally a logical device or the system itself) will automatically reset/reboot once the installation is complete.

Separate target reset required: EnabledLogicalElement.RequestStateChange MUST be used to reset the target element after the SoftwareIdentity is installed.

Separate system reset required: EnabledLogicalElement.RequestStateChange MUST be used to reset/reboot the containing system of the target ManagedElement after the SoftwareIdentity is installed.

Manual Reboot Required: The system MUST be manually rebooted by the user.

No reboot required : No reboot is required after installation.

User Intervention Recomended : It is recommended that a user confirm installation of this SoftwareIdentity. Inappropriate application MAY have serious consequences.

MAY be added to specified collection : The SoftwareIndentity MAY be added to specified Collection.

ValueMap Values
2 Target automatic reset
3 System automatic reset
4 Separate target reset Required
5 Separate system reset Required
6 Manual Reboot Required
7 No Reboot Required
8 User Intervention recommended
9 MAY be added to specified Collection
DMTF Reserved
0x7FFF..0xFFFF Vendor Specific

uint32 InstallFromSoftwareIdentity (CIM_ConcreteJob Job, uint16[] InstallOptions, string[] InstallOptionsValues, CIM_SoftwareIdentity Source, CIM_ManagedElement Target, CIM_Collection Collection)

Start a job to install or update a SoftwareIdentity (Source) on a ManagedElement (Target).

In addition the method can be used to add the SoftwareIdentity simulataneously to a specified SofwareIndentityCollection. A client MAY specify either or both of the Collection and Target parameters. The Collection parameter is only supported if SoftwareInstallationService.CanAddToCollection is TRUE.

If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob will be started to perform the install. The Job’s reference will be returned in the output parameter Job.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unspecified Error
3 Timeout
4 Failed
5 Invalid Parameter
6 Target In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Unsupported TargetType
4098 Unattended/silent installation not supported
4099 Downgrade/reinstall not supported
4100 Not enough memory
4101 Not enough swap-space
4102 Unsupported version transition
4103 Not enough disk space
4104 Software and target operating system mismatch
4105 Missing dependencies
4106 Not applicable to target
4107 No supported path to image
4108 Cannot add to Collection
4109..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN uint16[] InstallOptions

Options to control the install process.

Defer target/system reset : do not automatically reset the target/system.

Force installation : Force the installation of the same or an older SoftwareIdentity. Install: Perform an installation of this software on the managed element.

Update: Perform an update of this software on the managed element.

Repair: Perform a repair of the installation of this software on the managed element by forcing all the files required for installing the software to be reinstalled.

Reboot: Reboot or reset the system immediately after the install or update of this software, if the install or the update requires a reboot or reset.

Password: Password will be specified as clear text without any encryption for performing the install or update.

Uninstall: Uninstall the software on the managed element.

Log: Create a log for the install or update of the software.

SilentMode: Perform the install or update without displaying any user interface.

AdministrativeMode: Perform the install or update of the software in the administrative mode. ScheduleInstallAt: Indicates the time at which theinstall or update of the software will occur.

ValueMap Values
2 Defer target/system reset
3 Force installation
4 Install
5 Update
6 Repair
7 Reboot
8 Password
9 Uninstall
10 Log
11 SilentMode
12 AdministrativeMode
13 ScheduleInstallAt
DMTF Reserved
32768..65535 Vendor Specific
IN string[] InstallOptionsValues

InstallOptionsValues is an array of strings providing additional information to InstallOptions for the method to install the software. Each entry of this array is related to the entry in InstallOptions that is located at the same index providing additional information for InstallOptions.

If the index in InstallOptions has the value “Password ” then a value at the corresponding index of InstallOptionValues shall not be NULL.

If the index in InstallOptions has the value “ScheduleInstallAt” then the value at the corresponding index of InstallOptionValues shall not be NULL and shall be in the datetime type format.

If the index in InstallOptions has the value “Log ” then a value at the corresponding index of InstallOptionValues may be NULL.

If the index in InstallOptions has the value “Defer target/system reset”, “Force installation”,”Install”, “Update”, “Repair” or “Reboot” then a value at the corresponding index of InstallOptionValues shall be NULL.

IN CIM_SoftwareIdentity Source
Reference to the source of the install.
IN CIM_ManagedElement Target
The installation target. If NULL then the SOftwareIdentity will be added to Collection only. The underlying implementation is expected to be able to obtain any necessary metadata from the Software Identity.
IN CIM_Collection Collection
Reference to the Collection to which the Software Identity SHALL be added. If NULL then the SOftware Identity will not be added to a Collection.

uint32 InstallFromByteStream (CIM_ConcreteJob Job, uint8[] Image, CIM_ManagedElement Target, uint16[] InstallOptions, string[] InstallOptionsValues)

Start a job to download a series of bytes containing a software image to a ManagedElement.

Note that this method is provided to support existing, alternative download mechanisms (such as used for firmware download). The ‘normal’ mechanism will be to use the InstallFromSoftwareIdentity method.

If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob will be started to to perform the install. The Job’s reference will be returned in the output parameter Job.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unspecified Error
3 Timeout
4 Failed
5 Invalid Parameter
6 Target In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Unsupported TargetType
4098 Unattended/silent installation not supported
4099 Downgrade/reinstall not supported
4100 Not enough memory
4101 Not enough swap-space
4102 Unsupported version transition
4103 Not enough disk space
4104 Software and target operating system mismatch
4105 Missing dependencies
4106 Not applicable to target
4107 No supported path to image
4108..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN uint8[] Image
A array of bytes containing the install image.
IN CIM_ManagedElement Target
The installation target.
IN uint16[] InstallOptions

Options to control the install process.

See the InstallOptions parameter of the SoftwareInstallationService.InstallFromSoftwareIdentity method for the description of these values.

ValueMap Values
2 Defer target/system reset
3 Force installation
4 Install
5 Update
6 Repair
7 Reboot
8 Password
9 Uninstall
10 Log
11 SilentMode
12 AdministrativeMode
13 ScheduleInstallAt
DMTF Reserved
32768..65535 Vendor Specific
IN string[] InstallOptionsValues

InstallOptionsValues is an array of strings providing additional information to InstallOptions for the method to install the software. Each entry of this array is related to the entry in InstallOptions that is located at the same index providing additional information for InstallOptions.

For further information on the use of InstallOptionsValues parameter, see the description of the InstallOptionsValues parameter of the SoftwareInstallationService.InstallFromSoftwareIdentity method.

Inherited properties