<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: running cluster_config.com on existing system in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605066#M7416</link>
    <description>If I remember correctly, you can use CLUSTER_CONFIG to turn a non-clustered node into the first cluster member. Then you use this node to add roots for the other member(s). The nice thing is that CLUSTER_CONFIG already knows a lot of questions to ask for the upcoming configuration.&lt;BR /&gt;&lt;BR /&gt;About deleting [SYS0] ...&lt;BR /&gt;Isn't that a fantastic opportunity to test your backup/restore procedures ? ;-)</description>
    <pubDate>Wed, 17 Aug 2005 07:24:58 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2005-08-17T07:24:58Z</dc:date>
    <item>
      <title>running cluster_config.com on existing system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605062#M7412</link>
      <description>we are going to build a cluster out of two servers that were previously stand alone boxes.&lt;BR /&gt;&lt;BR /&gt;I was playing around with cluster_config on a development Openvms server and managed to delete my &lt;SYS0&gt; directory - no real harm since we are rebuilding this server anyway. &lt;BR /&gt;&lt;BR /&gt;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 &lt;SYS0&gt; directory?&lt;BR /&gt;&lt;BR /&gt;&lt;/SYS0&gt;&lt;/SYS0&gt;</description>
      <pubDate>Tue, 16 Aug 2005 16:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605062#M7412</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2005-08-16T16:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: running cluster_config.com on existing system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605063#M7413</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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].&lt;BR /&gt;&lt;BR /&gt;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 &lt;A href="http://h71000.www7.hp.com/doc/731FINAL/DOCUMENTATION/PDF/OVMS_731_CLUSTER_SYSTEMS.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/731FINAL/DOCUMENTATION/PDF/OVMS_731_CLUSTER_SYSTEMS.PDF&lt;/A&gt; , it is also available on the the OpenVMS Documentation WWW site in HTML format).&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 16 Aug 2005 17:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605063#M7413</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-08-16T17:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: running cluster_config.com on existing system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605064#M7414</link>
      <description>&lt;BR /&gt;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.  &lt;BR /&gt;&lt;BR /&gt;A hint which may or may not set off Bob's security sense, document the cluster number and password in a modparams.dat comment.  &lt;BR /&gt;&lt;BR /&gt;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."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Tue, 16 Aug 2005 18:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605064#M7414</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-08-16T18:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: running cluster_config.com on existing system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605065#M7415</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;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). &lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;read the code... &lt;BR /&gt;&lt;BR /&gt;All will be revealed. &lt;BR /&gt;&lt;BR /&gt;Peter Q&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 05:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605065#M7415</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-08-17T05:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: running cluster_config.com on existing system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605066#M7416</link>
      <description>If I remember correctly, you can use CLUSTER_CONFIG to turn a non-clustered node into the first cluster member. Then you use this node to add roots for the other member(s). The nice thing is that CLUSTER_CONFIG already knows a lot of questions to ask for the upcoming configuration.&lt;BR /&gt;&lt;BR /&gt;About deleting [SYS0] ...&lt;BR /&gt;Isn't that a fantastic opportunity to test your backup/restore procedures ? ;-)</description>
      <pubDate>Wed, 17 Aug 2005 07:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605066#M7416</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-08-17T07:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: running cluster_config.com on existing system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605067#M7417</link>
      <description>thanks everyone for the good advice.  this is really odd, I'm new to this particular site and when mgmt. started talking about clustering the ds20e and the es40, i assumed it had never been clustered.  but when i do the command  in sysman,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYSMAN&amp;gt; config show cluster_auth&lt;BR /&gt;Node USPAX1:   Cluster group number: 1&lt;BR /&gt;Multicast address: AB-00-04-01-01-01&lt;BR /&gt;&lt;BR /&gt;this is supposedly an uncluster machine, but it appears that somewhere down the line, someone ran cluster config.&lt;BR /&gt;&lt;BR /&gt;if this is the case, can I just change the sysgen params and reboot?</description>
      <pubDate>Wed, 17 Aug 2005 08:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605067#M7417</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2005-08-17T08:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: running cluster_config.com on existing system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605068#M7418</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;Yes, if everything else has been setup correctly (which is a VERY BIG if).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 17 Aug 2005 13:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-cluster-config-com-on-existing-system/m-p/3605068#M7418</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-08-17T13:29:19Z</dc:date>
    </item>
  </channel>
</rss>

