HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- failSafe OpenVMS
Operating System - OpenVMS
1827452
Members
3862
Online
109965
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-18-2005 01:48 PM
05-18-2005 01:48 PM
failSafe OpenVMS
I just worked on a new system and because redundancy is a key for our solution I thought I would take the new step offered with TCP/IP Services 5.4.
It is a Cluster of 2 DS25 with 7 ethernets on each machine. I want to "monitor" TWO IP addresses on two separate VLAN (trunked on two catalyst).
First question:
- Can I declare a failSafe interface going to another ethernet without declaring a second ip address? Basically what I want to do is:
Machine One
IE0 172.22.22.1/27
IE1 (FailSafe) 172.22.22.1/27
IE3 172.22.22.41/27
IE4 (FailSafe) 172.22.22.41/27
Machine Two
IE0 172.22.22.2/27
IE1 (FailSafe) 172.22.22.2/27
IE3 172.22.22.42/27
IE4 (FailSafe) 172.22.22.42/27
When I do this and enable failSafe. Then I keep loosing my IP addresses. Sometime I see and sometime not. VERY UNSTABLE!!!
Second Question:
The documentation state that use of ifconfig is much more adequate for configuring so what exactly I want to do is.
ifconfig ie0 172.22.22.1
ifconfig ie1 alias 172.22.22.1
BUT HOW DO I create the IE0 and IE1 without using TCPIP$CONFIG?
Do I have to $TCPIP SET INTERFACE IE0 and $TCPIP SET INTERFACE IE1 before
Many questions I have to ask on this subject. Could some people out there give me many answers!
I am a new comer to this forum so forgive me if something is not very clear!
I would be glad to discuss this!
Francois
It is a Cluster of 2 DS25 with 7 ethernets on each machine. I want to "monitor" TWO IP addresses on two separate VLAN (trunked on two catalyst).
First question:
- Can I declare a failSafe interface going to another ethernet without declaring a second ip address? Basically what I want to do is:
Machine One
IE0 172.22.22.1/27
IE1 (FailSafe) 172.22.22.1/27
IE3 172.22.22.41/27
IE4 (FailSafe) 172.22.22.41/27
Machine Two
IE0 172.22.22.2/27
IE1 (FailSafe) 172.22.22.2/27
IE3 172.22.22.42/27
IE4 (FailSafe) 172.22.22.42/27
When I do this and enable failSafe. Then I keep loosing my IP addresses. Sometime I see and sometime not. VERY UNSTABLE!!!
Second Question:
The documentation state that use of ifconfig is much more adequate for configuring so what exactly I want to do is.
ifconfig ie0 172.22.22.1
ifconfig ie1 alias 172.22.22.1
BUT HOW DO I create the IE0 and IE1 without using TCPIP$CONFIG?
Do I have to $TCPIP SET INTERFACE IE0 and $TCPIP SET INTERFACE IE1 before
Many questions I have to ask on this subject. Could some people out there give me many answers!
I am a new comer to this forum so forgive me if something is not very clear!
I would be glad to discuss this!
Francois
I know someone who knows!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 05:47 AM
05-19-2005 05:47 AM
Re: failSafe OpenVMS
You can set up this configuration, however, there is caution in the documenation abou "phantom failure." failSAFE IP uses the the counters on each NIC as one "clue" to determine whether an interface is active or failed. On a quiet subnet, an interface can fail and the second interface won't get enough traffic to stay alive.
The interfaces will be automatically available. You should confirm the speed/duplex configuration is properly configured on your host system with
$ MCR LANCP SHOW DEVICE/CHAR
The switch should match speed and duplex configuration, auto negotiate doesn't seem to work very well.
See http://h71000.www7.hp.com/openvms/journal/v2/articles/tcpip.html for more information about TCPIP failSAFE configuration.
What network adaptor are you using. LAN Failover (System Manager Manual Vol 2 Chapter 10) goes into detail. I believe the failover is quicker with LAN failover than with failSAFE. In a situation with active/standbye I'd prefer to use LAN Failover. Check the list of supported NICs. A recent ECO adds the DE-500.
I'm using both failSAFE and LAN failover with different sites and have found both to be extremely reliable.
The interfaces will be automatically available. You should confirm the speed/duplex configuration is properly configured on your host system with
$ MCR LANCP SHOW DEVICE/CHAR
The switch should match speed and duplex configuration, auto negotiate doesn't seem to work very well.
See http://h71000.www7.hp.com/openvms/journal/v2/articles/tcpip.html for more information about TCPIP failSAFE configuration.
What network adaptor are you using. LAN Failover (System Manager Manual Vol 2 Chapter 10) goes into detail. I believe the failover is quicker with LAN failover than with failSAFE. In a situation with active/standbye I'd prefer to use LAN Failover. Check the list of supported NICs. A recent ECO adds the DE-500.
I'm using both failSAFE and LAN failover with different sites and have found both to be extremely reliable.
If you don't have time to do it right, when will you have time to do it over? Reach me at first_name + "." + last_name at sysmanager net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 07:37 AM
05-19-2005 07:37 AM
Re: failSafe OpenVMS
I've done a small implementation at a customer's site and the receive counter monitoring made us aware of hardware problem, which otherwise might have gone unnoticed for some time.
.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP