- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet session
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-07-2004 03:34 AM
05-07-2004 03:34 AM
telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:38 AM
05-07-2004 03:38 AM
Re: telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:42 AM
05-07-2004 03:42 AM
Re: telnet session
And not all users are having this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:44 AM
05-07-2004 03:44 AM
Re: telnet session
How you have configured name service? IS there any problem with that?
And as told by Ameet, how id the nework load?
glance -l
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:49 AM
05-07-2004 03:49 AM
Re: telnet session
glance -l
screen for the lan that all of this activity is on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:52 AM
05-07-2004 03:52 AM
Re: telnet session
#gpm
Click on the network icon and watch the Bar for Incoming/Outgoing traffice, any transmission error, collisons etc. You will come know once you have a look at it.
All the best
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 04:12 AM
05-07-2004 04:12 AM
Re: telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 04:30 AM
05-07-2004 04:30 AM
Re: telnet session
If you have a luxury of sweettalking the network admins to put up a sniffer on the segment your server/lan port is located, you can get a snapshot of the network traffic at the moment you initiate the telnet command. With the sniffer they can filter packets between your telnet client wkstn and the lan interface to trace if there is any corruption or problem of any sort. But my feeling, this is highly unlikely.
If I were you, I would do a few nslookup queries both by hostname and ip address, both ways and see if you are getting instantaneous responses as you should. If not, this should tell you where to look for.
And as a last resort, if you or someone other people are really concerned that, the patch PHSS_30668 caused this fluke, you should be able to back out of it, as I think, you have applied it very recently. The backout filesets should still be present unless you deliberately removed them right afterwards.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 04:36 AM
05-07-2004 04:36 AM
Re: telnet session
Looks more likely to be a DNS resolution problem. The system is probably trying to do a reverse lookup on the ip address from which the telnet session is coming and in unable to resolve it.
To test, Add the ip address of the workstation in your /etc/hosts file and then do a telnet and see if it is faster.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 04:57 AM
05-07-2004 04:57 AM
Re: telnet session
What do I ask my dns/net admin people?
my /etc/nsswitch.conf file reads
files hosts[NOTFOUND=continue] dns
is that correct?
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 05:09 AM
05-07-2004 05:09 AM
Re: telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 05:36 AM
05-07-2004 05:36 AM
Re: telnet session
my /etc/nsswitch.conf
is
hosts: files[NOTFOUND=continue] DNS
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 05:40 AM
05-07-2004 05:40 AM
Re: telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 05:42 AM
05-07-2004 05:42 AM
Re: telnet session
Before you added the ip address entries to /etc/hosts, it was going to dns for resolution and was taking time there. You can ask your network administrator about it.
May be they are overloaded.
After adding entries to /etc/hosts, the resolution was being done from /etc/hosts and was much faster.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 07:08 AM
05-07-2004 07:08 AM
Re: telnet session
Net people are telling ne there is nothing wrong with DNS/WINS.
they asked if i had reverse lookup on HP?
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 09:59 AM
05-07-2004 09:59 AM
Re: telnet session
also make sure all the nameservers in your /etc/resolv.conf are 'ping'able from your host and there is no major delays, i.e., nothing more than what you see pinging other servers.
but nsswitch.conf may be the culprit
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 10:04 AM
05-07-2004 10:04 AM
Re: telnet session
try modifying it like this :
hosts: files [NOTFOUND=continue TRYAGAIN=continue UNAVAIL=continue] dns [NOTFOUND=continue TRYAGAIN=continue UNAVAIL=return FOUND=return]
I do not know why but dns sometimes becomes too finnecky about seeing all the options. Not everywhere but on some servers, I have seen this helping. I am not sure if yours going to be one of those but it won't hurt anything.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 10:38 AM
05-07-2004 10:38 AM
Re: telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 04:21 AM
05-10-2004 04:21 AM
Re: telnet session
nslookup on one of the bad machines
# nslookup 192.168.10.172
*** Can't find server name for address 192.168.1.5: No response from server
*** Can't find server name for address 192.168.1.44: Non-existent domain
*** Can't find server name for address 192.168.1.30: No response from server
*** Default servers are not available
Using /etc/hosts on: K460
looking up FILES
Trying DNS
*** can't find 192.168.10.172: No response from server
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 04:31 AM
05-10-2004 04:31 AM
Re: telnet session
192.168.1.44 --> this server, I think assumes a wrong network suffix for the server that you are inquiring about
192.168.1.30: --> this server is not responding for soem reason I am not sure.
In the light of the whole information in this thread, I think when you contact your DNS admins, when they told you DNS is in good shape, they meant 192.168.1.5 was in good shape. But you seem to have connectivity issues with it. And the other two are having problems, resolving addresses, really but DNS admins most probably never bothered to check these as they are secondary and teriary server.
I think relaying this infor in your last post to your DNS admins may result in a fix on their end, but at the same time, you can investigate why you cannot access the primary DNS server.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 04:47 AM
05-10-2004 04:47 AM
Re: telnet session
192.168.1.44 is the DNS server
192.168.1.30 is a Fax server
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 05:52 AM
05-10-2004 05:52 AM
Re: telnet session
Try this link on how to configure your /etc/resolv.conf and /etc/nsswitch.conf.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&con=/hpux/onlinedocs/B2355-90147/00/00/9-con.html&toc=/hpux/onlinedocs/B2355-90147/00/00/9-toc.html&searchterms=nsswitch.conf&queryid=20040510-115119
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&con=/hpux/onlinedocs/B2355-90147/00/00/28-con.html&toc=/hpux/onlinedocs/B2355-90147/00/00/28-toc.html&searchterms=resolv.conf&queryid=20040510-115143
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 06:14 AM
05-10-2004 06:14 AM
Re: telnet session
nameserver 192.168.1.5
should not be in your /etc/resolv.conf file
same is valid for your fax server. unless it is a DNS server at the same time, it should not be listed as a nameserver.
whereas, 192.168.1.44 , i.e. the DNS server, is having a problem interpreting the input coming from your K460. After removing the unnecessary entries in your /etc/resolv.conf, if it still gives you the same response, you need to contact the DNS administrator and try to solve the problem together, because it definitely is related to their server as much as to your K460 after this moment.
make sure you have the correct domain(s) listed in this file, i.e., something like the line :
domain yourcompany.com subdomain.yourcompany.com
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 09:26 AM
05-13-2004 09:26 AM
Re: telnet session
Still need help!
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 10:08 AM
05-13-2004 10:08 AM
Re: telnet session
domain yourcompany.com
nameserver 192.168.1.44
now ? i.e., the unnecessary and wrong nameserver entries has been eliminated. Right ?
and you can ping 192.168.1.44
so far so good.
run command
# nslookup (all by itself)
at this point what do you see as output ? before ">" prompt ?
UNIX because I majored in cryptology...