<?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: login.com to set symbol up in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/login-com-to-set-symbol-up/m-p/3843153#M10296</link>
    <description>If you have a root-specific&lt;BR /&gt;SYS$SYSDEVICE:[SYSx.SYSMGR]LOGIN.COM,&lt;BR /&gt;then no one will ever look at the common&lt;BR /&gt;SYS$SYSDEVICE:[SYSx.SYSCOMMON.SYSMGR]LOGIN.COM.&lt;BR /&gt;&lt;BR /&gt;(Where "x" is normally "0".)&lt;BR /&gt;&lt;BR /&gt;Depending on your circumstances, the best&lt;BR /&gt;answer may be to put everything into only one&lt;BR /&gt;of these files, and to delete the other.&lt;BR /&gt;&lt;BR /&gt;Note that normally&lt;BR /&gt;SYS$SYSDEVICE:[SYSx.SYSCOMMON.SYSMGR]LOGIN.COM&lt;BR /&gt;is actually&lt;BR /&gt;SYS$SYSDEVICE:[VMS$COMMON.SYSMGR]LOGIN.COM.&lt;BR /&gt;&lt;BR /&gt;Is this an individual system of part of a&lt;BR /&gt;cluster?</description>
    <pubDate>Mon, 14 Aug 2006 17:37:47 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-08-14T17:37:47Z</dc:date>
    <item>
      <title>login.com to set symbol up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/login-com-to-set-symbol-up/m-p/3843152#M10295</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Am using ADMIN to log onto the system. When going to my home it show the folowing:&lt;BR /&gt;&lt;BR /&gt;$ sh def&lt;BR /&gt;SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;  =   SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;  =   SYS$COMMON:[SYSMGR] &lt;BR /&gt;&lt;BR /&gt;So I have two login.com&lt;BR /&gt;One in SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;and other in: SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;I set some symbol up in both login files and neither of them is executed when I get into the system.&lt;BR /&gt;&lt;BR /&gt;Q. How can I make the lines I put inside login.com get execute.&lt;BR /&gt;&lt;BR /&gt;Thks a lot.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 15:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/login-com-to-set-symbol-up/m-p/3843152#M10295</guid>
      <dc:creator>jpaulino05</dc:creator>
      <dc:date>2006-08-14T15:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: login.com to set symbol up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/login-com-to-set-symbol-up/m-p/3843153#M10296</link>
      <description>If you have a root-specific&lt;BR /&gt;SYS$SYSDEVICE:[SYSx.SYSMGR]LOGIN.COM,&lt;BR /&gt;then no one will ever look at the common&lt;BR /&gt;SYS$SYSDEVICE:[SYSx.SYSCOMMON.SYSMGR]LOGIN.COM.&lt;BR /&gt;&lt;BR /&gt;(Where "x" is normally "0".)&lt;BR /&gt;&lt;BR /&gt;Depending on your circumstances, the best&lt;BR /&gt;answer may be to put everything into only one&lt;BR /&gt;of these files, and to delete the other.&lt;BR /&gt;&lt;BR /&gt;Note that normally&lt;BR /&gt;SYS$SYSDEVICE:[SYSx.SYSCOMMON.SYSMGR]LOGIN.COM&lt;BR /&gt;is actually&lt;BR /&gt;SYS$SYSDEVICE:[VMS$COMMON.SYSMGR]LOGIN.COM.&lt;BR /&gt;&lt;BR /&gt;Is this an individual system of part of a&lt;BR /&gt;cluster?</description>
      <pubDate>Mon, 14 Aug 2006 17:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/login-com-to-set-symbol-up/m-p/3843153#M10296</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-08-14T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: login.com to set symbol up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/login-com-to-set-symbol-up/m-p/3843154#M10297</link>
      <description>You should probably only have ONE LOGIN.COM, in SYS$COMMON:[SYSMGR].&lt;BR /&gt;&lt;BR /&gt;Only one procedure will execute. SYS$SYSROOT will be in preference to SYS$COMMON, but if you're in a cluster, SYS$SYSROOT is only for the current node. Usually it makes more sense to have a common login procedure in the SYS$COMMON root.&lt;BR /&gt;&lt;BR /&gt;Test it with &lt;BR /&gt;&lt;BR /&gt;$ SET VERIFY&lt;BR /&gt;$ @SYS$LOGIN:LOGIN.COM&lt;BR /&gt;&lt;BR /&gt;It's possible your UAF entry specifies a different procedure. See&lt;BR /&gt;&lt;BR /&gt;$ MCR AUTHORIZE SHOW ADMIN&lt;BR /&gt;&lt;BR /&gt;and check the LGICMD field. If it's not blank, then that's the procedure you will execute on login. Otherwise it should be SYS$LOGIN:LOGIN.COM</description>
      <pubDate>Mon, 14 Aug 2006 18:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/login-com-to-set-symbol-up/m-p/3843154#M10297</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-08-14T18:35:09Z</dc:date>
    </item>
  </channel>
</rss>

