z/OS UNIX System Services Planning
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Steps for customizing the system for IP-supplied daemons

z/OS UNIX System Services Planning
GA32-0884-00

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.

  1. Permit each daemon to BPX.DAEMON.
    Example: Set up the syslogd daemon, which is in the SEZALOAD library:
    PERMIT BPX.DAEMON CLASS(FACILITY) ID(syslogd)  ACCESS(READ)

    _______________________________________________________________

  2. Add the library that contains the library to the program control profile.
    Example: Define the SEZALOAD library to the PROGAM class:
    RALT PROGRAM * ADDMEM('tcpip.SEZALOAD'/'volser'/NOPADCHCK) UACC(READ)

    Result: You have set up the syslogd daemon and then added 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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014