<?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: Copying user accounts in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741072#M74696</link>
    <description>Mike,&lt;BR /&gt;&lt;BR /&gt;I believe you can copy the authorize files to the new system.  The files to copy would be:&lt;BR /&gt;&lt;BR /&gt;SYS$SYSTEM:SYSUAF.DAT&lt;BR /&gt;SYS$SYSTEM:RIGHTSLIST.DAT&lt;BR /&gt;SYS$SYSTEM:VMSMAIL_PROFILE.DATA&lt;BR /&gt;&lt;BR /&gt;I believe there is also a proxy file that would need to be copied as well but I don't recall the name right now.&lt;BR /&gt;&lt;BR /&gt;Phil</description>
    <pubDate>Tue, 28 Feb 2006 14:08:17 GMT</pubDate>
    <dc:creator>Phillip Thayer</dc:creator>
    <dc:date>2006-02-28T14:08:17Z</dc:date>
    <item>
      <title>Copying user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741071#M74695</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We are switching servers and upgrading from 7.2-1 to 7.3-2 on the 'new' server.&lt;BR /&gt;&lt;BR /&gt;We have about 300 user accounts.  Can I copy these from one server to another?&lt;BR /&gt;&lt;BR /&gt;Call me lazy but I don't want to create 300 accounts by hand.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.  This is the best IT forum anywhere and I appreciate the OVMS experts!</description>
      <pubDate>Tue, 28 Feb 2006 13:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741071#M74695</guid>
      <dc:creator>Mike Poole_1</dc:creator>
      <dc:date>2006-02-28T13:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copying user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741072#M74696</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;I believe you can copy the authorize files to the new system.  The files to copy would be:&lt;BR /&gt;&lt;BR /&gt;SYS$SYSTEM:SYSUAF.DAT&lt;BR /&gt;SYS$SYSTEM:RIGHTSLIST.DAT&lt;BR /&gt;SYS$SYSTEM:VMSMAIL_PROFILE.DATA&lt;BR /&gt;&lt;BR /&gt;I believe there is also a proxy file that would need to be copied as well but I don't recall the name right now.&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Tue, 28 Feb 2006 14:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741072#M74696</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2006-02-28T14:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copying user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741073#M74697</link>
      <description>For that I usually make a copy of SYSUAF and RIGHTLIST, run them though an EDIT/TPU session and remove all records I don't want/need.&lt;BR /&gt;&lt;BR /&gt;I do that, because some special accounts like TCPIP$bla might have different UICs on different systems :-(&lt;BR /&gt;&lt;BR /&gt;The editor will create a sequential file which I copy to the destination system. There, I merge the contents of the existing file with, e.g.:&lt;BR /&gt;$ CONVERT SYSUAF.DAT,SYSUAF.NEW ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The DECnet proxy files are NETPROXY.DAT and NET$PROXY.DAT&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 14:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741073#M74697</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-02-28T14:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Copying user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741074#M74698</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;The format of the SYSUAF.DAT, RIGHTSLIST, and associated files are upward-compatible.&lt;BR /&gt;&lt;BR /&gt;The same basic steps necessary for moving RIGHTSLIST and SYSUAF files to another node are rather similar to the steps involved &lt;BR /&gt;in merging these files in an OpenVMS Cluster.&lt;BR /&gt;&lt;BR /&gt;Regarding the new NET$PROXY.DAT file, I hope we have to use syss$system: convert_proxy.exe to convert netproxy.dat to net$proxy.dat&lt;BR /&gt;&lt;BR /&gt;The big task here is that as RIGHTSLIST identifier values and UIC values that end up scattered around the target system must be rationalized to node where you copy.&lt;BR /&gt;&lt;BR /&gt;The lattermost case is resolving the identifier values is the often most difficult part. If you find &lt;BR /&gt;that an identifier value (or identifier name) from the source RIGHTSLIST collides with that of an identifier existing on the &lt;BR /&gt;target system, you must first determine if the two identifiers perform the same function. In most cases, they will not. If you encounter a collision, changing both of the identifier binary values (or names)involved in the collision to new and unique values can prevent security problems.&lt;BR /&gt;&lt;BR /&gt;In the same way the problem exist with UIC values, as these too tend to be scattered all over the system environment. Like the&lt;BR /&gt;binary identifier values, you will find UIC values associated with disks, ACLs, queues, and various other structures.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Tue, 28 Feb 2006 14:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741074#M74698</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-02-28T14:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copying user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741075#M74699</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;This has been discussed in detail eariler in this forum....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=975328" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=975328&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Tue, 28 Feb 2006 16:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copying-user-accounts/m-p/3741075#M74699</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-02-28T16:45:55Z</dc:date>
    </item>
  </channel>
</rss>

