Alick Wilson
25th May 2004, 16:29
We have 4 BaaN environments on 1 AIX server, all using baanlogin instead of rexec.

How many blogind6.1 daemons do we need, 1 or 4?

If 1, Baan state the $BSE needs to be set. If so, which one or does it not matter?

:confused:

NPRao
16th July 2004, 00:24
I am inclined to suggest to use - 4.

BSE environment variables are set based on the entry. If you use a common one, you would be redirecting all the log and tmp files.

Refer to this solution # on the BaaN Support.

Information about Rexec, BaanLogin, Unified Logon, SSPI functionality
Author K Van den Dool Creation Date: 24 Mar 1999 Alternate ID:
Solution No: 70306 Last Modified: 13 Feb 2004 Status: Published
Product: port6.1c.05.02 Sub Product: Session: BaanLogin
Package: tt Version: B40 Release: c
Solution Type: KR:Question

Alick Wilson
19th July 2004, 18:26
The problem was as you said, one $BSE/tmp was being shared by 4 BaaN instances when using environment variable BSE_TMP.

We got round this by setting BSE_TMP in a wrapper script for each BaaN instance. $BSE was always set up individually, either in the configuration files or in job scripts.

A different solution that saves us having to modify our system start up scripts but thanks for the suggestion.

NPRao
19th July 2004, 19:20
There is one more alternative like we have implemented -

We have configured all the start, stop scripts with environment as a parameter, which are listed in a table file.

So we can start/stop all the environment with one set of scripts.
[DEV:bsp]/app/common/lms/etc/b52>cat blogind.tbl
lmst 7150
lmss 7153
lmst 7157
lmsv 7155
lmsa 7152
lmsb 7158
lmsu 7159
So its much easier for us to add/change/remove a old/new environment.