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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Concept...

Status
Not open for further replies.

kodumuri

Programmer
Aug 19, 2002
13
US
Hello,

I would like to know can we install two instances of egate on same box(unix)? if yes how?
 
i guess u can have multiple instances point to different port numbers on the same box.

-Nag
 
Hello !

Yes. It is possible. And it works just fine.
I have two (development and testing) e*Gate instances on Solaris.

HOW-TO:
1. Create two+ user accounts on your unix box and
install two+ instances of e*Gate - each under created account.
2. Edit your rc files - you should give each registry host
its own port number. Like this:

/opt/egate/server/bin/stcregd.exe -ss -ln<YourUNIXhost> -bd/opt/egate/server -pr23001 -pc23002 -mc1024

Ports specified with -pr and -pc should be unique through all your e*gate registry hosts.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top