- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: login not possible
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
12-20-2004 05:34 PM
12-20-2004 05:34 PM
since yesterday I have no more a login prompt to a HP-UX 11.00 box when using telnet/ssh - I still can rlogin from another box in the same NIS domain but no more directly from my workstation or any other box outside this NIS domain - and I have no clue what should be the cause for this... any idea? - when I try a telnet session it simply hangs, only the CTRL ] sequence can close the session, no login prompt appears... I couldn't find anything in the logs.
Thanks in advance,
ionut
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 05:38 PM
12-20-2004 05:38 PM
Re: login not possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:04 PM
12-20-2004 06:04 PM
Re: login not possible
there are only timeout entries in syslog related to telnet - the same behaviour is also for ssh...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:17 PM
12-20-2004 06:17 PM
Re: login not possible
I think first, you should try to reboot the inetd daemon (inetd -c).
Second, you should check in the /var/adm/inetd.sec file.
May be someone change and disable the telnet service permission!
Add one more line like this:
telnet allow
then reboot the inetd daemon.
I think it works!
Best and regard,
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:31 PM
12-20-2004 06:31 PM
Re: login not possible
nobody changed the permissions on my box, and I have no inetd.sec - If I would I should receive something like "connection closed" when trying to telnet, shouldn't I? It simply doesn't prompt me to login, it makes me crazy...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:38 PM
12-20-2004 06:38 PM
Re: login not possible
are you using any firewall in your setup?.any configuration has changed.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:50 PM
12-20-2004 06:50 PM
Re: login not possible
everything I have done was editing named.conf, resolv.conf and adding some zone files to /var/named in order to prepare the box for beeing a name server for the application which will run on it. I still haven't started named on it so everything should be as before. On the box is running MC/Service Guard and one of the packages is the NIS+NFS server. There are 2 MC/SG packages running on it and there is another server running the database package - both are building up a cluster. In the same NIS domain there are 3 other HP workstations - I don't know if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:59 PM
12-20-2004 06:59 PM
Re: login not possible
Can u doi one thing.. do rlogin to your box and then :
# telnet boxname
Try doing telnet from the box to box itself.
See if that works?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 07:10 PM
12-20-2004 07:10 PM
Re: login not possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 07:18 PM
12-20-2004 07:18 PM
Solutionsee following link,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=106230
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 07:42 PM
12-20-2004 07:42 PM
Re: login not possible
Thanks a lot