- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- config gelan card, cannot connect to the server?
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-30-2003 04:57 PM
01-30-2003 04:57 PM
installed recommended patches
install gelan driver
installed NIC (A4926A)
connect fiber to card
ifconfig lan0 unplumb
ifconfig lan1 143.134.55.40 netmask 255.255.255.0
ifconfig lan1
testing by ping to broadcast address
edit /etc/rc.config.d/netconf
edit /rc.config.d/hpgelanconf
inetd -c
/sbin/init.d/net start
I am able tp ping to broadcast address, and even ping from another server. But I am unable to connect to the server outside of the web console. Any advice?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:14 PM
01-30-2003 05:14 PM
Re: config gelan card, cannot connect to the server?
Can you connect to the server from the server from which you can ping?.
I didn't understand exactly what you meant by "unable to connect to the server".
I feel this could be a default router issue. Can you ping to your default router from the system?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:22 PM
01-30-2003 05:22 PM
Re: config gelan card, cannot connect to the server?
Route_Gateway=143.134.55.1
ping 143.134.55.1 was successful while I was in the web console.
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:24 PM
01-30-2003 05:24 PM
Re: config gelan card, cannot connect to the server?
What I meant by "unable to connect to the server"
I am unable to connect to the server outside the web console. I usually connect to the server through an Xsession or Xterm. This does not work for me where it has usually worked for me.
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:28 PM
01-30-2003 05:28 PM
Re: config gelan card, cannot connect to the server?
I did not do a /sbin/init.d/net stop before following the unplumb above.
Also, we had problems with the system not detecting the card and had to reseat the card this evening. Then the system could see the card
lanscan -v
ioscan nkfC lan
What else am I doing wrong? I noticed that the /etc/rc.config.d/hpgelanconf file is set up with
HP_GELAN_INTERFACE_NAME=lan1 but the other parameters are not configured. Should I configure the other entries in hpgelanconf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:31 PM
01-30-2003 05:31 PM
Re: config gelan card, cannot connect to the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:34 PM
01-30-2003 05:34 PM
Re: config gelan card, cannot connect to the server?
If you could be able to ping your default gateway and the broadcast, then the network is fine. What does your
netstat -in say?
Did you do a traceroute to the server from the system that you are trying to connect using xterm?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:47 PM
01-30-2003 05:47 PM
Re: config gelan card, cannot connect to the server?
netstat -in
it shows:
lan1 1500 143.134.55.0 143.134.55.40 820 1719
lan0 4136 127.0.0.0 127.0.0.1 1605 1605
This is what puzzles me. I am able to ping to the router from the web console and from the msdos comand line. But I cannot ping to the IP address or the server name itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:49 PM
01-30-2003 05:49 PM
Re: config gelan card, cannot connect to the server?
Also, you should know that the drivers were installed before the lan card was properly set, but I think you normally install the drivers first and then the gelan card?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:52 PM
01-30-2003 05:52 PM
Re: config gelan card, cannot connect to the server?
5 packets transmitted, 45 packets received, -800% packet loss.
Does not seem you can receive 45 packets from transmitting 5 packets...and getting -800% loss?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:55 PM
01-30-2003 05:55 PM
SolutionYour network seems to be ok. I believe the second line in your netstat -i is "lo0" instead of lan0.
It does not hurt you to run net stop and start. Do this -
#ifconfig lan1 unplumb
#ifconfig lan0 unplumb
#netstat -in
#/sbin/init.d/net stop
#/sbin/init.d/net start
You do not need to worry about resetting etc., as your card is up and you are able to ping to the default router.
Do the above. Try pinging to different servers in the same subnet, default router and then see if it works.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:00 PM
01-30-2003 06:00 PM
Re: config gelan card, cannot connect to the server?
ifconfig lan1 unplumb then that will mean I will lose my network connection because this is the default nic I want?
You know what I am talking about? Also unplumb lan0 will not matter because I am concerned about getting lan1 the default. Ok, I'll try and see what happens. But I would need to
ifconfig lan1 (IP) netmask (IP) Up again right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:01 PM
01-30-2003 06:01 PM
Re: config gelan card, cannot connect to the server?
(packets sent - packets received) * 100/
packagets sent
5-45/5 = -40/5 = -800%
Your network is looking perfect. I believe your default router is not setup. Try this.
#route add default 143.134.55.1 1
Then try.
-Sri
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:04 PM
01-30-2003 06:04 PM
Re: config gelan card, cannot connect to the server?
-Sri
PS: I wish there is a chat session here. This is almost looking like chat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:05 PM
01-30-2003 06:05 PM
Re: config gelan card, cannot connect to the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:07 PM
01-30-2003 06:07 PM
Re: config gelan card, cannot connect to the server?
Can you post your "netstat -rn" the routing table?
Looks like your default gateway is missing in the configuration.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:09 PM
01-30-2003 06:09 PM
Re: config gelan card, cannot connect to the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:12 PM
01-30-2003 06:12 PM
Re: config gelan card, cannot connect to the server?
Did your steps cause me to reset the card or re-initialize the card?
Thanks and points will be awarded!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:12 PM
01-30-2003 06:12 PM
Re: config gelan card, cannot connect to the server?
Your configuration seems perfect if the default router is listed in your netstat -rn and if you are able to ping to other systems in the same subnet. Now, I would suggest the following.
Pick up an IP address (the IP of the server from where you are trying to connect) and do a traceroute from the server to this IP.
#traceroute
If it stops at the default router, then you will need to talk to your network group.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:16 PM
01-30-2003 06:16 PM
Re: config gelan card, cannot connect to the server?
Yes, it would be nice if a chat session was part of this forum.
Anyway, its working now so I'll bring up the other services.
I appreciate your help, and I owe ya one!
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:19 PM
01-30-2003 06:19 PM
Re: config gelan card, cannot connect to the server?
I am glad it worked.
I believe we just added the default router. Previously you were pinging to default router but was somehow got dropped out of the network configuration. With the next net start, it would have added.
-Sri
PS:
Now, please don't assign points to all the posts. Depending on your satisfaction, give points to only one post and the put "0"s for the rest of the posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:20 PM
01-30-2003 06:20 PM
Re: config gelan card, cannot connect to the server?
By the way, the router works for all of the other servers, so I believe I did something wrong although my hpgelconf and netconf files seem configured right?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:23 PM
01-30-2003 06:23 PM
Re: config gelan card, cannot connect to the server?
It does appear that the default router was the culprit!
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:28 PM
01-30-2003 06:28 PM
Re: config gelan card, cannot connect to the server?
I am connected through dial-up. So it's slow. I posted my traceroute message before I saw your "working" message. Even my points message got posted after you assigned points.
Your netconf file is good as it worked with "net start" You don't need to bother about hpgelanconf. gelan gets configured fine even without any entries in hpgelanconf. Keep an eye on your next reboot though.
Enjoy hp-ux'ing.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 11:18 AM
02-03-2003 11:18 AM
Re: config gelan card, cannot connect to the server?
When you moved the IP address from the old interface to the new one, you changed the IP address to MAC address mapping.
Some devices/systems may not update their IP address to MAC address mappings immediately - they may not "wiretap" the ARP messages your system was (likely) sending and so would not pick-up the new mapping until after a timeout of some sort.