<?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: Creating clusterwide logical name tables in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781907#M76064</link>
    <description>Try&lt;BR /&gt;$ CREATE/NAME_TABLE/PARENT=LNM$SYSCLUSTER_TABLE</description>
    <pubDate>Wed, 03 May 2006 10:33:10 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2006-05-03T10:33:10Z</dc:date>
    <item>
      <title>Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781905#M76062</link>
      <description>How does one create a clusterwide logical name table in OpenVMS Alpha 7.3-2 or 8.2?&lt;BR /&gt;&lt;BR /&gt;Looking at the output from SHOW LOGICAL /FULL /TABLE=LNM$SYSTEM_DIRECTORY, I see that there is a characteristic "clusterwide" associated with entries in that table that are clusterwide logical name tables, e.g.&lt;BR /&gt;&lt;BR /&gt;LNM$SYSCLUSTER_TABLE [kernel,no_alias,table,clusterwide]&lt;BR /&gt;&lt;BR /&gt;I do not see a means of associating that characteristic using the CREATE/NAME_TABLE DCL command or even in the documentation for the $CRELNT system service. What is the secret to creating a clusterwide logical name table?</description>
      <pubDate>Wed, 03 May 2006 10:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781905#M76062</guid>
      <dc:creator>Jim Geier_1</dc:creator>
      <dc:date>2006-05-03T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781906#M76063</link>
      <description>I'm on 7.3 but I guess you need to specify :&lt;BR /&gt;create/name=xxx/parent=LNM$SYSCLUSTER_TABLE &lt;BR /&gt;to create one.&lt;BR /&gt;And add it to lnm$file_dev too of course.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 03 May 2006 10:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781906#M76063</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-05-03T10:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781907#M76064</link>
      <description>Try&lt;BR /&gt;$ CREATE/NAME_TABLE/PARENT=LNM$SYSCLUSTER_TABLE</description>
      <pubDate>Wed, 03 May 2006 10:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781907#M76064</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-05-03T10:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781908#M76065</link>
      <description>I thought of using lnm$syscluster_table as the parent, but the documentation explicity says that shared tables must have lnm$system_directory as their parent. And, all of the clusterwide logical name tables do appear to follow that rule. For example, the following are all listed in lnm$system_directory, and none are listed in lnm$syscluster_table:&lt;BR /&gt;&lt;BR /&gt;CLU$ICC_ORBS_HCPA [exec,table,clusterwide]&lt;BR /&gt;CLU$ICC_ORBS_HCPB [exec,table,clusterwide]&lt;BR /&gt;CLU$ICC_ORBS_HCPC [exec,table,clusterwide]&lt;BR /&gt;CLU$ICC_ORBS_HCPQ [exec,table,clusterwide]&lt;BR /&gt;CLU$ICC_ORBS_ICC$ [exec,table,clusterwide]&lt;BR /&gt;HBMM$DEVICE_POLICY_TABLE [kernel,no_alias,table,clusterwide]&lt;BR /&gt;HBMM$NAMED_POLICY_TABLE [kernel,no_alias,table,clusterwide]&lt;BR /&gt;ICC$REGISTRY_TABLE [exec,table,clusterwide]&lt;BR /&gt;LNM$CLUSTER_INTRUSION_TABLE [kernel,no_alias,table,clusterwide]&lt;BR /&gt;LNM$CLUSTER_TABLE [kernel,no_alias,table,clusterwide]&lt;BR /&gt;LNM$DEV_WWID_TABLE [exec,no_alias,table,clusterwide]&lt;BR /&gt;LNM$SYSCLUSTER_TABLE [kernel,no_alias,table,clusterwide]&lt;BR /&gt;&lt;BR /&gt;I don't think that lnm$syscluster_table is a logical name table directory, like lnm$system_directory and lnm$process_directory are (I'm sure I could be wrong, though).</description>
      <pubDate>Wed, 03 May 2006 10:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781908#M76065</guid>
      <dc:creator>Jim Geier_1</dc:creator>
      <dc:date>2006-05-03T10:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781909#M76066</link>
      <description>I was wrong, and this behavior is quite non-intuitive. Creating a logical name table with /parent=lnm$syscluster_table makes the logical name table cluster-wide, AND places it in the lnm$system_directory. The "clusterwide" attribute is not set but the table behaves much like a cluster-wide logical name table:&lt;BR /&gt;&lt;BR /&gt;$ create/name_table/nolog/prot=(s:rwed,g:r,w:r)/exec -&lt;BR /&gt;  /parent=lnm$syscluster_table jimgeier_cluster_table&lt;BR /&gt;$&lt;BR /&gt;$!   Even though the parent was set as lnm$syscluster_table&lt;BR /&gt;$!   the logical name is not in lnm$syscluster_table&lt;BR /&gt;$&lt;BR /&gt;$ show logical/full/table=lnm$syscluster_table jimgeier_cluster_table&lt;BR /&gt;%SHOW-S-NOTRAN, no translation for logical name JIMGEIER_CLUSTER_TABLE&lt;BR /&gt;$&lt;BR /&gt;$!   But it IS in lnm$system_directory&lt;BR /&gt;$&lt;BR /&gt;$ show logical/full/table=lnm$system_directory jimgeier_cluster_table&lt;BR /&gt;   "JIMGEIER_CLUSTER_TABLE" [exec,table] = "" [terminal] (LNM$SYSTEM_DIRECTORY)&lt;BR /&gt;$&lt;BR /&gt;$!   The logical name in the system directory does not&lt;BR /&gt;$!   have the "clusterwide" attribute, but it is accessible&lt;BR /&gt;$!   cluster wide (two systems in this cluster)&lt;BR /&gt;$&lt;BR /&gt;$ define/table=jimgeier_cluster_table jimgeier 112358&lt;BR /&gt;$ sysman do show logical/table=jimgeier_cluster_table&lt;BR /&gt;%SYSMAN-I-ENV, current command environment:&lt;BR /&gt;        Clusterwide on local cluster&lt;BR /&gt;        Username JGEIER       will be used on nonlocal nodes&lt;BR /&gt; &lt;BR /&gt;%SYSMAN-I-TIMEVAL, timeout value is     0 00:00:30.00&lt;BR /&gt;%SYSMAN-I-OUTPUT, command execution on node HCPU&lt;BR /&gt;(JIMGEIER_CLUSTER_TABLE)&lt;BR /&gt;  "JIMGEIER" = "112358"&lt;BR /&gt;%SYSMAN-I-OUTPUT, command execution on node HCPT&lt;BR /&gt;(JIMGEIER_CLUSTER_TABLE)&lt;BR /&gt;  "JIMGEIER" = "112358"&lt;BR /&gt;&lt;BR /&gt;So there are still some questions here ... how does the "clusterwide" attribute get set, and is this REALLY the proper way to create a cluster-wide logical name table. What works is (1) non-intuitive, (2) not documented where I could find it, and (3) leaves some questions unanswered, like how do these other tables get created with the "clusterwide" attribute.</description>
      <pubDate>Wed, 03 May 2006 11:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781909#M76066</guid>
      <dc:creator>Jim Geier_1</dc:creator>
      <dc:date>2006-05-03T11:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781910#M76067</link>
      <description>Directly from the OpenVMS Cluster Systems documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; LNM$CLUSTER_TABLE:    The parent table for all clusterwide logical name tables, including LNM$SYSCLUSTER_TABLE. When you create a new table using LNM$CLUSTER_TABLE as the parent table, the new table will be available clusterwide.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 03 May 2006 11:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781910#M76067</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2006-05-03T11:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781911#M76068</link>
      <description>I forgot to add -- the documentation I quoted is in 5.4.1 Default Clusterwide Logical Name Tables of the OpenVMS Cluster Systems manual for V8.2</description>
      <pubDate>Wed, 03 May 2006 11:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781911#M76068</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2006-05-03T11:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781912#M76069</link>
      <description>Good find on the documentation - that was not my first choice to look.&lt;BR /&gt;&lt;BR /&gt;I changed my example to use lnm$cluster_table instead of lnm$syscluster_table as the parent. Nothing really changed, the logical name is entered into the lnm$system_directory, the "clusterwide" attribute is not set, but the table is available cluster-wide. How does that attribute get set, and how important is it?</description>
      <pubDate>Wed, 03 May 2006 11:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781912#M76069</guid>
      <dc:creator>Jim Geier_1</dc:creator>
      <dc:date>2006-05-03T11:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781913#M76070</link>
      <description>For V8.2, there is the $ DEFINE /CLUSTER_SYSTEM&lt;BR /&gt;&lt;BR /&gt;DEFINE&lt;BR /&gt;&lt;BR /&gt;  /CLUSTER_SYSTEM&lt;BR /&gt;&lt;BR /&gt;     You must be signed in to the SYSTEM account or have SYSNAM&lt;BR /&gt;     (system logical name) or SYSPRV (system) privilege to use this&lt;BR /&gt;     qualifier.&lt;BR /&gt;&lt;BR /&gt;     Defines a clusterwide logical name in the LNM$SYSCLUSTER table.</description>
      <pubDate>Wed, 03 May 2006 15:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781913#M76070</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2006-05-03T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781914#M76071</link>
      <description>It appears that only logical names created in a clusterwide logical name table get the "CLUSTERWIDE" bit flagged, not the table itself.   To me this is a design flaw.   The only way I can find to verify that a particular table is in fact clusterwide is to use the command&lt;BR /&gt;&lt;BR /&gt;$ SHOW LOGICAL/DESCENDANT/TABLE=LNM$CLUSTER_TABLE&lt;BR /&gt;&lt;BR /&gt;Also, how does one get at the name of the parent table of a logical name table?  &lt;BR /&gt;&lt;BR /&gt;The lexical F$TRNLNM doesn't appear to have any item code for doing this.    The item TABLE_NAME returns LNM$SYSTEM_DIRECTORY.  There doesn't appear to be a PARENT_TABLE_NAME item code.  I suppose there might ought to be a separate system service to match $CRELNT, such as $SHOW_LNT.  It seems like it would be easier to add the PARENT_TABLE_NAME item code to $TRNLNM.&lt;BR /&gt;&lt;BR /&gt;Robert&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 16:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781914#M76071</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2006-05-03T16:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating clusterwide logical name tables</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781915#M76072</link>
      <description>Another clever way to test if a logical name table is clusterwide is to define a dummy logical name in the table and check the translation of that logical name to see if the CLUSTERWIDE flag is set for it.  Then you deassign the dummy name.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 03 May 2006 16:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-clusterwide-logical-name-tables/m-p/3781915#M76072</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2006-05-03T16:05:08Z</dc:date>
    </item>
  </channel>
</rss>

