- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Failover IP addresses
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-26-2005 10:24 AM
06-26-2005 10:24 AM
Two node ES47 Cluster.
I have configured IP failover for two nics on each node of the cluster.
All works well, however when rebooting the cluster, one node displays the following error message:
%TCPIP-E-INVINTER, error defining interface: WEA1
-TCPIP-I-DRIVERQIO, interface operation from internet driver QIO failed
-SYSTEM-F-DUPLNAM, duplicate name
%TCPIP-E-INVINTER, error defining interface: IEB1
-TCPIP-I-DRIVERQIO, interface operation from internet driver QIO failed
The other cluster node displays no such error.
On checking the config all appears to be ok.
$ifconfig -a
IE1: flags=c43
failSAFE IP Addresses:
inet xxx.xxx.xxx.157 netmask ffffff00 broadcast xxx.xxx.xxx.255 (on FIRE7 WE0)
*inet xxx.xxx.xxx.167 netmask ffffff00 broadcast xxx.xxx.xxx.255 ipmtu 1500
LO0: flags=100c89
inet 127.0.0.1 netmask ff000000 ipmtu 4096
TN0: flags=80
TN1: flags=80
WE0: flags=c43
failSAFE IP Addresses:
inet xxx.xxx.xxx.167 netmask ffffff00 broadcast xxx.xxx.xxx.255 (on FIRE7 IE1)
*inet xxx.xxx.xxx.157 netmask ffffff00 broadcast xxx.xxx.xxx.255 ipmtu 1500
Network appears to be ok, any ideas ?
Thanks,
Matt
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 10:41 AM
06-26-2005 10:41 AM
Re: Failover IP addresses
What does SHOW DEV/FULL WEA and IEB show? How many other protocols are running on the devices?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 10:41 AM
06-26-2005 10:41 AM
Re: Failover IP addresses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 02:46 PM
06-26-2005 02:46 PM
Re: Failover IP addresses
yes, sorry the "duplicate name" for IEB1 is also displayed. (my cut and paste is not what it should be!)
These nics are only running ip and decnet over ip.
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 05:28 PM
06-26-2005 05:28 PM
Solutionis it possible, that you have (still) defined pseudo interfaces with TCPIP - in addition to failSAFE IP - on that one node ?
Check with TCPIP SHOW CONF INTERFACES
Maybe those definitions conflict with the failSAFE ip config ?
By just defining failSAFE IP, you don't get pseudo interfaces definitions (i.e. weA1).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 02:41 AM
06-27-2005 02:41 AM
Re: Failover IP addresses
$ show dev ie0
$ show dev ew0
$ mcr lancp
lancp> list dev/char
lancp> show dev/char
Also at the console level, verify the device configuration with commands like
>>> show dev i
>>> show dev ew
>>> show *mode
Make sure that there is consistency between the various addresses/settings for the interfaces.
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 09:32 AM
06-27-2005 09:32 AM
Re: Failover IP addresses
that was it ! Thanks for your assistance.
Robert, I'll check the console level stuff next time the system is rebooted. (Production server, could be 6-12 months !)
Matt