Previous Topic: modifyOS—Assign OS Image to TargetNext Topic: Example


reactivateOS—Reactivate Stopped / Failed OS Installation Order

This action reschedules an installation for execution, if the target computer is OSIM managed and if a stopped or failed installation order request exists for it.

In any other case, the action will fail.

This action has the following format:

targetComputer action=reactivateOS 
name=computer_name 
[attime="YYYY-MM-DD hh:mm" ] 
[wakeup[={y|n=}]] 
[restart[={y|n}]]
[waitBs[={y|n}]]
[waitIm[={y|n}]]
attime

Specifies the Specifies the date and time when the action will be started.

The date has the ISO format "YYYY-MM-DD hh:mm".

name

Specifies the name of the computer for which a stopped or failed installation is scheduled for execution again.

restart

This optional parameter specifies if a running system will be restarted when the associated installation request will be carried out.

If restart or restart=y is coded, then a restart will be performed.

If restart=n is coded, then no automatic restart will be performed and it is up to the user to reboot the system to start the OS installation process.

If the parameter is not coded, the default is given by restart=n.

waitBs

If waitBs or waitBs=y is coded then the activation request might be deferred until the addressed target is assigned a boot server. If it waitBs=n is coded then the request is not deferred because of a missing boot server assignment. The default is waitBs=n

waitIm

If waitIm or waitIm=y is coded then the activation request might be deferred until the associated boot and OS images are staged at the related boot server. If it waitIm=n is coded then the request is not deferred because of not yet staged images. The default is waitIm=n.

wakeup

This optional parameter specifies whether a target system in power standby mode shall be waked up for this installation or not.
If wakeup or wakeup=y is coded, then the systems will be waked up.
If wakeup=n is specified, no wake up will be performed.
If the parameter is not coded, the default wakeup=n will be used.