<?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 verification of cluster password in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282659#M91281</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a cluster that was built about 5 years ago.  I want to add another node into the cluster but do not remember the cluster password.  I have an idea of what it is but would like to verify the password prior to me adding the node.  Getting a cluster reboot of the current cluster would be a stretch until the christmas downtime window (assuming I get one this year) which would be about 1.5 months past the date the new member should be added.&lt;BR /&gt;&lt;BR /&gt;Is there any tool that is around to verify the cluster password?</description>
    <pubDate>Tue, 07 Oct 2008 22:00:23 GMT</pubDate>
    <dc:creator>Peter Zeiszler</dc:creator>
    <dc:date>2008-10-07T22:00:23Z</dc:date>
    <item>
      <title>verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282659#M91281</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a cluster that was built about 5 years ago.  I want to add another node into the cluster but do not remember the cluster password.  I have an idea of what it is but would like to verify the password prior to me adding the node.  Getting a cluster reboot of the current cluster would be a stretch until the christmas downtime window (assuming I get one this year) which would be about 1.5 months past the date the new member should be added.&lt;BR /&gt;&lt;BR /&gt;Is there any tool that is around to verify the cluster password?</description>
      <pubDate>Tue, 07 Oct 2008 22:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282659#M91281</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2008-10-07T22:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282660#M91282</link>
      <description>&amp;gt; Is there any tool [...]&lt;BR /&gt;&lt;BR /&gt;I know of none.&lt;BR /&gt;&lt;BR /&gt;The usual method is to steal a copy of&lt;BR /&gt;SYS$COMMON:[SYSEXE]CLUSTER_AUTHORIZE.DAT&lt;BR /&gt;from a cluster member, and copy it to the new&lt;BR /&gt;node.  It works, and it's normally pretty&lt;BR /&gt;easy to do</description>
      <pubDate>Tue, 07 Oct 2008 22:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282660#M91282</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-07T22:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282661#M91283</link>
      <description>It'd likely be feasible to find a password sequence that hashes into the same current value given how fast that processing is these days (and if you're really interested), though copying CLUSTER_AUTHORIZE around is way easier.&lt;BR /&gt;&lt;BR /&gt;There's a write-up (including the cluster password) for adding or removing nodes from a cluster here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/169" target="_blank"&gt;http://64.223.189.234/node/169&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2008 23:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282661#M91283</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-10-07T23:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282662#M91284</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;  Copying the cluster authorize data base is simple and reliable.&lt;BR /&gt;&lt;BR /&gt;  That said, for the future, I recommend using some kind of simple method to generate the cluster password from the cluster name, or the foundation node name.&lt;BR /&gt;&lt;BR /&gt;  Realistically, the cluster password is no longer necessary for security. Long gone are the days when a hostile OpenVMS node on the same LAN might be a security threat by joining the cluster.&lt;BR /&gt;&lt;BR /&gt;  Maybe it's not a good idea to advertise the mechanism explicitly, but having it derivable and documented somewhere would avoid the issue you're facing here. For example, I think I used to use the SCSSYSTEMID of the foundation node as the cluster number, and some combination of he node name and ID for the password.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2008 02:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282662#M91284</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-10-08T02:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282663#M91285</link>
      <description>I have no cluster to test this but based upon cluster_config.com I see that the pwd is set by&lt;BR /&gt;$ sysman&lt;BR /&gt;set env/clu&lt;BR /&gt;con set clu /group=xx/password=yy&lt;BR /&gt;&lt;BR /&gt;Doing this requires a cluster reboot afterwards but then you know the password.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 08 Oct 2008 05:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282663#M91285</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-10-08T05:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282664#M91286</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;I concur with Steve, Hoff, and John: Copy the cluster authorization file from the running system ([Smile] after first checking SYS$SYSROOT to confirm the correct disk and root).&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, 08 Oct 2008 06:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282664#M91286</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-10-08T06:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282665#M91287</link>
      <description>Peter,&lt;BR /&gt;let me add another voice to the choir:&lt;BR /&gt;copying SYS$COMMON:[SYSEXE]CLUSTER_AUTHORIZE.DAT is simple and reliable.&lt;BR /&gt;Note, that if you have a common system disk, it IS there already, so you have no need to do even that.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Poost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 08 Oct 2008 06:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282665#M91287</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-10-08T06:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282666#M91288</link>
      <description>"Long gone are the days when a hostile OpenVMS node on the same LAN might be a security threat by joining the cluster."&lt;BR /&gt;&lt;BR /&gt;Wouldn't count on that. Someone once did a setup with a default password over here and he hung the production cluster because the node was of the same group number as an existing cluster. I was in holiday at the time and have no details of it (was 2002).&lt;BR /&gt;&lt;BR /&gt;Any PC hooked up the network could be running a alpha emulator. So, I would make sure the password is not too simple, and include the group number in it as a protection.&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 08 Oct 2008 07:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282666#M91288</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-10-08T07:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282667#M91289</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;"Long gone are the days when a hostile OpenVMS node on the same LAN might be a security threat by joining the cluster."&lt;BR /&gt;&lt;BR /&gt;Wouldn't count on that. Someone once did a setup with a default password over here and he hung the production cluster because the node was of the same group number as an existing cluster.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;I wouldn't count on that either. At a customer's site, a production system halted because some node tried to join the LAVC cluster with the wrong password. The cluster generated a message in the system error log every two seconds - until the system disk had 0 blocks free.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Wed, 08 Oct 2008 11:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282667#M91289</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2008-10-08T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282668#M91290</link>
      <description>In this config it would be a new node joining an existing cluster and would be sharing the system disk.  So I couldn't just do the copy.&lt;BR /&gt;&lt;BR /&gt;I think I remember what the password was set to. There are a few possibilities, depending on which "standard" I used. :D&lt;BR /&gt;&lt;BR /&gt;Unfortunately I can't find my original documents with the password.  I can find my original console outputs as I created the cluster (but of course, the password isn't listed).&lt;BR /&gt;&lt;BR /&gt;Guess I try to schedule a cluster reboot to reset the password or just guess and try to make the node join the cluster and if it can't get the reset/reboot scheduled.</description>
      <pubDate>Wed, 08 Oct 2008 13:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282668#M91290</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2008-10-08T13:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282669#M91291</link>
      <description>&amp;gt; [...] and would be sharing the system disk.&lt;BR /&gt;&amp;gt; So I couldn't just do the copy.&lt;BR /&gt;&lt;BR /&gt;Why not?  Wouldn't that make it easier?</description>
      <pubDate>Wed, 08 Oct 2008 14:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282669#M91291</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-08T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282670#M91292</link>
      <description>It would be adding a new sysroot to the current system disk.  Think it requires the cluster group and cluster password for that operation.</description>
      <pubDate>Wed, 08 Oct 2008 14:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282670#M91292</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2008-10-08T14:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282671#M91293</link>
      <description>&amp;gt;&amp;gt;&amp;gt; In this config it would be a new node joining an existing cluster and would be sharing the system disk. So I couldn't just do the copy.&lt;BR /&gt;&lt;BR /&gt;You need do nothing here to change or reset the password.   Add the root, and off you go.  If you're offered a way to change it, bypass or ignore it.  &lt;BR /&gt;&lt;BR /&gt;Worst case, snapshot CLUSTER_AUTHORIZE around the process, then replace it after any changes are made when adding the node and before the new node boots.</description>
      <pubDate>Wed, 08 Oct 2008 15:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282671#M91293</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-10-08T15:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282672#M91294</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;if you are sharing the ssytem disk, you are all set to go!&lt;BR /&gt;&lt;BR /&gt;This is one problem that is not a problem at all :-)&lt;BR /&gt;&lt;BR /&gt;Remember, to ADD a node, you start executing Cluster_config --- from a running cluster node---. So the cluster-autotize is just available.&lt;BR /&gt;Just add the node, no fuzz about cluster password, and "Thunderbirds are GO"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 08 Oct 2008 16:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282672#M91294</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-10-08T16:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282673#M91295</link>
      <description>Well I will know once they give me a green light to merge the node to cluster.  Waiting on the project approval and then I have to get network involved, disks setup to migrate, etc.  Unfortunately the paperwork approvals could take me right up to the date of when they wanted it done.&lt;BR /&gt;&lt;BR /&gt;Either way - I will try to update to let everyone know if I had to put in or not.  Lets hope for not needed.&lt;BR /&gt;&lt;BR /&gt;Btw - I was familiar with the copy around of the cluster_authorization.dat file.  Did that on other clusters where they wanted seperate system disks to be able to play with patch levels.</description>
      <pubDate>Wed, 08 Oct 2008 17:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282673#M91295</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2008-10-08T17:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282674#M91296</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;If you are sharing the system disk, you can do the creation of the [SYSnnnn] directory tree manually. I have done it that way many times.&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, 08 Oct 2008 17:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282674#M91296</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-10-08T17:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282675#M91297</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;I can confirm, that if you add another node to a shared system disk with LAN being used as cluster interconnect, that CLUSTER_CONFIG will NOT ask for the cluster group number and password (just checked a session logfile of a previous installation).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 09 Oct 2008 07:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282675#M91297</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-10-09T07:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282676#M91298</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;I can confirm Bob Gezelter (as always, pretty hard to trap him on mistakes :-) ).&lt;BR /&gt;Adding an extra root by hand really IS pretty simple (provided you intend to build a pretty much homogeneous cluster), and after doing it a few times, may even be quicker than CLUSTER_CONFIG. However, CLUSTER_CONFIG _IS_ the safer option!&lt;BR /&gt;It _IS_ quite easy to miss one or two SYS$SPECIFIC essentials.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Thu, 09 Oct 2008 09:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282676#M91298</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-10-09T09:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: verification of cluster password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282677#M91299</link>
      <description>I used to create the sysroot manually at an old job.  Can't find my notes on it.  Had to be careful because we also use Multinet and had to create those links.  Was at that job we found the cluster limit was set at 96 (and a work around beyond that but DEC wouldn't support it).</description>
      <pubDate>Thu, 09 Oct 2008 15:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/verification-of-cluster-password/m-p/4282677#M91299</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2008-10-09T15:08:16Z</dc:date>
    </item>
  </channel>
</rss>

