- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Clustering question
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
08-01-2004 06:13 PM
08-01-2004 06:13 PM
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 06:28 PM
08-01-2004 06:28 PM
SolutionYou can read this book:
http://h71000.www7.hp.com/doc/731FINAL/6318/6318PRO.HTML
Your cluster will probably be a LAVC cluster (Local Area Vax Cluster) so take attention to chapter 4.11 LAN Interconnects.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 06:32 PM
08-01-2004 06:32 PM
Re: Clustering question
I think the 'Guidelines for OpenVMS Cluster Configurations' is the right place.
The general documentation:
http://h71000.www7.hp.com/doc/
For V7.3-1:
http://h71000.www7.hp.com/doc/os731_index.html
The manual is on this page in HTML and PDF form.
Have fun!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 09:33 PM
08-01-2004 09:33 PM
Re: Clustering question
Uwe - the links you gave me got me basically to the same place, it just took an extra click to get there. This is great!
Thanks to both of you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:38 PM
08-01-2004 11:38 PM
Re: Clustering question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 05:49 AM
08-02-2004 05:49 AM
Re: Clustering question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 06:14 AM
08-02-2004 06:14 AM
Re: Clustering question
In terms of basic steps, you'll be doing this:
Make sure all 3 are connected to the same LAN.
At this point, all 3 systems have their own system disks, so as you put them into a cluster, they will all 3 will be "boot members" and not satellite nodes.
You will run CLUSTER_CONFIG.COM on each node. Tell it you'll be enabling the LAN for cluster communications, and use the same value for cluster group number and cluster password on all 3 nodes. If you wish, you can enable serving of disks and/or tape drives between machines. CLUSTER_CONFIG.COM adds lines to MODPARAMS.DAT for you. After an AUTOGEN run and a reboot for each node, you'll have a cluster of 3 nodes.
After that point, you may want to play around some more. It is often handy to have a single copy of system files like SYSUAF, RIGHTSLIST, etc. for the entire cluster, so you see the same environment as a user regardless of which node you log in to, and when you change passwords, it gets changed once for all nodes. You can point to a cluster-common version of files using logical names in SYLOGICALS.COM.
You could boot a couple of systems from the third node's system disk by setting them up as satellite nodes and booting over the network instead of booting form a local disk. This would allow you to upgrade VMS once for all 3 nodes, instead of once per node, but does introduce a dependency of the satellite nodes on the boot node.
That might also free up disk drives so you could shadow a couple of them for higher availability. (But to do this, you'd need to put a disk allocation class on each node using the ALLOCLASS paramter, since host-based Volume Shadowing requires that.)
You might consider tying a couple of your Alphastation 200s together in a multi-host SCSI configuration, so the disks are accessible from either system, for higher availability. (Simply connecting a short SCSI cable between the integrated SCSI ports works, in my experience, but be careful that all SCSI IDs, including that of the host SCSI ports (set at SRM level using console environment variables), are different. You could also connect a pair of systems to an external StorageWorks BA350 box, but be sure to keep the cables short since you're dealing with Single-Ended SCSI here. (And no tape drives are allowed on this shared bus, as a SCSI Reset from either system would rewind the tape, and that could happen at an inopportune time.)
With such high-availabilty access to the shared SCSI disks, including the system disk, you could then boot the 3rd node from the other 2 as a satellite node and it could continue running even if either boot node were down.
Have fun!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 06:56 AM
08-02-2004 06:56 AM
Re: Clustering question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 09:11 AM
08-02-2004 09:11 AM
Re: Clustering question
Keith is right. Play and try everything you can imagine : power off, pull out network, wait 30 sec, 60 sec etc and see how it reacts and find out why (if not found, ask forum). Also interesting is using a stations as a MOP client without his own system disk.
I'm going to do the same with 2 AlphaStations 500 one of these days.
Enjoy !
Wim