- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
09-21-2004 08:40 PM
09-21-2004 08:40 PM
i have a problem in my HP unix workstaion, that it was working good that i connect to it through my pc after few minutes it is unreachable , i go to it and test it but the network not working ,we check the network nothing is rong , then i try to remove the network cable and return it again the system is stock nothing work , i try to restart it manually and then afer it starts every thing is ok the network is up ,i have two network cards on the system one is used but also i have an application running on the system this application depend on the ip adress , so what do you think the problem is?!
BR,
Fadia
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 08:46 PM
09-21-2004 08:46 PM
Re: network problem
Do you mean to say the othe network card
is not used at all ?
if this is the case i would enable that card
and give the same ip & disable the existing
and observe what happens.
easiest & simplest way to dot this is from sam on the console.
Pls revert back
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 09:13 PM
09-21-2004 09:13 PM
Re: network problem
but i'm really afraid of making this step that the application depend mainly on the ip any changing on it may cause the application not to work , how can i check that the interface work good without any problem on it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 09:18 PM
09-21-2004 09:18 PM
Re: network problem
Anyways you are facing the problem & restarting the server.
Application will not have any problems because you will be giving the same IP
but to a different card which is
not-transparent to the application.
First remember to disable the exist card from sam
Your dowtime will just be the time you take to disable the existing card & enable & assign the same IP to the other card.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 11:32 PM
09-21-2004 11:32 PM
Re: network problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 11:38 PM
09-21-2004 11:38 PM
Re: network problem
Try searching the forums.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 11:39 PM
09-21-2004 11:39 PM
Re: network problem
You can confirm by doing this.
The possible causes of your problem:
1) Lan cable ( Swap & keep under observation)
If this is fine then :
2) Network (Do as directed above & observe)
3) Switch settings from which you are taking
the network connections..( networking will help you giving this ==> Comapre it with your settings on the card ==> these setting are speed & duplex settings mainly)
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 09:38 AM
09-22-2004 09:38 AM
SolutionThis feature is on by default in 11.0. After three minutes without receiving a ping reply from the gateway the gateway will be declared dead and it won't use it any more. Of course this does not apply if your problem is connecting to another PC on the same subnet. In that case look for a duplex mismatch which is causing so many errors that the switch kills the port.
Either ensure that the gateway responds to pings from the HPUX or use ndd to turn off the dead gateway detection.
ndd -set /dev/ip ip_ire_gw_probe 0
then remove the default gateway and reinstall it using route (once you turn off the dead gateway detection it does not automatically reactivate them).
Might be easier to
edit /etc/rc.config.d/nddconf to:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
(use next higher integer if you already have entries here.)
and reboot. (You need to edit nddconf anyway so that it remembers after a reboot).
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 08:55 PM
09-22-2004 08:55 PM
Re: network problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 02:10 AM
09-23-2004 02:10 AM
Re: network problem
Ron
PS if ndd does not recognize the command then you are missing a patch.