- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- port locked?
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
01-31-2002 10:42 AM
01-31-2002 10:42 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:44 AM
01-31-2002 10:44 AM
Re: port locked?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:48 AM
01-31-2002 10:48 AM
Re: port locked?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 11:17 AM
01-31-2002 11:17 AM
Re: port locked?
I had this problems plus lockups when I used a 3com card with aironet (cisco) antanas. At that time I had only 3 people using them. I swapped them over to cisco and that worked great. I guess my problem had to with compatibility. Is you RF card and antaneas made by the same company. If not try another vendors card. Also if you are using encrypten instead of clear text I guess it could be authenticating. But, as long as you work fine one you are on the network, Is sounds like a small price to pay for
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 11:45 AM
01-31-2002 11:45 AM
Re: port locked?
If the gun it self doens't have an IP try doing the trace route between your host and the RF/BASE station.
This might help you determine which connection is having trouble.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 01:31 PM
01-31-2002 01:31 PM
Re: port locked?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 01:49 PM
01-31-2002 01:49 PM
Re: port locked?
Thanks for your response. Routing is not a problem since they sit on the same switch. And there is another server in the same subnet running without any problem. I can reboot this server and that may clean up everything. But I want to keep the problem there so I can find out what's wrong. The netstat -a delay leads me toward problem of the port/socket hangs. But I don't know how to analyze this kind of situation. Any help will be greatly appreciated!
Francis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 02:15 PM
01-31-2002 02:15 PM
SolutionTry using nslookup to find the name of a device (at ip a.b.c.d) on your network by typing:
nslookup a.b.c.d
Do you get a result? How long did it take? About as long as your time between lines on netstat -a? Per the 10.2 man you should have files: /etc/resolv.conf where the DNS server is defined and /etc/nsswitch.conf where it defines the order of query (DNS then /etc/hosts or NIS).
You can also type nslookup by itself and I think it should tell you where it will try to get the info from first. Get out of interactive mode with exit. I don't use DNS on my systems so it just goes to /etc/hosts and pulls out the name really fast.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 11:10 AM
02-01-2002 11:10 AM
Re: port locked?
You got it!
netstat -na came right back. I checked DNS boot file and found there was no forwarders entry. Changed boot file and restarted the DNS server. Everything works fine now. Great help! Thanks!
Francis