Ask a Question related to Linux / Unix Administration, Design and Development.
-
vijay #1
connectivity problem
I am using SCO OPENSERVER 5.0.0 with 35 users.I am now facing a
problem, the number of telnet connections are 25 maximum. If the 26
connection is requested we are getting the message \"ALL PORTS ARE IN
USE\" and it is not connected. I would appreciate if you can send me a
solution to increase the number of telnet connections from 25 to 35.
vijay Guest
-
Flash 8 port connectivity problem
Hi, I have a client that no longer can connect to your port connectivity test (http://www.adobe.com/go/tn_16466 ) since they upgrade from flash... -
Webservices connectivity problem
Im working on a flash app strongly based on SOAP. Works fine both local and remote, but in certain companies where we tried to show it the... -
SQL Connectivity problem
We have a web page that connects to SQL server running under Windows Server 2003 and have a connectivity problem Connection is made using NT... -
Remote SQL Connectivity Problem with ASP.Net Web Application
Hello, I am connecting to a remote sql server using asp.net web application, the error that i get is "Sql Server does not exist or access denied".... -
problem with asp connectivity
I am trying to connect to my oracle data base with my asp page, but it keeps giving an error message "Microsoft OLE DB Provider for ODBC Drivers... -
phn@icke-reklam.ipsec.nu #2
Re: connectivity problem
vijay <vgodavarthy@rediffmail.com> wrote:
What aplication are you running ? Chances are that you could move the> I am using SCO OPENSERVER 5.0.0 with 35 users.I am now facing a
> problem, the number of telnet connections are 25 maximum. If the 26
> connection is requested we are getting the message \"ALL PORTS ARE IN
> USE\" and it is not connected. I would appreciate if you can send me a
> solution to increase the number of telnet connections from 25 to 35.
applications into a modern OpenSource OS without license or other
restrictions. Linux and FreeBSD comes to my mind, both have been
reported to run (some) SCO applications.
--
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
phn@icke-reklam.ipsec.nu Guest
-
Dave Hinz #3
Re: connectivity problem
On 2 Sep 2004 00:22:18 -0700, vijay <vgodavarthy@rediffmail.com> wrote:
Just like last week when you asked this, you need to either give> I am using SCO OPENSERVER 5.0.0 with 35 users.I am now facing a
> problem, the number of telnet connections are 25 maximum. If the 26
> connection is requested we are getting the message \"ALL PORTS ARE IN
> USE\" and it is not connected. I would appreciate if you can send me a
> solution to increase the number of telnet connections from 25 to 35.
more money to the litigious bastards at SCO, or you have to migrate
to a better operating system. Nobody here is going to help you
cheat a licensed limitation, not even against SCO.
Dave Hinz
Dave Hinz Guest
-
vijay #4
Re: connectivity problem
Dave Hinz <DaveHinz@spamcop.net> wrote in message news:<2posdsFmhccvU3@uni-berlin.de>...
Dear Mr. Dave,> On 2 Sep 2004 00:22:18 -0700, vijay <vgodavarthy@rediffmail.com> wrote:>> > I am using SCO OPENSERVER 5.0.0 with 35 users.I am now facing a
> > problem, the number of telnet connections are 25 maximum. If the 26
> > connection is requested we are getting the message \"ALL PORTS ARE IN
> > USE\" and it is not connected. I would appreciate if you can send me a
> > solution to increase the number of telnet connections from 25 to 35.
> Just like last week when you asked this, you need to either give
> more money to the litigious bastards at SCO, or you have to migrate
> to a better operating system. Nobody here is going to help you
> cheat a licensed limitation, not even against SCO.
>
> Dave Hinz
I would like to mention you that I am having a 35 user licensed
version where as only 25 users are able to connect using telnet. So I
need a solution to this
Vijay
vijay Guest
-
Stefaan A Eeckels #5
Re: connectivity problem
On 2 Sep 2004 00:22:18 -0700
[email]vgodavarthy@rediffmail.com[/email] (vijay) wrote:
Telnet connections require pseudo-ttys, and you're in all> I am using SCO OPENSERVER 5.0.0 with 35 users.I am now facing a
> problem, the number of telnet connections are 25 maximum. If the 26
> connection is requested we are getting the message \"ALL PORTS ARE IN
> USE\" and it is not connected. I would appreciate if you can send me a
> solution to increase the number of telnet connections from 25 to 35.
likelihood running out of the configured number of ptys on
your SCO box. I've no experience with this version of Unix,
but I gather it has entries in /dev for the pseudo-ttys,
like /dev/ttyp25+/dev/ptyp25 and /dev/ttyp26+/dev/ptyp26
etc.
If this is the case, you can simply add pseudo-ttys by
creating the appropriate /dev/entries.
You'll need to find out the major and minor device
numbers, e.g. (from a Solaris2.6/x86 box):
# ls -l /dev/ptyp0
crw-rw-rw- 1 root tty 2, 0 Mar 24 2000 /dev/ptyp0
# ls -l /dev/ttyp0
crw-rw-rw- 1 root tty 3, 0 Mar 24 2000 /dev/ttyp0
as well as the number of existing devices. The naming convention
on Solaris 2.6 is [pt]ty[pqr...][0-9a-f], i.e.
ptyp0 -> ptypf and ttyp0 -> ttypf
ptyq0 -> ptypf and ttyq0 -> ttyqf
It will probably be similar on SCO OpenServer.
Once you've determined how many devices exist, you can add
new pty?/tty? couples using the mknod command (or its equivalent
on SCO).
You might also have to change a kernel parameter, but you're
on your own here.
If all fails, you could contact SCO technical support, if
that still exists.
Take care,
--
Stefaan
--
"What is stated clearly conceives easily." -- Inspired sales droid
Stefaan A Eeckels Guest
-
Dave Hinz #6
Re: connectivity problem
On 3 Sep 2004 01:55:29 -0700, vijay <vgodavarthy@rediffmail.com> wrote:
So call the litigious bastards at SCO and have them tell you how to fix> Dave Hinz <DaveHinz@spamcop.net> wrote in message news:<2posdsFmhccvU3@uni-berlin.de>...>>> Just like last week when you asked this, you need to either give
>> more money to the litigious bastards at SCO, or you have to migrate
>> to a better operating system. Nobody here is going to help you
>> cheat a licensed limitation, not even against SCO.
> I would like to mention you that I am having a 35 user licensed
> version where as only 25 users are able to connect using telnet. So I
> need a solution to this
your problem. You're paying for it, might as well make them work on
something besides causing irritation for open-source.
Or migrate to an OS from an organization that doesn't do Bill Gates' bidding.
Dave Hinz Guest
-
phn@icke-reklam.ipsec.nu #7
Re: connectivity problem
vijay <vgodavarthy@rediffmail.com> wrote:
> Dave Hinz <DaveHinz@spamcop.net> wrote in message news:<2posdsFmhccvU3@uni-berlin.de>...>> On 2 Sep 2004 00:22:18 -0700, vijay <vgodavarthy@rediffmail.com> wrote:>>>> > I am using SCO OPENSERVER 5.0.0 with 35 users.I am now facing a
>> > problem, the number of telnet connections are 25 maximum. If the 26
>> > connection is requested we are getting the message \"ALL PORTS ARE IN
>> > USE\" and it is not connected. I would appreciate if you can send me a
>> > solution to increase the number of telnet connections from 25 to 35.
>> Just like last week when you asked this, you need to either give
>> more money to the litigious bastards at SCO, or you have to migrate
>> to a better operating system. Nobody here is going to help you
>> cheat a licensed limitation, not even against SCO.
>>
>> Dave Hinz> Dear Mr. Dave,We already given you a solution : replace the SCO with an Open Solution without> I would like to mention you that I am having a 35 user licensed
> version where as only 25 users are able to connect using telnet. So I
> need a solution to this
restrictions and where proper documentation is available.
--
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
phn@icke-reklam.ipsec.nu Guest
-
Andrew #8
Re: connectivity problem
vijay wrote:
As another poster pointed out, this is a pty exhaustion problem.> I am using SCO OPENSERVER 5.0.0 with 35 users.I am now facing a
> problem, the number of telnet connections are 25 maximum. If the 26
> connection is requested we are getting the message \"ALL PORTS ARE IN
> USE\" and it is not connected. I would appreciate if you can send me a
> solution to increase the number of telnet connections from 25 to 35.
Contrary to the opinions of the Linux partisans, this is not an issue
with licensing. The solution is here:
[url]http://osr5doc.sco.com:1997/NetAdminG/tcpT.admin_pseudo_ttys.html[/url]
regards,
[email]andrew@lod.com[/email]
Andrew Guest
-
Stefaan A Eeckels #9
Re: connectivity problem
On Fri, 03 Sep 2004 17:18:26 -0700
Andrew <andrew@lod.com> wrote:
Ye gods, that reminds me of Interactive Unix back in 1993.> The solution is here:
>
> [url]http://osr5doc.sco.com:1997/NetAdminG/tcpT.admin_pseudo_ttys.html[/url]
--
Stefaan
--
"What is stated clearly conceives easily." -- Inspired sales droid
Stefaan A Eeckels Guest
-
Dave Hinz #10
Re: connectivity problem
On Fri, 03 Sep 2004 17:18:26 -0700, Andrew <andrew@lod.com> wrote:
To be fair, I suggested he migrate from that OS>
> As another poster pointed out, this is a pty exhaustion problem.
> Contrary to the opinions of the Linux partisans, this is not an issue
> with licensing.
_or_ call them for support.
Dave Hinz Guest



Reply With Quote

