To let you control operating system and third-party processes, CA ControlMinder lets you automatically make calls to UNIX exits when unloading the CA ControlMinder kernel extension.
When you run SEOS_load -u, CA ControlMinder performs the following actions:
ACInstallDir/exits/LOAD
SEOS_unload_string.always
Where string can be any descriptive strings.
SEOS_load_string.always -pre
Each file is executed with the -pre parameter so that you can write your exits to detect the parameter and perform the actions required before the kernel is unloaded.
Note: If the exit returns a nonzero value, CA ControlMinder kills the exit process, displays an error message, and aborts the kernel unloading.
If the kernel does not unload:
SEOS_unload_string.opt
SEOS_unload_string.opt -pre
Each file is executed with the -pre parameter so that you can write your conditional exits to detect the parameter and perform the additional optional actions required before the kernel is unloaded.
Note: If the exit returns a nonzero value, CA ControlMinder kills the exit process, displays an error message, and aborts the kernel unloading.
SEOS_unload_string.opt -post
Each file is executed with the -post parameter so that you can write your conditional exits to detect the parameter and perform the additional optional actions required before the kernel is unloaded.
Note: If the exit returns a nonzero value, CA ControlMinder kills the exit process and displays an error message. Having already been unloaded, the CA ControlMinder kernel remains unloaded.
SEOS_unload_string.always -post
Each file is executed with the -post parameter so that you can write your exits to detect the parameter and perform the actions required after the kernel is loaded.
Note: If the exit returns a nonzero value, CA ControlMinder kills the exit process and displays an error message. Having already been unloaded, the CA ControlMinder kernel remains not loaded.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|