- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- UCX alias on interface
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-07-2007 08:01 PM
05-07-2007 08:01 PM
UCX alias on interface
ifconfig WE0 -alias wim
But when I use the node A (on which this alias was added) to go to node B via RLOGIN I find that the source IP address (in ucx show dev) is WIM instead of A.
I now tried
ifconfig WE0 -alias wim metric 1
and now it is working as expected (that is source is now A).
1. Is this a correct solution or are there still pitfalls ?
2. How can I see the metric of all aliases ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 12:53 AM
05-08-2007 12:53 AM
Re: UCX alias on interface
I tried this from a VMS732/tcpip5.4 box onto a slightly older VMS box 722/tcpip5.1
ifconfig we0 alias wim netmask 255.etc
ifconfig -a didnt show a metric here as it's ZERO.
I executed rsh B ucx sho dev, several times ....
The report on the other node ALWAYS gave me your A equivalent as an answer, I couldnt reproduce the "error".
Are you running RIP on your A box, it'll use the metric values...
I dont have RIP running, which "might" explain why I cant reproduce your results.
Your Q2. (just changed around a little)
I assume A and WIM are on the same net, so they should have the same metric. Ie WE0 has the metric, not the aliases....
I'll see if I can put RIP on one of my boxes!
An interesting question!
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 02:00 AM
05-08-2007 02:00 AM
Re: UCX alias on interface
Still wonder why WIM comes up when no metric is used.
May be I could play with a smaller packet size (hoping IP would prefer the 1500 one).
The problem is that I must be able to move the alias without stopping anything except the application that is using it.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 02:25 AM
05-08-2007 02:25 AM
Re: UCX alias on interface
I've duplicated your steps and included the output .... see if it helps!
I've added some other stuff just in case.
I still cant duplicate your conditions!
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 02:26 AM
05-08-2007 02:26 AM
Re: UCX alias on interface
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 03:08 AM
05-08-2007 03:08 AM
Re: UCX alias on interface
And even with metric 1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 03:21 AM
05-08-2007 03:21 AM
Re: UCX alias on interface
following your articles... (I assume) the two nodes in your thread are on different nets, no?
My tests were with 2 nodes on the same net.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 03:49 AM
05-08-2007 03:49 AM
Re: UCX alias on interface
In the mean time I've read that the last added alias is used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 07:14 PM
05-08-2007 07:14 PM
Re: UCX alias on interface
If you use the option 'netmask 255.255.255.255' when doing ifconfig then the alias is no longer used.
I checked what changed with ifconfig -a but this command display the wrong network mask (that of the interface).
Then I checked what changed with ucx sho rout and found without netmask a route was added for 128.231.0.0/30 going thru WIM while with the netmask it was for 128.231.158.102/32 (the address of WIM). The mask of the interface is 255.255.240.0.
So, WIM will only be used as a source when going to WIM (tested and found true). In all other cases the 'normal' interface is used.
So, now it can be assigned to an application. When the application goes down, the alias is unused.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 10:43 PM
05-08-2007 10:43 PM
Re: UCX alias on interface
Good news!
Yes, ifconfig has the default behaviour of putting in a standard mask for the net in use.
When I did my tests, I added my correct netmask of 255.255.255.0, to the ifconfig alias command.
If I hadn't, ifconfig would give me an 8 bit mask, which I didnt want to do. :-)
Forgive me for only writing "255.etc"
Regards
Steven