- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot telnet to hpux 11.11 host
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-26-2005 09:43 AM
05-26-2005 09:43 AM
cannot telnet to hpux 11.11 host
I rebooted my host 11.11 host this morning and can no longer remsh to the host or telnet with telnet refused. I get the following on the console and cant figure how to restart the udp services.
Clean up old log files .............................................. OK
Start system message logging daemon ................................. May 26 14:45:08 cp092043 syslogd: syslog/udp: unknown service
OK
how can i fix it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 10:04 AM
05-26-2005 10:04 AM
Re: cannot telnet to hpux 11.11 host
Check your /etc/rc.log file and look for an errors.
You could also try a
/sbin/init.d/net start
and see what happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 10:22 AM
05-26-2005 10:22 AM
Re: cannot telnet to hpux 11.11 host
#
# remsh cp092059
rlogin: login/tcp: Unknown service
# ping 10.32.92.59
PING 10.32.92.59: 64 byte packets
64 bytes from 10.32.92.59: icmp_seq=0. time=0. ms
----10.32.92.59 PING Statistics----
1 packets transmitted, 1 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
# remsh 10.32.92.59
rlogin: login/tcp: Unknown service
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 10:29 AM
05-26-2005 10:29 AM
Re: cannot telnet to hpux 11.11 host
And your messages are telling me that your inetenet services have problems.
If you can attach your computer via a serial cable to the console port of your hpux server and by capturing the terminal screen contents in to a log file, you can put the contents of /etc/services and /etc/inetd.conf files here, maybe it can help understanding the problem.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 10:29 AM
05-26-2005 10:29 AM
Re: cannot telnet to hpux 11.11 host
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 10:30 AM
05-26-2005 10:30 AM
Re: cannot telnet to hpux 11.11 host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 10:57 AM
05-26-2005 10:57 AM
Re: cannot telnet to hpux 11.11 host
It is possible that something was messed up when you extended /usr.
Things to check:
Is /usr mounted? Are all directories under /usr visible like /usr/bin, /usr/sbin, /usr/lib, etc. If not, you've really got a problem.
Also, please check /etc/rc.log and tell us what errors occurred there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 11:35 AM
05-26-2005 11:35 AM
Re: cannot telnet to hpux 11.11 host
go figure ? thanks anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 02:34 PM
05-26-2005 02:34 PM
Re: cannot telnet to hpux 11.11 host
NOTE: ping is unique in that it is a low level service and does not require a daemon to work. The ping command will use DNS or /etc/hosts to get an IP, but once it has an IP addr, it just sends the ICMP echo request.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 04:07 PM
05-26-2005 04:07 PM
Re: cannot telnet to hpux 11.11 host
What could have gone wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 12:05 AM
05-27-2005 12:05 AM
Re: cannot telnet to hpux 11.11 host
grep services $HOME/.sh_history
Hopefully you do not have duplicate root accounts:
logins -d
but if so, look in those accounts too for evidence of editing or manipulating the services file.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 11:41 AM
06-03-2005 11:41 AM