IPL-related APIs
You can use these APIs to set initial program load (IPL) modes, types, and speed, and to start an IPL.
- Setting IPL mode to Manual
To set the system initial program load (IPL) mode to Manual, you can use the SetIPLModeManual API (use the uppercase and lowercase characters as shown).
- Setting IPL mode to Normal
To set the system initial program load (IPL) mode to Normal, you can use the SetIPLModeNormal API (use the uppercase and lowercase shown).
- Setting IPL mode to Auto
To set the system initial program load (IPL) mode to Auto, you can use the SetIPLModeAuto API (use the uppercase and lowercase shown).
- Setting IPL mode to Secure
To set the system initial program load (IPL) mode to Secure, you can use the SetIPLModeSecure API (use the uppercase and lowercase shown).
- Setting IPL type to A
To set the system initial program load (IPL) type to A, you can use the SetIPLTypeA API (use the uppercase and lowercase shown).
- Setting IPL type to B
To set the system initial program load (IPL) type to B, you can use the SetIPLTypeB API (use the uppercase and lowercase shown).
- Setting IPL type to C
To set the system initial program load (IPL) type to C, you can use the SetIPLTypeC API (use the uppercase and lowercase shown).
- Setting IPL type to D
To set the system initial program load (IPL) type to D, you can use the SetIPLTypeD API (use the uppercase and lowercase shown).
- Starting an IPL
To start a system initial program load (IPL), you can use the StartIPL API (use the uppercase and lowercase shown).
- Setting IPL speed to Fast
To set the system initial program load (IPL) speed to Fast, you can use the SetIPLSpeedFast API (use the uppercase and lowercase characters as shown).
- Setting IPL speed to Slow
To set the system initial program load (IPL) speed to Slow, you can use the SetIPLSpeedSlow API (use the uppercase and lowercase characters as shown).
- Setting IPL speed to system default
To set the system initial program load (IPL) speed to the default value, you can use the SetIPLSpeedDefault API (use the uppercase and lowercase characters as shown).
Parent topic:
Using remote control panel APIs