<?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: CSWS and logicals in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164927#M947</link>
    <description>Please withdraw my query. I have found what I was doing wrong....my logical was not defined in the group I had thought it was. It is working as expected now (I wish my brain was !).&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Jan 2004 01:39:33 GMT</pubDate>
    <dc:creator>Chris Barratt</dc:creator>
    <dc:date>2004-01-15T01:39:33Z</dc:date>
    <item>
      <title>CSWS and logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164924#M944</link>
      <description>Using CSWS 1.3.&lt;BR /&gt;&lt;BR /&gt;Will SWS only translate system logicals used in directory/alias definitions ?&lt;BR /&gt;&lt;BR /&gt;Why will it not pick up group logicals ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2004 23:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164924#M944</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2004-01-14T23:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS and logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164925#M945</link>
      <description>Why do you think, it will only read system logicals?&lt;BR /&gt;You can edit the LOGIN.COM for the apache$www account und insert process or job logicals, e.g. we switched to the HP supplied PERL images.</description>
      <pubDate>Thu, 15 Jan 2004 01:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164925#M945</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2004-01-15T01:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS and logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164926#M946</link>
      <description>I didn't think of process/job logicals, but it is certainly not picking up group logicals.&lt;BR /&gt;&lt;BR /&gt;I defined a logical group wide, created the Apache alias and tested. Apache couldn't find the directory/file when I browsed to it.&lt;BR /&gt;&lt;BR /&gt;I changed the logical to be a system logical and it all worked.&lt;BR /&gt;&lt;BR /&gt;For my purposes, however, I would like to use group logicals.</description>
      <pubDate>Thu, 15 Jan 2004 01:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164926#M946</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2004-01-15T01:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS and logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164927#M947</link>
      <description>Please withdraw my query. I have found what I was doing wrong....my logical was not defined in the group I had thought it was. It is working as expected now (I wish my brain was !).&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 01:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164927#M947</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2004-01-15T01:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS and logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164928#M948</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;  It sounds like you've solved your immediate problem by finding the right group logical name table.&lt;BR /&gt;&lt;BR /&gt;  Anticipating a problem you may come up against in the future, here's a solution before you even know about the problem :-)&lt;BR /&gt;&lt;BR /&gt;  How to define group logical names for arbitrary groups at system startup time?&lt;BR /&gt;&lt;BR /&gt;  This is an issue because a group table for a particular group will not exist until a process within that group has been created. During system startup, no other processes have been started, so the only group table in existence is LNM$GROUP_000001 (SYSTEM group).&lt;BR /&gt;&lt;BR /&gt;  Fortunately you can create the group table by starting a process under any UIC within the group. There doesn't even need to be a matching UAF entry, and it doesn't matter if the process fails. For example, for group 200 (requires IMPERSONATE privilege) :&lt;BR /&gt;&lt;BR /&gt;  $ RUN/UIC=[200,0] nl:&lt;BR /&gt;  $ DEFINE/TABLE=LNM$GROUP_000200 name value&lt;BR /&gt;&lt;BR /&gt;  The detached process created by the RUN command will fail immediately with %SYSTEM-W-ENDOFFILE (since it's trying to execute the null device), but will cause the table to be created.&lt;BR /&gt;&lt;BR /&gt;  Hope this helps!</description>
      <pubDate>Thu, 15 Jan 2004 20:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164928#M948</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-01-15T20:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS and logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164929#M949</link>
      <description>Thanks John.&lt;BR /&gt;We currently do this by submitting batch jobs under a special user in the group we are setting up logicals for (the user is used for other things too, not just setting up logicals). It hadn't occured to me to do it the way you mention, but that could be a handy tip for the future.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 20:50:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-and-logicals/m-p/3164929#M949</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2004-01-15T20:50:17Z</dc:date>
    </item>
  </channel>
</rss>

