configuration of app server brokers in POC server.

Posted by vithal.kattikar@hgst.com on 19-Jul-2015 23:38

Hi,

I have created databases in Linux server (POC server),in OE 11.2 version now I want to configure the app server brokers in POC server like my existing brokers present in HP-UX in OE 10.1C version.

Please share your thoughts.

All Replies

Posted by Libor Laubacher on 20-Jul-2015 03:48

Then configure them? (OE Explorer, mergeprop…)

I mean what’s stopping you from doing so? You have the 11.2 set up, you know how the 10.1C configuration looks like – where or what is the problem?

Posted by vithal.kattikar@hgst.com on 20-Jul-2015 07:49

Hi Libor,

I changed the 11.2 set up with below code as present in 10.1C configuration file .

[UBroker.AS.asbroker1f]

   appserviceNameList=asbroker1f

   autoStart=1

   brokerLogFile=$WRKDIR/asbroker1f.broker.log

   brkrLogThreshold=5000000

   controllingNameServer=NS1

   initialSrvrInstance=2

   keyAlias=default_server

   mqBrokerLogFile=$WRKDIR/asbroker1f.mqbroker.log

   mqServerLogFile=$WRKDIR/asbroker1f.mqserver.log

   operatingMode=State-free

   portNumber=3094

   PROPATH=.:/tmp/appServerTest:/users/simsrc:/users/websrc/trunk:/usr/simple:/usr/syteline/tty/mods:/usr/syteline/mods:/usr/syteline

   srvrLogFile=$WRKDIR/asbroker1f.server.log

   srvrLogThreshold=5000000

   srvrStartupParam=-pf /users/sytelinedb/TSMPas.pf

   uuid=65dade92abaa8a0e:-4e2ee066:1352bb9292e:-7801

[UBroker.AS.asMLSFree]

   appserviceNameList=asMLSFree

   autoStart=1

   brokerLogFile=$WRKDIR/asMLSFree.broker.log

   brkrLogThreshold=5000000

   controllingNameServer=NS1

   initialSrvrInstance=2

   keyAlias=default_server

   minSrvrInstance=2

   mqBrokerLogFile=$WRKDIR/asMLSFree.mqbroker.log

   mqServerLogFile=$WRKDIR/asMLSFree.mqserver.log

   operatingMode=State-free

   portNumber=3093

   PROPATH=.:/tmp/appServerTest:/users/simsrc:/users/websrc/trunk:/usr/simple:/usr/syteline/tty/mods:/usr/syteline/mods:/usr/syteline:${PROPATH}:${WRKDIR}

   srvrLogFile=$WRKDIR/asMLSFree.server.log

   srvrLogThreshold=5000000

   srvrStartupParam=-pf /users/sytelinedb/TESTas.pf

   uuid=65dade92abaa8a0e:-4e2ee066:1352bb9292e:-68cb

[UBroker.AS.asSASFree]

   appserviceNameList=asSASFree

   autoStart=1

   brokerLogFile=$WRKDIR/asSASFree.broker.log

   controllingNameServer=NS1

   initialSrvrInstance=2

   minSrvrInstance=2

   mqBrokerLogFile=$WRKDIR/asSASFree.mqbroker.log

   mqServerLogFile=$WRKDIR/asSASFree.mqserver.log

   operatingMode=State-free

   portNumber=3096

   PROPATH=.:/tmp/appServerTest:/users/simsrc:/users/websrc/trunk:/usr/simple:/usr/syteline/tty/mods:/usr/syteline/mods:/usr/syteline:${PROPATH}:${WRKDIR}

   srvrLogFile=$WRKDIR/asSASFree.server.log

   srvrMaxPort=2202

   srvrMinPort=2002

   srvrStartupParam=-pf /users/sytelinedb/TSMPas.pf

   uuid=65dade92abaa8a0e:-4e2ee066:1352bb9292e:-6311

and I tried to start with asbman -i  asbroker1f -start , but I am getting the below error.

[15/07/20@20:07:13.819+0800] P-009146 T-Main   1 --- --- /usr/dlc112/wrk/asbroker1f.broker.000001.log opened.

[15/07/20@20:07:13.819+0800] P-009146 T-Main   1 --- --- Logging level set to = 2

[15/07/20@20:07:13.820+0800] P-009146 T-Main   1 --- --- Log entry types activated: UBroker.Basic,

[15/07/20@20:07:13.829+0800] P-009146 T-Main   2 UB Basic      Licence Exception: com.progress.common.licensemgr.LicenseMgr$NotLicensed: Not licensed to run this product.

[15/07/20@20:07:13.829+0800] P-009146 T-Main   1 UB ----------- ERROR : Not licenced to run this product. (8452).

Posted by Libor Laubacher on 20-Jul-2015 08:32

>> 

[15/07/20@20:07:13.829+0800] P-009146 T-Main   2 UB Basic      Licence Exception: com.progress.common.licensemgr.LicenseMgr$NotLicensed: Not licensed to run this product.

[15/07/20@20:07:13.829+0800] P-009146 T-Main   1 UB ----------- ERROR : Not licenced to run this product. (8452).

<< 
 
You either don’t have an appserver installed or the adminserver believes that you don’t have it (PROCFG env variable points elsewhere, perhaps to the 4GL devel progress.cfg you used to dump and load ?)
 
[collapse]
From: vithal.kattikar@hgst.com [mailto:bounce-vithalkattikarhgstcom@community.progress.com]
Sent: Monday, July 20, 2015 2:50 PM
To: TU.OE.Architecture@community.progress.com
Subject: RE: [Technical Users - OE Architecture Cloud and Arcade] configuration of app server brokers in POC server.
 

Hi Libor,

I changed the 11.2 set up with below code as present in 10.1C configuration file .

[UBroker.AS.asbroker1f]

   appserviceNameList=asbroker1f

   autoStart=1

   brokerLogFile=$WRKDIR/asbroker1f.broker.log

   brkrLogThreshold=5000000

   controllingNameServer=NS1

   initialSrvrInstance=2

   keyAlias=default_server

   mqBrokerLogFile=$WRKDIR/asbroker1f.mqbroker.log

   mqServerLogFile=$WRKDIR/asbroker1f.mqserver.log

   operatingMode=State-free

   portNumber=3094

   PROPATH=.:/tmp/appServerTest:/users/simsrc:/users/websrc/trunk:/usr/simple:/usr/syteline/tty/mods:/usr/syteline/mods:/usr/syteline

   srvrLogFile=$WRKDIR/asbroker1f.server.log

   srvrLogThreshold=5000000

   srvrStartupParam=-pf /users/sytelinedb/TSMPas.pf

   uuid=65dade92abaa8a0e:-4e2ee066:1352bb9292e:-7801

[UBroker.AS.asMLSFree]

   appserviceNameList=asMLSFree

   autoStart=1

   brokerLogFile=$WRKDIR/asMLSFree.broker.log

   brkrLogThreshold=5000000

   controllingNameServer=NS1

   initialSrvrInstance=2

   keyAlias=default_server

   minSrvrInstance=2

   mqBrokerLogFile=$WRKDIR/asMLSFree.mqbroker.log

   mqServerLogFile=$WRKDIR/asMLSFree.mqserver.log

   operatingMode=State-free

   portNumber=3093

   PROPATH=.:/tmp/appServerTest:/users/simsrc:/users/websrc/trunk:/usr/simple:/usr/syteline/tty/mods:/usr/syteline/mods:/usr/syteline:${PROPATH}:${WRKDIR}

   srvrLogFile=$WRKDIR/asMLSFree.server.log

   srvrLogThreshold=5000000

   srvrStartupParam=-pf /users/sytelinedb/TESTas.pf

   uuid=65dade92abaa8a0e:-4e2ee066:1352bb9292e:-68cb

[UBroker.AS.asSASFree]

   appserviceNameList=asSASFree

   autoStart=1

   brokerLogFile=$WRKDIR/asSASFree.broker.log

   controllingNameServer=NS1

   initialSrvrInstance=2

   minSrvrInstance=2

   mqBrokerLogFile=$WRKDIR/asSASFree.mqbroker.log

   mqServerLogFile=$WRKDIR/asSASFree.mqserver.log

   operatingMode=State-free

   portNumber=3096

   PROPATH=.:/tmp/appServerTest:/users/simsrc:/users/websrc/trunk:/usr/simple:/usr/syteline/tty/mods:/usr/syteline/mods:/usr/syteline:${PROPATH}:${WRKDIR}

   srvrLogFile=$WRKDIR/asSASFree.server.log

   srvrMaxPort=2202

   srvrMinPort=2002

   srvrStartupParam=-pf /users/sytelinedb/TSMPas.pf

   uuid=65dade92abaa8a0e:-4e2ee066:1352bb9292e:-6311

and I tried to start with asbman -i  asbroker1f -start , but I am getting the below error.

[15/07/20@20:07:13.819+0800] P-009146 T-Main   1 --- --- /usr/dlc112/wrk/asbroker1f.broker.000001.log opened.

[15/07/20@20:07:13.819+0800] P-009146 T-Main   1 --- --- Logging level set to = 2

[15/07/20@20:07:13.820+0800] P-009146 T-Main   1 --- --- Log entry types activated: UBroker.Basic,

[15/07/20@20:07:13.829+0800] P-009146 T-Main   2 UB Basic      Licence Exception: com.progress.common.licensemgr.LicenseMgr$NotLicensed: Not licensed to run this product.

[/collapse]

This thread is closed