These APIs tell how to set IPL modes, types, and speed, along with
how to start an IPL.
Set IPL mode to manual (SetIPLModeManual)
To have your program set the system IPL mode to manual, use the
API SetIPLModeManual (use the uppercase and lowercase
shown).
Set IPL mode to normal (SetIPLModeNormal)
To have your program set the system IPL mode to normal, use the
API SetIPLModeNormal (use the uppercase and lowercase
shown).
Set IPL mode to auto (SetIPLModeAuto)
To have your program set the system IPL mode to automatic, use
the API SetIPLModeAuto (use the uppercase and lowercase
shown).
Set IPL mode to secure (SetIPLModeSecure)
To have your program set the system IPL mode to secure, use the
API SetIPLModeSecure (use the uppercase and lowercase
shown).
Set IPL type to A (SetIPLTypeA)
To have your program set the system IPL type to A, use the API
SetIPLTypeA (use the uppercase and lowercase shown).
Set IPL type to B (SetIPLTypeB)
To have your program set the system IPL type to B, use the API
SetIPLTypeB (use the uppercase and lowercase shown).
Set IPL type to C (SetIPLTypeC)
To have your program set the system IPL type to C, use the API
SetIPLTypeC (use the uppercase and lowercase shown).
Set IPL type to D (SetIPLTypeD)
To have your program set the system IPL type to D, use the API
SetIPLTypeD (use the uppercase and lowercase shown).
Start an IPL (StartIPL)
To have your program start a system IPL, use the API StartIPL (use
the uppercase and lowercase shown).
Set IPL speed to fast (SetIPLSpeedFast)
To have your program set the system IPL speed to fast, use the
API SetIPLSpeedFast (use the uppercase and lowercase
shown).
Set IPL speed to slow (SetIPLSpeedSlow)
To have your program set the system IPL speed to slow, use the
API SetIPLSpeedSlow (use the uppercase and lowercase
shown).