<?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: Problem with Advanced Server 6.1 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-advanced-server-6-1/m-p/4993578#M52621</link>
    <description>Actually, in the comments above :-)</description>
    <pubDate>Mon, 31 Jul 2006 06:39:51 GMT</pubDate>
    <dc:creator>Robert Manning_2</dc:creator>
    <dc:date>2006-07-31T06:39:51Z</dc:date>
    <item>
      <title>Problem with Advanced Server 6.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-advanced-server-6-1/m-p/4993576#M52619</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've had a somewhat sudden problem crop up on an otherwise stable system, and I was wondering whether anyone might have some advice?&lt;BR /&gt;&lt;BR /&gt;I'm running Advanced Server 6.1 on a two-node AlphaCluster with OVMS 6.2-1H3. We have licensing for 50 users.&lt;BR /&gt;&lt;BR /&gt;This morning a user in another site complained of not being able to connect to a share from the Windows 2000 network. When I attempted to connect, I could see both nodes and the cluster alias in Network Neighbourhood, but none would respond. I can ping them by name and by address from Windows and all three respond, but drive mapping will not.&lt;BR /&gt;&lt;BR /&gt;The services BROWSER, EVENTLOG, NETLOGON and SERVER all start when Pathworks is started, although NETLOGON takes a little time.&lt;BR /&gt;&lt;BR /&gt;Thinking perhaps there might have been a corruption in my SAM database, I attempted to rebuild it with a procedure we used to use in Pathworks 6.0, however this encountered a 'serious error' and quit. I replaced the original SAM and restarted the software, but without success.&lt;BR /&gt;&lt;BR /&gt;Looking for the cause of the problem, I ran Admin/Analyze for the previous 36 hours and saw some messages indicating that the software had been restarted, however I can't see anything wrong anywhere.&lt;BR /&gt;&lt;BR /&gt;It's been a while since I had to do any maintenance on Advanced Server, so I'm a little rusty, but if anyone can point me at a solution, I'd appreciate it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2006 09:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-advanced-server-6-1/m-p/4993576#M52619</guid>
      <dc:creator>Robert Manning_2</dc:creator>
      <dc:date>2006-07-27T09:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Advanced Server 6.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-advanced-server-6-1/m-p/4993577#M52620</link>
      <description>Okay, so it turned out not to be a SAM corruption after all...&lt;BR /&gt;&lt;BR /&gt;What happened was that Pathworks stopped responding after the PDC in our Windows domain changed to another server.&lt;BR /&gt;&lt;BR /&gt;With the installation configured to reference Server A as the PDC, Server B was never going to be accepted, etc., and so on...&lt;BR /&gt;&lt;BR /&gt;The solution, as prescribed by Pathworks Support in Utrecht, Holland, would normally have been to reconfigure Advanced Server with the name of the new PDC. &lt;BR /&gt;&lt;BR /&gt;However, since the new Domain Controller was now a W2K3 server, certain adjustments had to be made to the Domain Controller Security Policy, per Microsoft Article 889030, followed by a reboot of the PDC.&lt;BR /&gt;&lt;BR /&gt;In case anyone finds it useful, here are the relevant settings:&lt;BR /&gt;********************&lt;BR /&gt;       Policy settings from Microsoft article number 889030:&lt;BR /&gt;&lt;BR /&gt;Make sure that the following settings on the Windows 2003 Domain Controlers are configured as shown.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Utility: Domain Controller Security Policy &lt;BR /&gt;                Security Settings\Local Policies\Security Options &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RestrictAnonymous and RestrictAnonymousSam:&lt;BR /&gt;Network access: Allow anonymous SID/Name translation ENABLED&lt;BR /&gt;Network access: Do not allow anonymous enumeration of SAM accounts DISABLED&lt;BR /&gt;Network access: Do not allow anonymous enumeration of SAM accounts and shares DISABLED&lt;BR /&gt;Network access: Let Everyone permissions apply to anonymous users ENABLED&lt;BR /&gt;Network access: Named pipes can be accessed anonymously ENABLED&lt;BR /&gt;Network access: Restrict anonymous access to Named Pipes and shares DISABLED&lt;BR /&gt;&lt;BR /&gt;LM Compatibility:&lt;BR /&gt;Network security: LAN Manager authentication level "LM &amp;amp; NTLM responses" or "Send LM &amp;amp; NTLM - use NTLMV2 session security if negotiated"&lt;BR /&gt;&lt;BR /&gt;SMB Signing, SMB Encrypting, or both:&lt;BR /&gt;Microsoft network client: Digitally sign communications (always) DISABLED&lt;BR /&gt;Microsoft network client: Digitally sign communications (if server agrees) ENABLED&lt;BR /&gt;Microsoft network server: Digitally sign communications (always) DISABLED&lt;BR /&gt;Microsoft network server: Digitally sign communications (if client agrees) ENABLED&lt;BR /&gt;Domain member: Digitally encrypt or sign secure channel data (always)  DISABLED&lt;BR /&gt;Domain member: Digitally encrypt secure channel data (when it is possible) ENABLED&lt;BR /&gt;Domain member: Digitally sign secure channel data (when it is possible) ENABLED&lt;BR /&gt;Domain member: Require strong (Windows 2000 or later) session key DISABLED&lt;BR /&gt;&lt;BR /&gt;You need to add everyone to the local group "pre-Windows 2000 Compatible Access" So on the PDC&lt;BR /&gt;To do this, you need to execute, on the PDC emulator, in a DOS box the command:&lt;BR /&gt;&lt;BR /&gt;        net localgroup "pre-windows 2000 compatible access" everyone /add&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After the settings are configured correctly, you must restart your computer. The security settings are not enforced until the computer is restarted.&lt;BR /&gt;*********************&lt;BR /&gt;&lt;BR /&gt;After these settings were put into effect, PWCONFIG worked and the Advanced Server environment could be properly reconfigured.&lt;BR /&gt;&lt;BR /&gt;If only everything in life was as straightforward...&lt;BR /&gt;&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 06:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-advanced-server-6-1/m-p/4993577#M52620</guid>
      <dc:creator>Robert Manning_2</dc:creator>
      <dc:date>2006-07-31T06:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Advanced Server 6.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-advanced-server-6-1/m-p/4993578#M52621</link>
      <description>Actually, in the comments above :-)</description>
      <pubDate>Mon, 31 Jul 2006 06:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-advanced-server-6-1/m-p/4993578#M52621</guid>
      <dc:creator>Robert Manning_2</dc:creator>
      <dc:date>2006-07-31T06:39:51Z</dc:date>
    </item>
  </channel>
</rss>

