- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Setting Multiple IP Addresses on a Single Interfac...
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
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
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-18-2007 01:34 AM
тАО06-18-2007 01:34 AM
Setting Multiple IP Addresses on a Single Interface using UCX
When I use @sys$manager:ucx&config and set a new ip address, it shows on the list of "this interface has multiple ip addresses" but only one of then responds to ping requests.
How do I set one interface to use both 192.168.1.1 and 192.168.1.2 (I need this for testing purposes - trying to mimic a server with two nics).
Once done, how do I remove it?
Thanks
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 01:43 AM
тАО06-18-2007 01:43 AM
Re: Setting Multiple IP Addresses on a Single Interface using UCX
You can use aliases
http://h71000.www7.hp.com/doc/73final/6526/6526pro_001.html#network_alias_sec
or pseudointerfaces
http://h71000.www7.hp.com/doc/73final/6526/6526pro_005.html#lower_pseudo_i_sec
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 01:48 AM
тАО06-18-2007 01:48 AM
Re: Setting Multiple IP Addresses on a Single Interface using UCX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 01:55 AM
тАО06-18-2007 01:55 AM
Re: Setting Multiple IP Addresses on a Single Interface using UCX
sh sys/noproc
To my knowledge, alias was not present. Only cluster alias (can be used too but is something special).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 01:56 AM
тАО06-18-2007 01:56 AM
Re: Setting Multiple IP Addresses on a Single Interface using UCX
I think the pseudo interface commands work for UCX.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 01:58 AM
тАО06-18-2007 01:58 AM
Re: Setting Multiple IP Addresses on a Single Interface using UCX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 02:30 AM
тАО06-18-2007 02:30 AM
Re: Setting Multiple IP Addresses on a Single Interface using UCX
you could configure a cluster alias with the second address.
I don't remember UCX V3.3 but if allready available for this old version you could also use failsafe IP.
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2007 01:41 AM
тАО06-19-2007 01:41 AM
Re: Setting Multiple IP Addresses on a Single Interface using UCX
Don't forget to do a UCX SET PROTOCOL IP /FORWARD (and UCX SET CONFIGURATION PROTOCOL IP /FORWARD to make it permanent). When you have multiple local addresses, it's frequently necessary to "forward" internally so that outbound packets can follow routes associated with either pseudointerface.
- Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2007 01:51 AM
тАО06-19-2007 01:51 AM
Re: Setting Multiple IP Addresses on a Single Interface using UCX
http://groups.google.be/group/comp.os.vms/browse_frm/thread/ca6eac514010b0b1/ef8daee7b9df8ab8?lnk=st&q=pseudo+interfaces++ucx&rnum=1&hl=en#ef8daee7b9df8ab8
Wim