- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Route to be added permanently inHPUX server
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
06-19-2010 04:14 PM
06-19-2010 04:14 PM
details given below
Destination Network : 172.31.10.0 Mask 255.255.255.0 Gateway : 10.85.65.200 HOP : 1
can anyone help me to do the same
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2010 05:01 PM
06-19-2010 05:01 PM
Re: Route to be added permanently inHPUX server
Perhaps some of the people who have already
answered questions like this for other
people? A Forum search for keywords like,
say,
add route
should find many previous discussions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2010 05:37 PM
06-19-2010 05:37 PM
Re: Route to be added permanently inHPUX server
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2010 06:32 PM
06-19-2010 06:32 PM
Re: Route to be added permanently inHPUX server
ROUTE_DESTINATION[1]="172.31.10.0"
ROUTE_MASK[1]="255.255.255.0"
ROUTE_GATEWAY[1]="10.85.65.200"
Take care of your instance no.
Hope this will help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2010 07:34 PM
06-19-2010 07:34 PM
Re: Route to be added permanently inHPUX server
* Steps to create/configure Route
http://www.cyberciti.biz/tips/hp-ux-how-do-i-configure-routing-or-add-route.html
* Discussion on a similar topic
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1435356
Hope this helps.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2010 10:21 PM
06-21-2010 10:21 PM
Re: Route to be added permanently inHPUX server
i have added in netconfile as above said..
but in netstat -nr it not showing the route details
when i try to add the same in cmd line
it throwing error as follows
172.31.10.0 Gateway : 10.85.65.200 host is unreachable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2010 10:50 PM
06-21-2010 10:50 PM
Re: Route to be added permanently inHPUX server
/sbin/init.d/net start
and the route details from netconf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2010 10:54 PM
06-21-2010 10:54 PM
Re: Route to be added permanently inHPUX server
wether i need to restart the network services ?
or inetd -c will work..
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.80.10.91 10.80.10.91 UH 0 lan0 4136
10.0.0.0 10.80.10.91 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 4136
default 10.85.65.125 UG 0 lan0 1500
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2010 11:07 PM
06-21-2010 11:07 PM
Re: Route to be added permanently inHPUX server
and
so post the error you get by the above command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2010 11:11 PM
06-21-2010 11:11 PM
Re: Route to be added permanently inHPUX server
USAGE: /sbin/init.d/net {start_msg | stop_msg | start | stop}
i belive need to give stop /start for restarting the services..
Inetd -c will read the configuration
i have attached my current change details
please find the same in attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2010 11:20 PM
06-21-2010 11:20 PM
Solutionhttp://docs.hp.com/en/B2355-90685/ch02s03.html#bcfdebbg
* Discussion on a similar topic:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1277190718560+28353475&threadId=998591
After edit netconf file you have to restart the network.
# /sbin/init.d/net stop
# /sbin/init.d/net start
Regards,
Bhadresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2010 11:34 PM
06-21-2010 11:34 PM
Re: Route to be added permanently inHPUX server
ROUTE_DESTINATION[1]="172.31.10.0"
ROUTE_MASK[1]="255.255.255.0"
ROUTE_GATEWAY[1]="10.85.65.200"
ROUTE_COUNT[1]=""
ROUTE_ARGS[1]=""
also the command is
/sbin/init.d/net start as mentioned in my previos post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 03:45 AM
06-22-2010 03:45 AM
Re: Route to be added permanently inHPUX server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 04:30 AM
06-22-2010 04:30 AM
Re: Route to be added permanently inHPUX server
i have used this cmd for adding the route.
#route add net 172.31.10.0 netmask 255.255.255.0 10.85.65.200
which throws error as
network and gateway is unreachable..
as i checked with network team
they suggested to add the matric on the same
can you please give me the command where to add the matric and how ?
will be helpful for me ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 04:42 AM
06-22-2010 04:42 AM
Re: Route to be added permanently inHPUX server
> network and gateway is unreachable..
What is the IP address (and netmask) of every
interface on this system?
You have told your system that it should use
10.85.65.200 as a gateway, but, apparently,
it does not know how to get to 10.85.65.200.
"route add" does not add any new wires to
your network.
> [...] i checked with network team [...]
If you have a "network team", then someone on
it should be able to explain what's wrong
here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 04:43 AM
06-22-2010 04:43 AM
Re: Route to be added permanently inHPUX server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 05:08 AM
06-22-2010 05:08 AM
Re: Route to be added permanently inHPUX server
> it should be able to explain what's wrong
> here.
Of course, I could be wrong.
> they suggested to add the matric on the same
It's not obvious to me how adding a metric
would make the unreachable reachable, but
"man route" should explain how to specify one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 05:14 AM
06-22-2010 05:14 AM
Re: Route to be added permanently inHPUX server
Thanks for your valuable help, i have added the following route by the above command,
now can see the route details in netstat -rn
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.80.10.91 10.80.10.91 UH 0 lan0 4136
10.0.0.0 10.80.10.91 U 2 lan0 1500
172.31.10.0 10.85.65.200 UG 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 4136
default 10.85.65.125 UG 0 lan0 1500
can please help me how to make this as permanent, as because when server reboot this config may loose..
is my previous /netconfile editing is ok ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 05:22 AM
06-22-2010 05:22 AM
Re: Route to be added permanently inHPUX server
ROUTE_DESTINATION[1]="172.31.10.0"
ROUTE_MASK[1]="255.255.255.0"
ROUTE_GATEWAY[1]="10.85.65.200"
ROUTE_COUNT[1]=""
ROUTE_ARGS[1]=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 05:26 AM
06-22-2010 05:26 AM
Re: Route to be added permanently inHPUX server
i have executed
#inetd -c -- for reading the configuration.
how to check wether it added permanently or not ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 05:34 AM
06-22-2010 05:34 AM
Re: Route to be added permanently inHPUX server
can you please help me out to complete the same...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 06:30 AM
06-22-2010 06:30 AM
Re: Route to be added permanently inHPUX server
if the command /sbin/init.d/net start doesnt error means you are right.
other way is to restart the server and
check the output of netstat -rn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 11:24 PM
06-22-2010 11:24 PM
Re: Route to be added permanently inHPUX server
please find my netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.80.10.91 10.80.10.91 UH 0 lan0 4136
10.0.0.0 10.80.10.91 U 2 lan0 1500
172.31.10.0 10.85.65.200 UG 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 4136
default 10.85.65.125 UG 0 lan0 1500
it is showing my newly added route details
/sbin/init/net start will do any impact ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 11:29 PM
06-22-2010 11:29 PM
Re: Route to be added permanently inHPUX server
My Change Completed successfully,
Thanks for your valuable inputs and helping me.. in completing the change..
my everything is working fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010 11:30 PM
06-22-2010 11:30 PM
Re: Route to be added permanently inHPUX server
Thanks a lot SASJ.............