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


Steps for activating a single sockets file system for the first time

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

Before you begin: You need to know what MAXSOCKETS value to use. The value used in the example might be different from the value that you want to use.

Perform the following steps to activate a single sockets file system for the first time.

  1. Create a temporary BPXPRMtt member with the following statements:
    /* Start Address Family AF_INET for Network Sockets /*
    FILESYSTYPE TYPE(INET) ENTRYPOINT(EZBPFINI)
    NETWORK TYPE(INET)    MAXSOCKETS(64000)
       DOMAINNAME(AF_INET)  DOMAINNUMBER(2)
    
    /* Start Address Family AF_UNIX for Local Sockets  */
    FILESYSTYPE TYPE(UDS)  ENTRYPOINT(BPXTUINT)
    NETWORK TYPE(UDS)      
      DOMAINNAME(AF_UNIX)  DOMAINNUMBER(1)
     

    _______________________________________________________________

  2. Dynamically add the statements to BPXPRMtt.
    SETOMVS RESET=(tt)

    _______________________________________________________________

  3. Add the statements in Step 1 to the BPXPRMxx member that is used on IPL.

    _______________________________________________________________

When you are done, you have activated a single sockets file system for the first time.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014