- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Adding Additional Cluster LAN Connections
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
12-17-2004 03:47 AM
12-17-2004 03:47 AM
What docs address this? I see lots of overview ones that mention how you should do it, but I can't find one that says HOW to do it and if it requires specific configuration or downtime, etc.
I don't want to have to define new DECnet and/or TCP/IP configs and addresses to the circuits and I don't think I am looking for IP Failover, etc.
Just a backdoor path for the health of the Cluster in the event of a FDDI disconnect.
Thanks,
Rick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 03:58 AM
12-17-2004 03:58 AM
SolutionSee
http://h71000.www7.hp.com/doc/732FINAL/6048/6048pro_004.html#scacp_ch
and in particular
http://h71000.www7.hp.com/doc/732FINAL/6048/6048pro_004.html#scacp_ch
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 04:17 AM
12-17-2004 04:17 AM
Re: Adding Additional Cluster LAN Connections
I knew from years of hearing it said that VMS would automagically use the best (i.e., FDDI) method.
I'm mostly interested in the question: Can I just plug in an ethernet cable and it will find the route without my help? (Maybe only on reboot?)
I will dig around in those manuals. I am sure the answer will be in there.
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 05:48 AM
12-17-2004 05:48 AM
Re: Adding Additional Cluster LAN Connections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 05:51 AM
12-17-2004 05:51 AM
Re: Adding Additional Cluster LAN Connections
What about just plugging into the empty EWA ports on a live system currently in an FDDI cluster?
Will it find it on it's own, or if I kick it with an SCACP command? Any possibility of a problem connecting while up and running!
rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 06:13 AM
12-17-2004 06:13 AM
Re: Adding Additional Cluster LAN Connections
no problem at all. SCS protocol is already running on all your LAN adapters, it just can't send or receive anything, if you haven't plugged in the network cable.
You can easily check with:
ANAL/SYS
SDA> SHOW LAN
and you'll see the SCA protocol enabled on all your network adapters.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 01:28 AM
12-20-2004 01:28 AM
Re: Adding Additional Cluster LAN Connections
As you work with and change your LAN configuration, you might find a couple of Freeware tools from [KP_CLUSTERTOOLS] on the V6 Freeware CD to be helpful. SHOW_SEGMENTS.COM will draw a picture of the LAN segments which are carrying SCS traffic. SHOW_PATHS_ECS will tell you which paths are currently in the Equivalent Channel Set and thus used by PEDRIVER for transmitting SCS packets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 01:31 AM
12-21-2004 01:31 AM
Re: Adding Additional Cluster LAN Connections
before the research helps me follow the manuals easier. :)
I should be able to avert any future FDDI hiccups (like I had recently that genereated a CLUEXIT on 3 of 4 nodes) because the nodes would have been able to ride out the glitch by switching to ethernet for a period.
It all looks easier than I had assumed. As long as I don't want to also run DECNet or TCP/IP on the ethernet circuits.
Rick