- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Network problem
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
12-01-2003 03:48 AM
12-01-2003 03:48 AM
Network problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 03:54 AM
12-01-2003 03:54 AM
Re: Network problem
First thing I would try is to shutdown your machine and then go to another box and try to ping it's address. Just to make sure you don't have some other piece of hardware out there with the same IP address as your box.
If you box is down and it's IP pings from another box, then you need to find out why that is and change one of the IP addresses.
Next, I would check your port settings. Make sure you are full duplex at your network card and at the switch/hub that the box is plugged into.
Hope this helps!
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 04:19 AM
12-01-2003 04:19 AM
Re: Network problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 04:27 AM
12-01-2003 04:27 AM
Re: Network problem
arp -a., and that you don't have 2 cards trying to use the same ip segmant.
( You will only see systems on you're local segment.)
Check that they are not changing mac addresses when you try pings, and that they are complete with IP adress.
If okay, or you're trying off the local segment, try
traceroute address
if it doesn't complete, look for a routing error with
netstat -r
if it completes, then look at your netmask. If okay, I'd ask for help from the network / router folks on your site to ensure that pings are allowed, routes are in place, recommended default gateway, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 04:34 AM
12-01-2003 04:34 AM
Re: Network problem
Try to swapout the LAN cable, maybe you have a bad one. Also, are you able to ping from other machines. Check all the physical connectivity between your machines in your LAN!
#lanadmin -x x [where x is your lan card number]
USe stm to diagnos your LAN card
#cstm
cstm>sel path
cstm>info;wait
cstm>il
Hope this help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 04:56 AM
12-01-2003 04:56 AM
Re: Network problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 12:50 PM
12-01-2003 12:50 PM
Re: Network problem
lan
display
does everything look OK? Do you see a lot of errors on the second page?
netstat -s
do you see anything suspicious?
Can it ping its own IP address or 127.0.0.1?
Did you try plugging it into a working port? Connect it to another PC from the same subnet with just a crossover cable to eliminate any switch problems?
Are your ARPA patches uptodate? This is starting to smell like a software bug.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 01:47 PM
12-01-2003 01:47 PM
Re: Network problem
Is the settings in your /etc/rc.config.d/netconf correct?
you may copy a new config file:
#mv /etc/rc.config.d/netconf /tmp/netconf.org
#cp /usr/newconfig/etc/rc.config.d/netconf /etc/rc.config.d/
then change the configuration accordingly
Hope this help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 10:31 PM
12-01-2003 10:31 PM
Re: Network problem
netfmt -f /var/adm/nettl.LOG000 > /tmp/net.out
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 10:39 PM
12-01-2003 10:39 PM
Re: Network problem
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 12:12 AM
12-02-2003 12:12 AM
Re: Network problem
In that case it could be your default router is not pingable, which can result in this behaviour... This can be fixed using:
ndd /dev/ip -set ip_ire_gw_probe 0