Operating System - Linux
1748148 Members
3742 Online
108758 Solutions
New Discussion юеВ

Re: Run different version of service

 
ivy1234
Frequent Advisor

Run different version of service

I would like to ask if the server RHEL 3 support to run two different of same daemon , for example , the server have rsh-server-0.17-17.6 installed , and running as a server , can I install different version to it , and run at the same time ? thx
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Run different version of service

Shalom,

I've tried this before and failed.

It is a lot of work for very little payoff.

You really should be using openssh anyway.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven Schweda
Honored Contributor

Re: Run different version of service

You can't have two programs listening at the
same port on the same interface. If you can
specify particular (unique) interface/port
combinations, then you should be able to run
multiple servers of the same type. Of
course, you also need to be able to direct
the client to the desired server instance.
ivy1234
Frequent Advisor

Re: Run different version of service

thx replies ,

In short , is that mean if I want to do it , there are many configuration that need to do ? thx