- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable delete route
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
07-14-2009 09:04 AM
07-14-2009 09:04 AM
unable delete route
I'm facing a problem with a Server HP (HP-UX 11.11) because I can not delete a static route:
#netstat -rn
10.200.32.0 10.201.32.33 (flag UHG)
I used many ways to do it using route delete command but nothing,the Gateway 10.201.32.33 does no longer exist and it seens this the poblem from my point of view.
I checked /etc/rc.netconfig.d/netconf and this route doesn't exist.
Please, could anyone help me?
in there a force way to remove it?
Note: I understand EN/ES/FR so feels free to use any 3 laguages
Thanks
Raciel Quesada
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 09:27 AM
07-14-2009 09:27 AM
Re: unable delete route
#route delete host 10.200.32.0 10.201.32.33 1
you flush the route using route -f also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 09:35 AM
07-14-2009 09:35 AM
Re: unable delete route
netstat -rnf
command.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2009 02:30 AM
07-15-2009 02:30 AM
Re: unable delete route
Please, could you tell if I launch:
route delete -f net 10.200.32.0 10.201.32.33
all routes in routing table will be removed or just that route?
I checked "man route" but -f is not still clear for me!!!
I will try your recommendation as soon as possible!!!
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2009 04:11 AM
07-15-2009 04:11 AM
Re: unable delete route
Delete all route table entries that specify a remote host for a gateway. If this is used with one of the subcommands, the entries are deleted before the subcommand is processed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2009 04:32 AM
07-15-2009 04:32 AM
Re: unable delete route
netstat -rnv
(my previous post mistakenly said -rnf which is wrong. it should have read -rnv as the command switches)
in the output you will see the netmask. At this point you can run something like
route delete net 10.200.32.0 netmask 255.255.255.0 10.201.32.33
which will delete your route (assuming you have a 24 bit netmask specified in the command line)
hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 03:18 AM
07-16-2009 03:18 AM
Re: unable delete route
I removed the route using your advices, below trail of done it:
#netstat -rnv
#route delete net 10.200.34.0 netmask 255.255.255.0 10.201.34.33
really thank you so much for your help and keep helping people.
Raciel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 04:24 AM
07-16-2009 04:24 AM
Re: unable delete route
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 04:30 AM
07-16-2009 04:30 AM
Re: unable delete route
Please assign some points who give there valuable time for your problem.
To know how to assign points please go through the below link.
http://forums13.itrc.hp.com/service/forums/helptips.do?#33
Suraj