Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

two JSL on two ports?

Status
Not open for further replies.

camngan

IS-IT--Management
Jul 6, 2006
1
FR
Hello,
I set 2 JSL on two differents ports in my ubbconfig:
"JSL" SRVGRP="grpJOLT" SRVID=15
CLOPT="-A -- -n//xx.xxx.xxx.xxx:11050 -m10 -M10 -x20"
"JREPSVR" SRVGRP="grpJOLT" SRVID=100
CLOPT="-A -- -W - jolt/jrepository"

"JSL_SDA" SRVGRP="grpJOLT_SDA" SRVID=16
CLOPT="-A -- -n//xx.xxx.xxx.xxx:3710 -T60 -m5 -M20 -x10"
"JREPSVR_SDA" SRVGRP="grpJOLT_SDA" SRVID=200
CLOPT="-A -- -W - jolt/jrepository_SDA"

When I ran tmloadcf ubbconfig, it was ok. But errors when executing tmboot -y. The first JSL is booted, there was errors on the second JSL

exec JSL_SDA -A -- -n//xx.xxx.xxx.xx:3710 -T60 -m5 -M20 -x10 :
CMDTUX_CAT:816: ERROR: Cannot exec, executable file not found
exec JREPSVR_SDA -A -- -W -jolt/jrepository_SDA :
CMDTUX_CAT:816: ERROR: Cannot exec, executable file not found
Thanks
Ngan
 
hi,

It is normal, a exec with JSL_SDA & JREP_SDA doesn't exist in the tuxedo distribution.

The entries must be:
"JSL" SRVGRP="grpJOLT_SDA" SRVID=16
CLOPT="-A -- -n//xx.xxx.xxx.xxx:3710 -T60 -m5 -M20 -x10"
"JREPSVR" SRVGRP="grpJOLT_SDA" SRVID=200
CLOPT="-A -- -W - jolt/jrepository_SDA"

Regards,
phgi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top