- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Cluster communication
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
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
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
тАО10-08-2018 01:48 AM
тАО10-08-2018 01:48 AM
Cluster communication
Hi all,
On my alpha cluster with only one network device per machine I always see my satellites going down when the network fails (logical beacause they need the system disk from the boot member).
How does this work with 2 network devices?
The reason for asking is that on one of the networks there will be maintanance (replacing the switches).
The machines in theis networks are Itanium machines running OpenVMs8.4. Both have two network interfaces both connected to a network. The satallites are booted using the network of interface A. The network on interface A will be down during the replacement of the switches, while the network on interface B will continue to work. Does interface B take over the cluster communication, so that I can keep the satallites running while the network on interface A is down?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2018 02:15 AM
тАО10-08-2018 02:15 AM
Re: Cluster communication
Cluster communication dynamically uses all avaiable 'channels', i.e. LAN interface endpoints between all systems in a cluster.
$ MC SCACP SHOW CHANNEL will show all available channels from each node to all other nodes in the cluster. As long as at least one channel is available (Open) from each node to ALL other nodes, cluster communication will continue to work.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2018 02:39 AM
тАО10-08-2018 02:39 AM
Re: Cluster communication
Looks like only one interface is used.. The second network was added after building the cluster. Should I start communication mannually with MC SCACP START LAN EWB on all machines?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2018 03:13 AM
тАО10-08-2018 03:13 AM
Re: Cluster communication
However If I give
MC SCACP SHOW LAN
I see both interfaces and both have the status ""Run Online Restart"
Why are they not showing up both in the Chann el list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2018 08:28 AM
тАО10-08-2018 08:28 AM
Re: Cluster communication
If the LAN interfaces show up as 'run' on SCACP> SHOW LAN, but the secondary (new network) LAN interfaces do not show up on SCACP> SHOW CHANNEL; chances are high, that those network interfaces are NOT connected correctly to each other ! Do the packet counters increase on the secondary LAN interfaces ?
Cluster communication determines reachability using cluster multicast messages on all connected LAN interfaces and dynamically adds new channels.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2018 12:47 AM
тАО10-09-2018 12:47 AM
Re: Cluster communication
You are probably right: I think my university blocked something on this network. I'm trying to figure out if they can "unblock" it during the replacement. of the switches.