Managing other custom servers

The CA_Start_CA() subroutine is provided to start another custom server, and to pass parameters to the new custom server.

The CA_Stop_CA() subroutine sends a SIGINT signal to another custom server to request an orderly termination.

To install a custom server, use the CA_Install_CA() subroutine. This subroutine will not replace a custom server that is already installed. To replace an installed custom server, use CA_Deinstall_CA() first.

To deinstall a custom server, use the CA_Deinstall_CA() subroutine. The custom server must not be running.

To delete a custom server, use the CA_Delete_CA() subroutine.

To get the status information for a custom server, use the CA_Get_CA_Info() subroutine.

To set the IPL status of an installed custom server to either installed or autoexecute, use the CA_Set_CA_Ipl_Status() subroutine.