- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Periodic traceroute problems
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
Discussions
Discussions
Discussions
Forums
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
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-14-2006 07:22 AM
тАО12-14-2006 07:22 AM
Periodic traceroute problems
One more note was when we tried NFS to the client it would work fine for a while then start with the NFS server "IP" not responding ... error. Eventually it would come back or I could speed it along by reseting the card with landiag.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2006 09:19 AM
тАО12-14-2006 09:19 AM
Re: Periodic traceroute problems
To see if the setting is turned on or off, use:
ndd -get /dev/ip ip_ire_gw_probe
1 means the detection feature is enabled. To turn off this feature:
ndd -set /dev/ip ip_ire_gw_probe 0
This is a temporary change. To make it permanent, edit your /etc/rc.config.d/nddconf file to add:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
Be sure to substitute the next available array element for [0] in case [0] is already in use.
Note also that for 11.00, early versions of ndd had a bug that prevented the changes in nddconf from taking effect. Get the latest ndd patch.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2006 02:10 PM
тАО12-14-2006 02:10 PM
Re: Periodic traceroute problems
If you use Auto on NIC, then use the same on switch port.
If you use fixed speed/duplex on server... do the same on the switch port.
/Tor-Arne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2006 05:42 AM
тАО12-15-2006 05:42 AM
Re: Periodic traceroute problems
I do have a syntax question about the command:
ndd -set /dev/ip ip_ire_gw_probe 0
If my card IP is 25.25.25.4 should it read:
ndd -set 25.25.25.4 ip_ire_gw_probe 0?
I get back:
*ERROR* module name length (10) > FMNAMESZ (8)
ndd: couldn't push module '25.25.25.4', Invalid argument
I suspect I don't quite get the command you suggested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2006 11:14 AM
тАО12-15-2006 11:14 AM
Re: Periodic traceroute problems
> ndd -set 25.25.25.4 ip_ire_gw_probe 0?
> I get back:
> *ERROR* module name length (10) > FMNAMESZ (8)
ndd: couldn't push module '25.25.25.4', Invalid argument
No. The /dev/ip has nothing to do with any IP address. This is a system-wide setting and affects all LAN cards. The correct syntax is exactly as shown...just copy and paste. The error you saw is because ndd is trying to use the numbers as a device file.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2006 03:39 AM
тАО12-18-2006 03:39 AM