ADSM-L

Multiple ADSM servers on one box

1998-12-11 11:34:15
Subject: Multiple ADSM servers on one box
From: DIGEST Barry Fruchtman <bf AT US.IBM DOT COM>
Date: Fri, 11 Dec 1998 09:34:15 -0700
You do not need to copy code or create symbolic links
to make this work.
  The server needs the following at startup:
1. access to the option files.
2. access to dsmserv.dsk
3. access to auxilary modules.
4. system needs access to the code

1 is provided by finding an option file in the current directory
or from the DSMSERV_OPT environment variable.
2 must come from the current directory.
3 is provided by the DSMSERV_DIR environment variable
( or the current directory if not specified ).
4 is provided by the PATH environment variable or explicit
path information.

So, to create another server in /var/adsm/server, for example
with ksh,

export DSMSERV_OPT=/usr/lpp/adsmserv/bin/dsmserv.opt2
export DSMSERV_DIR=/usr/lpp/adsmserv/bin
export PATH=/usr/lpp/adsmserv/bin:$PATH
/usr/lpp/adsmserv/bin/dsmserv

The server will use /var/adsm/server/dsmserv.dsk to locate
the data base and log.  Of course, your comm options must
be set so as not to conflict with the first server in
/usr/lpp/adsmserv/bin/dsmserv.opt2.

Barry Fruchtman
ADSM Development
bf AT us.ibm DOT com
<Prev in Thread] Current Thread [Next in Thread>