Steps for customizing the system for IP-supplied daemons
Before you begin, you need to know what IP-supplied daemons you will be using.
Perform the following steps to customize the system for IP-supplied daemons.
- Permit each daemon to BPX.DAEMON. For example, set up the syslogd daemon, which is in the SEZALOAD library:
PERMIT BPX.DAEMON CLASS(FACILITY) ID(syslogd) ACCESS(READ)_______________________________________________________________
- Add the library that contains the library to the program control profile.For example, define the SEZALOAD library to the PROGAM class:
RALT PROGRAM * ADDMEM('tcpip.SEZALOAD'/'volser'/NOPADCHCK) UACC(READ)In that example, you set up the syslogd daemon and then add the SEZALOAD library to the program control profile. You can start using that daemon.
See Customizing the system for IBM-supplied daemons for more information about program control. z/OS Communications Server: IP Configuration Guide also has more information.
_______________________________________________________________
When you are done, you have customized the system for IP-supplied daemons.