- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- no idea how to add a 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
05-10-2004 07:56 AM
05-10-2004 07:56 AM
no idea how to add a route
Thanks in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:00 AM
05-10-2004 08:00 AM
Re: no idea how to add a route
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:05 AM
05-10-2004 08:05 AM
Re: no idea how to add a route
Maybe this will help with the networking,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&con=/hpux/onlinedocs/5187-2216/00/00/39-con.html&toc=/hpux/onlinedocs/5187-2216/00/00/39-toc.html&searchterms=netconf&queryid=20040510-140424
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:07 AM
05-10-2004 08:07 AM
Re: no idea how to add a route
It is possible to add a route on HPUX but you will need to add that route to a device that knows how to tracelate the ipadress of the source 129.204.24.101 to the network of the destination 192.168.20.181 (a router) If you change the ip-adress of the UPS to e.g. 129.204.24.109 you do not need a router and will be able to communicat with tht UPS direct. So My advice is telnet to the UPS. Change the ip-adress ( You will lose the connection, when the ip-adress changes) and patch the UPS on the same HUP/ Switch the servers are patched on. This way you will be able to communicate direct.
HTH.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:15 AM
05-10-2004 08:15 AM
Re: no idea how to add a route
If so, make sure you have the correct netmask on the UPS when you change the IP address to the servers' subnet. Also make sure the IP address you're assigning to the UPS isn't already in use.
If it's across a router (don't know why it would be, but ya never know), simply changing the IP address of the UPS will not help and trying to add a route probably won't help either... I forget the non-routable private IP address ranges, but the UPS IP address looks suspiciously close to being in one.
As for how the UPS will behave regarding the telnet session once you change the IP address... I would guess it won't actually change until you exit the session. JetDirect and Microplex print servers behave this way.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 09:17 AM
05-10-2004 09:17 AM
Re: no idea how to add a route
As for the HPUX the 10.20 command for a route add is:
/usr/sbin/route [-f] [-n] delete [net|host] destination [netmask mask] gateway [count]
which translates (if you are root) to:
route add host 192.186.20.181 129.204.24.x 1
You shouldn't need the mask but if it insists then put netmask 255.255.255.255 between the .181 and the 129.
where the 129.204.24.x is presumably the router who knows how to get to the UPS.
This will disappear with the first reboot so you really need to edit /etc/rc.config.d/netconf to add the route there too.
If the UPS is already on the same hub/switch and (in the same VLAN if you use them) then you really need to change its IP address to one in the correct range and forget about routes.
The telnet session will drop as soon as the IP address becomes effective but on many devices that doesn't happen until you tell it to save or logout or reboot or some such. If it drops you as soon as you hit enter on the new IP address, move it to the new subnet and try again with the new address.
What is the problem with the serial port login?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 12:33 AM
06-16-2004 12:33 AM
Re: no idea how to add a route
The manufacturer of the UPS transposed two numbers in the IP address on both units. I told them that an IP address is very much like a phone number - one number off and you get a different person. Once I had the correct IP address, I had much better success. Thanks for all the help though...