- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- running cluster_config.com on existing system
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-16-2005 09:29 AM
08-16-2005 09:29 AM
running cluster_config.com on existing system
I was playing around with cluster_config on a development Openvms server and managed to delete my
My question is, do I have to run cluster_config on the first node of the cluster? My boss recommended I just change VAXCLUSTER to 2 and VOTES to 1 and just reboot. will that work? what's up with deleting the
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 10:15 AM
08-16-2005 10:15 AM
Re: running cluster_config.com on existing system
Since we do not have a log of the running of CLUSTER_CONFIG.COM, I would hazard a guess that a "REMOVE" was done, and the node-specific directory (which on a non-clustered system is generally SYS0) was "cleaned up". Oops.
A quick flip through CLUSTER_CONFIG.COM shows some things which are specifically done in the case when the node is not currently clustered: it says "either add to an existing cluster OR create a new cluster" [emphasis mine].
I don't have an unclustered machine to play with at this instant, but I would use CLUSTER_CONFIG.COM as described in the OpenVMS Cluster Systems Manual (available online in PDF at http://h71000.www7.hp.com/doc/731FINAL/DOCUMENTATION/PDF/OVMS_731_CLUSTER_SYSTEMS.PDF , it is also available on the the OpenVMS Documentation WWW site in HTML format).
In particular, Example 8-11 speaks to your question. A new cluster SHOULD have a explicitly selected Cluster GROUP and PASSWORD. Using the SYSMAN CONFIGURE SHOW CLUSTER_AUTHORIZATION command on a node properly configured for cluster operation will show a Cluster Group Number and other information. The same command on an unclustered system will give an error.
It is true that you can turn clustering on and off by hitting the VAXCLUSTER parameter, but in that case the data is already there.
BTW, I do suggest Group numbers be set to something other than the default. I have seen LAN connectivity surprises when two groups, unknown to each other, select the same group number. For that reason, "1" is generally a BAD choice.
I hope that the above is helpful.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 11:41 AM
08-16-2005 11:41 AM
Re: running cluster_config.com on existing system
In addition to Bob's reply, you need to plan out the storage and cluster interface configuration. Assuming you're using ethernet for cluster communications, you also need to modify INTERCONNECT="NI" and set votes and expected votes. Do these systems share storage? Will one or the other server disk and or tape devices? Do the systems provide boot load services? Will your cluster have a quorum disk? CLUSTER_CONFIG.COM will step you through these questions, in addition to setting a cluster number/password as Bob mentions. You can set things manually as your boss says, but expect to set more than two parameters.
A hint which may or may not set off Bob's security sense, document the cluster number and password in a modparams.dat comment.
If these systems are going into production use, I'd also recommend a redundant interface for cluster traffic. This can be as simple as a cross over cable between two NICs. You don't want your cluster hanging because the network guys decided to upgrade the firmware on a switch "real quick during lunch."
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 10:25 PM
08-16-2005 10:25 PM
Re: running cluster_config.com on existing system
as bob points out, exact commands, or logs would be invaluable in diagnosing this. (Oh for the days of VAX cluster console, that did such things automagically).
Cluster_config.com is a very simple piece of DCL, and what's more it's quite easy to read, in order to determine what it is doing, (or has done), in order to modify the cluster status of a system.
read the code...
All will be revealed.
Peter Q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 12:24 AM
08-17-2005 12:24 AM
Re: running cluster_config.com on existing system
About deleting [SYS0] ...
Isn't that a fantastic opportunity to test your backup/restore procedures ? ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 01:52 AM
08-17-2005 01:52 AM
Re: running cluster_config.com on existing system
SYSMAN> config show cluster_auth
Node USPAX1: Cluster group number: 1
Multicast address: AB-00-04-01-01-01
this is supposedly an uncluster machine, but it appears that somewhere down the line, someone ran cluster config.
if this is the case, can I just change the sysgen params and reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:29 AM
08-17-2005 06:29 AM
Re: running cluster_config.com on existing system
Yes, if everything else has been setup correctly (which is a VERY BIG if).
- Bob Gezelter, http://www.rlgsc.com