<?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: No System password in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939246#M29403</link>
    <description>when you say "sysuaf looks fine" are you talking about following the logical name "SYSUAF" or a specific file, like SYS$SYSTEM:SYSUAF.DAT? Or, perhaps you're just running AUTHORIZE and accessing a "private" SYSUAF.DAT in your login directory?&lt;BR /&gt;&lt;BR /&gt;Please check the logical name. It may also help to enable login failure audits and see what they say when you try logging in.&lt;BR /&gt;&lt;BR /&gt;I suspect the logical name SYSUAF points to a non-existent file.</description>
    <pubDate>Tue, 08 Nov 2005 22:29:26 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2005-11-08T22:29:26Z</dc:date>
    <item>
      <title>No System password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939241#M29398</link>
      <description>I have a new (to me) AlphaServer DS10L with console version 7. VMS 7.3-1.  When I login at the console as System it logs in without asking for a password, which is a problem.  Other accounts ask for a password.  The sysuaf looks fine.  Com1_mode in the console is set to snoop instead of through.  Is this the problem?</description>
      <pubDate>Tue, 08 Nov 2005 11:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939241#M29398</guid>
      <dc:creator>JKrucus</dc:creator>
      <dc:date>2005-11-08T11:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: No System password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939242#M29399</link>
      <description>Have you tried "SET PASSWORD"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Com1_mode in the console is set to snoop&lt;BR /&gt;&amp;gt; instead of through.&lt;BR /&gt;&lt;BR /&gt;Eh?</description>
      <pubDate>Tue, 08 Nov 2005 12:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939242#M29399</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-11-08T12:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: No System password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939243#M29400</link>
      <description>JKrucus,&lt;BR /&gt;&lt;BR /&gt;I thing your SYSTARTUP procedure has an entry to not to ask the SYSTEM password when you login from Console.&lt;BR /&gt;&lt;BR /&gt;We can set this "NO password" option in SYSTARTUP_*.COM file, this is useful feature, this prevents situations where you are locked out from the machine should the password be changed or forgotten.&lt;BR /&gt;&lt;BR /&gt;If you don't want you can comment out the following lines from your SYSTARTUP_*.COM file like this.....&lt;BR /&gt;&lt;BR /&gt;$! No system password required for console.&lt;BR /&gt;$ write sys$output "[Modifying console settings]"&lt;BR /&gt;$ SET TERMINAL OPA0: /PERMANENT /NOSYSPASSWORD&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Tue, 08 Nov 2005 13:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939243#M29400</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-08T13:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: No System password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939244#M29401</link>
      <description>That sounds plausible.  I will check this when I get back to the office tonight.</description>
      <pubDate>Tue, 08 Nov 2005 13:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939244#M29401</guid>
      <dc:creator>JKrucus</dc:creator>
      <dc:date>2005-11-08T13:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: No System password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939245#M29402</link>
      <description>The system password ment here&lt;BR /&gt;$ SET TERMINAL OPA0: /PERMANENT /NOSYSPASSWORD&lt;BR /&gt;is not the password for the username system but a password to be entered before the username prompt.&lt;BR /&gt;&lt;BR /&gt;If you login as system not on the console does it as for the password?</description>
      <pubDate>Tue, 08 Nov 2005 15:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939245#M29402</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-08T15:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: No System password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939246#M29403</link>
      <description>when you say "sysuaf looks fine" are you talking about following the logical name "SYSUAF" or a specific file, like SYS$SYSTEM:SYSUAF.DAT? Or, perhaps you're just running AUTHORIZE and accessing a "private" SYSUAF.DAT in your login directory?&lt;BR /&gt;&lt;BR /&gt;Please check the logical name. It may also help to enable login failure audits and see what they say when you try logging in.&lt;BR /&gt;&lt;BR /&gt;I suspect the logical name SYSUAF points to a non-existent file.</description>
      <pubDate>Tue, 08 Nov 2005 22:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939246#M29403</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-11-08T22:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: No System password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939247#M29404</link>
      <description>The set password worked.</description>
      <pubDate>Wed, 09 Nov 2005 11:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-system-password/m-p/4939247#M29404</guid>
      <dc:creator>JKrucus</dc:creator>
      <dc:date>2005-11-09T11:43:39Z</dc:date>
    </item>
  </channel>
</rss>

