- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network Error
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
11-07-2006 05:41 AM
11-07-2006 05:41 AM
Network Error
I need help, the command ping of a HPUX 11.11 server does not answer, and already I have assigned the ip address and the Gateway in the file /etc/rc.config.d/netconf
What another thing I must check to verify that the machine connects to the net, certainly already I connected cable..
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 05:48 AM
11-07-2006 05:48 AM
Re: Network Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 05:53 AM
11-07-2006 05:53 AM
Re: Network Error
1) Try pinging the entries in /etc/resolv.conf They are numbers and if there is a DNS problem this will point to it or show that the system has a network problem.
2) Look in /etc/rc.config.d/netconf and ping the gateway and such in there. That must be accessible.
3) Run commands such as lanscan to check card health and mac address. The arp command away from the server may have cached network information. if the system is totally cut off the arp cache will eventually be emtpy.
4) try and ping the system by ip address from outside and inside the system and loo for an answer.
5) Better yet connect with some configured service such as ftp.
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
11-07-2006 05:57 AM
11-07-2006 05:57 AM
Re: Network Error
You can also plug the same cale to a laptop and see if you can connect to the network or not and make sure you are in the right subnet -- for example your Unix server IP is 192.168.2.1 then from ipconfig output, the ip assigned to the laptop should be something like: 192.168.2.xxx
Did you run ping command from that unix box? can you get response from the other server? Did you configured domain and DNS on that server? Did you add the ip and host name in /etc/hosts?
yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 08:12 AM
11-07-2006 08:12 AM
Re: Network Error
Check the /etc/rc.config.d/netconf file make sure its right.
Do a "ifconfig" on the LAN card like lan0 make sure you see the IP
Is the hsosts in DNS?
Do you have a link light?
Is the gateway configured?
Sp,