Previous Topic: Domino Go Webserver InstallationNext Topic: Lotus Notes and Novell Directory Services for z/OS


Lotus Notes Server

The Lotus Notes Server (email) can run on a z/OS environment. The external security interface requires a facility and a DOMINO console interface (identified in IBM as DOMCON). This interface facilitates sending commands from z/OS to stop, start, and manage Lotus Notes Server running under USS.

To set up Lotus Notes server

To create an ACID for the server started task and a group ACID for the Lotus Notes Server using IBM default values, enter:

TSS CREATE(LOTUSGRP) TYPE(GROUP)
                     NAME(LOTUSGROUP)
                     DEPT(OMVSDEPT)
TSS ADD(LOTUSGRP) GID(6789)
TSS CREATE(DOMCON) TYPE(USER)
                   NAME(‘LOTUS STC ACID’)
                   PASS(password,0)
                   DEPT(OMVSDEPT)
                   FACILITY(STC)
TSS ADD(DOMCON) GROUP(LOTUSGRP)
                DFLTGRP(LOTUSGRP)
TSS ADD(STC) PROCNAME(?????)
             ACID(DOMCON)

(Repeat this command for all LOTUS PROCs. There can be multiple procs associated with this address space beginning with “DOMIN”.)

TSS ADD(DOMCON) UID(0)
                HOME(/u/domcon)
                OMVSPGM(/bin/sh)
TSS PERMIT(DOMCON) IBMFAC(BPX.DAEMON)
                   ACCESS(READ)
TSS ADD(DEPTACID) DSN(DOMCOM.WTO.LOAD)
TSS PERMIT(DOMCON) DSN(DOMCOM.WTO.LOAD)
                   ACCESS(READ)