- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11 Gateway Discovery
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-05-2001 12:12 PM
12-05-2001 12:12 PM
HP-UX 11 Gateway Discovery
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 12:19 PM
12-05-2001 12:19 PM
Re: HP-UX 11 Gateway Discovery
#ndd -h (help)
#ndd -get /dev/ip ip_ire_gw_probe_interval
get the value
#ndd -set /dev/ip ip_ire_gw_probe_interval some_interval_in_ms
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 12:21 PM
12-05-2001 12:21 PM
Re: HP-UX 11 Gateway Discovery
The fix it to load patches PHNE_20735 and PHNE_20316 and then put the
following entry into /etc/rc.config.d/nddconf
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
To check the current value, use:
ndd -get /dev/ip ip_ire_gw_probe
You can also set the value by using:
ndd -set /dev/ip ip_ire_gw_probe 0
although you will have to reset it after reboot (so just go ahead and set it
up in nddconf)???
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 12:22 PM
12-05-2001 12:22 PM
Re: HP-UX 11 Gateway Discovery
This was covered in the thread below - essentially, you have to set ip_ire_gw_probe as follows:
#ndd -set /dev/ip ip_ire_gw_probe 0
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x35e3c6af36b7d5118ff10090279cd0f9,00.html
If you want it available after a reboot - you have to add it to your /etc/rc.config.d/ndd
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 12:23 PM
12-05-2001 12:23 PM
Re: HP-UX 11 Gateway Discovery
Try this link,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=88db9d381baecd9760/screen=ckiDisplayDocument?docId=200000053303206
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 12:29 PM
12-05-2001 12:29 PM
Re: HP-UX 11 Gateway Discovery
This could be another useeful thread for you,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=88db9d381baecd9760/screen=ckiDisplayDocument?docId=200000055645997
Hope this helps.
Regds