- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- not able to telnet
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2001 11:56 PM
07-22-2001 11:56 PM
not able to telnet
I have small problem while telnet, for the J5600 series machines, having the os of 11.00. I am able to ping and rlogin to that machines but not able to " telnet "
When i try to telnet < host name > it's giving error message as follows
# telnet waves
Trying...
Connected to hpcvl150.india.hp.com.
Escape character is '^]'.
telnetd: /dev/pts/t0: No such file or directory
.
Local flow control off
Connection closed by foreign host.
what could be the problem, can u please guide me
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 12:05 AM
07-23-2001 12:05 AM
Re: not able to telnet
check whether do you have telnetd file under /usr/lbin. this will be linked to /etc/telnetd, which will be executed by inetd. If the file doesn't exist do ftp from other machine and reboot. if the file exist check for inetd process and services using SAM(whether telnet is enabled or disabled)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 12:24 AM
07-23-2001 12:24 AM
Re: not able to telnet
When telnetd start it connect to applications
with a pseudo-terminal : /dev/pts/t*. The
number of terminals can be modify with the
parameter "nstrtel" (sam/kernel configuration/tunable...).
I think you can verify this parameter, verify
you can access to /dev/pts/t*. I haven't any
/dev/pts/t0 file and telnetd works well...
For more information see :
man telnetd
man tels
You have to install telm driver.
HTH
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 12:54 AM
07-23-2001 12:54 AM
Re: not able to telnet
Please check in /var/adm/syslog/syslog.log
for any telnet message.
try telnet to your self.
if in syslog say not enough pty
then youi have to increase kernel paramater npty and nstrpty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 01:12 AM
07-23-2001 01:12 AM
Re: not able to telnet
connections from then on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 01:20 AM
07-23-2001 01:20 AM
Re: not able to telnet
For furthur info , you can " man insf "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 01:24 AM
07-23-2001 01:24 AM
Re: not able to telnet
First U check up whether telnet is enabled or not in /etc/services file. If not , Uncomment the line telnet and run inetd -c.
Second thing is checkup whether device files are available in /dev/pts directory.
Best of luck
Shahul