HP Insight Control Server Provisioning 7.3 Update 1 Build Plans Reference Guide
58
http://technet.microsoft.com/en-us/library/cc721973
Type: Windows .BAT
Optional Parameter:
/unattend:path_to_answer_file – Path to the answer file that is passed to the Sysprep tool.
Custom Attributes: None
Prevent WIM File Overwrite
Checks for the existence of the WIM image file.
This ensures that an existing WIM image is not accidentally overwritten if another capture build plan is run that uses the
same WIM file name. The script returns an error if the specified file name exists on the Media Server. Removing this step
from a build plan will allow an existing image file to be overwritten.
Type: Windows .BAT
Required Parameters:
WIM_filename The WIM file name and path to be checked if exists.
Custom Attributes: None
Reboot
This script reboots a target server into the production operating system.
This script clears any previous boot configuration for the target server and triggers a reboot so that the target server
will follow its normal boot order and boot from its hard disk into the installed production operating systsem.
Type: OGFS
Parameters: None
Custom Attributes: None
Reboot to Apply BIOS Changes and Power Off
Completes a BIOS reset by booting the target server and then powering it off.
When a system BIOS is reset to factory settings, the reset does not take effect until the next time the target server is
power cycled. This script performs that power cycle, waits a specified amount of time for the reset to take effect, and
then powers the server off again. The default settings will then have been applied, and the server is ready to have
another build plan run against it.
This script should always be used following the Reset System Configuration script step.
NOTE: After completion of this script, the target server is left powered off. The next build plan run against this server
needs to have a Boot step up front to bring the server back up.
NOTE: This script is based on the Boot script, so it uses some of the same parameters, even though the target server
should never actually complete the booting process. It should be powered off before it completes the power on self-
test.
Type OGFS
Required Parameters:
--serviceOS='SERVICE_OS' - represents the service OS into which to boot; See the method parameter for the
supported service OSs. The target server should power off before booting to this OS, so what you put here
does not matter.
--force - Forces the boot configuration and reboot of the target server. This is required whenever using this
step to force the boot operation to take place.
Optional Parameters: