- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: networking related issue
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
10-01-2004 09:26 PM
10-01-2004 09:26 PM
I am not able to ping to and from other subnets to my hp-ux 11i servers (3 diff servers with same problem). default gateway has been added. there is no issue with default gateway. strange thing is that for few minutes I can ping /telnet to my hp servers then the connection suddenly goes This happens only when I am trying to connect from other vlan/subnet. so what all I need to check? and what is the exact syntax to add a route in hp-ux11i.
thanks,
Qamar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 09:34 PM
10-01-2004 09:34 PM
Re: networking related issue
I feel your Gateway is not proper either at the clients or at the servers. Try to ping the gateway from the servers as well as the clients. Check you have entered proper subnet mask also.
if you have to add route use these commands
use this example
#route add net 192.168.4.0 netmask 255.255.255.0 192.168.2.1
for adding a default route use this command
#route add default 192.168.2.1 1
Rgds,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 01:26 AM
10-02-2004 01:26 AM
Re: networking related issue
Are you able to ping to your default gateway from all the 3 HP-UX servers? anytime?
Is the problem only for reaching the systems on a different subnet?
Consider checking the ndd parameter ip_ire_gw_probe and setting it appropriately. By default it is enabled, if your gateway does not allow ICMP packets (ping) then disable this parameter, the steps for disable/enable is given in the threads below.
CHeck the following threads for more details on this,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1096722954263+28353475&threadId=210183
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=653581
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=541669
I am presuming that you have ruled out the basic hardware related problems and duplex setting on the HBA and switch side.
With regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 08:08 PM
10-02-2004 08:08 PM
Re: networking related issue
i think your problem is a network problem i faced dsomething like this ,so
1- first check that the configuration for the lan is correct by using, lanscan command and ifconfig command
2- before that see it the cable is ok
3- then see your network team to follow this problm it may be a switch or routing problem.
BR,
Fadia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 09:20 PM
10-02-2004 09:20 PM
Solution1) You tried to bring up two lan cards on the same network. That is not possible on 11i v1
if ip is 192.168.0.10 and netmask is 255.255.255.0 then the network is the first three octets 192.168.0 Doioing this with two nics is not a problem on Linux or Windows.
2) There are duplicate ip addresses on the network. Shut down the hp boxes and ping their ip addies. Do it for a while. If there are duplicates out there, talk to network administration and get unique addresses.
These are in addition to the good steps already posted.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 04:35 PM
10-04-2004 04:35 PM
Re: networking related issue
Thanks much for all your efforts to reply back to my query..actually next morning when I came back to office, problem got resolved automatically. no idea why it would have happened...need to find out root cause. once I find the rc I'll let you know. once again I thank you all for your responce.
Regds,
Qamar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 08:00 PM
10-04-2004 08:00 PM
Re: networking related issue
You can get the routing informations as.
netstat -rn
All interface ip-address configuration as,
netstat -in
Default setting of system will be there in /etc/rc.config.d/netconf file. If you modify network temporarily so that you may get problem there. After reboot default ( good ) setting will be changed and made problem solved there.