Error when using telnet


 
Thread Tools Search this Thread
Operating Systems AIX Error when using telnet
# 1  
Old 03-05-2009
Error when using telnet

Hi All,

I'm getting an error when I try to telnet to a specific system. Has anyone ever seen the below error before? I'm running AIX 5.3.08 and connecting to another unix system:

Error:

Socket number: 3
Max number of file descriptors: 512
FD_ISSE....ja Case nn on: 1
Mysterious EOF: No such file or directory
# 2  
Old 03-05-2009
Maybe not the same but...
A Notes server on AIX... exhausted all resources.( Could not connect anymore). I root on the console could do nothing but reboot...Later found out that the Notes admin if connected had just to do a stop/start for things to work normally again...
# 3  
Old 03-05-2009
What is the operating system on the **other unix server ? If that is hpux , there is a parameter called nfiles there .. Try changing it to a higher value.

Regards,

Kaps
# 4  
Old 03-06-2009
ulimit -n

This value can be set per user in /etc/security/limits. You can also change this value per user using the smitty user fast path.
Padow
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Error while running xterm in telnet script

Error: Type xterm -help for a full description. xterm: Explicit shell already was /root/Desktop/telnet.sh xterm: bad command line option "Done!" usage: xterm (0 Replies)
Discussion started by: sk151993
0 Replies

2. Shell Programming and Scripting

Want to remove telnet error/info from screen

Hi Team, I am using one script, It is working fine, the problem is it gives unwanted telnet errors when I am using it. I just want to remove these unwanted errors/info from my screen. bash-3.00$ cat raza_site_temp #!/usr/bin/bash #rj835b IFS="|" REGEX="$*" echo snarf2 -c "show... (2 Replies)
Discussion started by: Raza Ali
2 Replies

3. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

4. Linux

Telnet Connection refused error

Hi all, i got stuck with telnet issue, I am not able to telnet on 4001 port it show connection refused. with default port it will open # telnet 127.0.0.1 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. Fedora release 14 (Laughlin) Kernel 2.6.35.6-45.fc14.i686 on... (1 Reply)
Discussion started by: muzaffar.k
1 Replies

5. Solaris

Telnet solaris error

Hi all, I want to telnet/ssh my solaris 10 which was installed in VMware and my host OS is windows 7. I have set the ip address properly in /etc/hosts, /etc/netmasks, /etc/defaultrouter. But when i try to connect it through putty ti shows network connection error. any help is appreciated ... (11 Replies)
Discussion started by: Kathirvel G
11 Replies

6. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

7. Shell Programming and Scripting

closing a telnet session on error, in a shell script

I am using a shell script to telnet into a remote unix server and execute certain commands. But if any command being executed remotely, throws an error, the script just hangs. And the telnet session does not get closed. I want to be able to close the session and complete the script execution in... (1 Reply)
Discussion started by: farahzaiba
1 Replies

8. SuSE

Error when connecting to telnet

Hi , I am using SuSE 10. When I connect to telnet after entering password I get an error message "Module unknown". Kindly let me know the solution if any of you have faced similar issues before. (1 Reply)
Discussion started by: Laksmi
1 Replies

9. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

10. AIX

Error while doing telnet

Hi, iam trying to connect a remote AIX machine using telnet and executing some remote commands like ssh... But its not giving the proper output. Then I redirected the script standard output to a file. This was the error I got. getwinsize:ioctl: A specified file does not support the ioctl... (1 Reply)
Discussion started by: vipinc
1 Replies
Login or Register to Ask a Question