- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable 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
05-06-2005 12:54 PM
05-06-2005 12:54 PM
Now I am unable to telnet to the machine, and get the following message on the client:
telnetd: /dev/pts/ta: No such file or directory
.
Connection to host lost.
The telnetd process is not running on the host and I cannot find any error message relating to it in the syslog or rc.log
the /dev/pts directory has only files names 0 thu to 49
Any ideas on what is wrong and how to fix it?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 03:58 PM
05-06-2005 03:58 PM
Re: Unable to telnet
There is no way of canceling a patch installation in between. Allthough it is quite possible that your seesion got disconnected in between somehow. A simple procedure for rectifying this would be to uninstall that patch / bundle through swremove. You can also check installation through swverify.
Moreover the no. of pty device files in /dev/pty depends on npty kernel parameter and are created everytime your system is rebooted.
Did your server rebooted after patch application?
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 04:48 PM
05-06-2005 04:48 PM
Re: Unable to telnet
Compiling /stand/build/conf.c...
Loading the kernel...
/usr/ccs/bin/ld: Unsatisfied symbols:
pread (first referenced in /usr/conf/lib/libhp-ux.a(init_sent.o)) (code)
pwrite (first referenced in /usr/conf/lib/libhp-ux.a(init_sent.o)) (code)
*** Error exit code 1
I then cancelled and now cannot telnet.
Does this help you or do you need more info?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 05:08 PM
05-06-2005 05:08 PM
Re: Unable to telnet
It has not be able to compile the new kernel because of this error. Previous kernel must have got copied to vmunix.prev before attempting to compile new kernel. You can try booting your system through that kernel and it should work fine. Also see the contents of /stand and try to boot from the old kernel.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 05:49 PM
05-06-2005 05:49 PM
Re: Unable to telnet
It looks like some of these have gone missing.
Kernel parameter related to this is nstrtel.
Check its value with
# kmtune -q nstrtel
Then run the following command to create telnet device files (substitute
# insf -d tels -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 06:01 PM
05-06-2005 06:01 PM
Re: Unable to telnet
Did you try using the GSP ?
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 09:32 PM
05-06-2005 09:32 PM
SolutionYou should run check_patches to check integrity of all patches on your system. This utility will tell you what you need to reinstall.
# /usr/contrib/bin/check_patches
Offending patches (all except PHKL_18543) should be reinstalled with
# swinstall -x autoreboot=true -x reinstall=true -x reinstall_files=true -s
My guess is that you will need to reinstall PHKL_22589.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 05:56 PM
05-08-2005 05:56 PM
Re: Unable to telnet
Thanks for your contributions, but I am going around in circles.
Ermin, the original problem was from the PHKL_18543 reload, and it has got to the point now where the easiest thing is going to be a reload of the OS then the various apps can be copied from backup.
Very frustrating!
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 06:17 PM
05-08-2005 06:17 PM
Re: Unable to telnet
Telnet service is started by inetd daemon
check if inet daemon is running or not and if not start using
/usr/sbin/inetd
If the patch reinstallation failed, you should have your old kernel in /stand
Did you try terminating the boot sequence and boot using the old kernel
Also try creating the device files again using
insf -e
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 06:17 PM
05-08-2005 06:17 PM
Re: Unable to telnet
Just to add a note re: PHKL_18543. When you reinstall it (as your case seems to point in that direction), make sure that you have all the dependencies for that patch. Next time, be wary of LITS patches like PHKL_18543.
As it seems you need to recreate your pts files, would you consider restoring your Ignite tape? I think it's much easier (and safer) that way because cancelling out on a patch installation must have left some things undone.
Regards,
Isralyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 10:31 PM
05-08-2005 10:31 PM