customSched --
schedule event for custom outside of the standard phase model
Syntax
customSched [kernellink] [netconfig]
Description
customSched allows you to schedule events for
custom that are to be performed outside of the standard phase model.
Call customSched during the
PRE_CONFIGURE or POST_CONFIGURE steps in your ccs
(component control script).
Use customSched to interact with
netconfig(ADM)
or the link kit
(relink the kernel).
kernellink
Schedule a kernel relink after the POST_CONFIGURE
and before the PRE_EXPORT steps.
The kernel relink command is:
link_unix -y
netconfig
Schedule netconfig to run after the CONFIGURE
and before EXPORT phases.
The netconfig command is:
/etc/netconfig -add_deferred_now
Exit values
If execution was successful, customSched exits with a value of 0.
If execution failed, customSched exits with 1.