<?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: UAF migration for some users in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5806321#M102882</link>
    <description>&lt;P&gt;You might want to have a look at QUAI&lt;/P&gt;&lt;P&gt;at &lt;A target="_blank" href="http://www.quadratrix.be/quai.html"&gt;http://www.quadratrix.be/quai.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If properly installed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QUAI/EXTRACT user1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will extract the information about "user1" from the SYSUAF into a file ( user1.quai )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copying the file "user1.quai" to the target system and using QUAI thus:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QUAI/INSERT user1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will insert the necessary info in the SYSUAF of the target system&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Sep 2012 14:00:06 GMT</pubDate>
    <dc:creator>Kris Clippeleyr</dc:creator>
    <dc:date>2012-09-18T14:00:06Z</dc:date>
    <item>
      <title>UAF migration for some users</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805791#M102877</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create one command procedure which will scan the sysuaf and genarate a file with command procedure to create the same user in another system. This command procedure will include the granted identifier as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is required as my requirement is to migrate some of users to another system,not all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 03:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805791#M102877</guid>
      <dc:creator>mrityunjoy</dc:creator>
      <dc:date>2012-09-18T03:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: UAF migration for some users</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805799#M102878</link>
      <description>&lt;P&gt;Why make it more difficult than you need to?&amp;nbsp; Make a BACKUP saveset of SYSUAF.DAT and RIGHTSLIST.DAT from your source system and move that to the second system.&amp;nbsp; Then either mark the unneeded accounts as DISUSER or remove them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bob&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 03:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805799#M102878</guid>
      <dc:creator>Bob Blunt</dc:creator>
      <dc:date>2012-09-18T03:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: UAF migration for some users</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805803#M102879</link>
      <description>&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have almost 700 accounts in the server,&amp;nbsp;out of which I need to migrate 65 accounts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 03:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805803#M102879</guid>
      <dc:creator>mrityunjoy</dc:creator>
      <dc:date>2012-09-18T03:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: UAF migration for some users</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805835#M102880</link>
      <description>&lt;P&gt;If you don't want to delete the records you don't need, create an empty UAF and copy the ones you want. SYSUAF is just an RMS file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ OPEN/READ UAF SYSUAF&lt;/P&gt;&lt;P&gt;$ OPEN/READ/WRITE NEWUAF YOURUAF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; repeat for each key you want (build a procedure to do it)&lt;/P&gt;&lt;P&gt;$ READ/KEY="SOMEUSER" UAF UAFRECORD&lt;/P&gt;&lt;P&gt;$ WRITE NEWUAF UAFRECORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ CLOSE UAF&lt;/P&gt;&lt;P&gt;$ CLOSE NEWUAF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now take the new UAF file to the target system and use MERGE to merge it with the UAF over there.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 05:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805835#M102880</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2012-09-18T05:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: UAF migration for some users</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805845#M102881</link>
      <description>Thanks..how shall I merge newuaf with existing one in another system.</description>
      <pubDate>Tue, 18 Sep 2012 05:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5805845#M102881</guid>
      <dc:creator>mrityunjoy</dc:creator>
      <dc:date>2012-09-18T05:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: UAF migration for some users</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5806321#M102882</link>
      <description>&lt;P&gt;You might want to have a look at QUAI&lt;/P&gt;&lt;P&gt;at &lt;A target="_blank" href="http://www.quadratrix.be/quai.html"&gt;http://www.quadratrix.be/quai.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If properly installed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QUAI/EXTRACT user1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will extract the information about "user1" from the SYSUAF into a file ( user1.quai )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copying the file "user1.quai" to the target system and using QUAI thus:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QUAI/INSERT user1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will insert the necessary info in the SYSUAF of the target system&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5806321#M102882</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2012-09-18T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: UAF migration for some users</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5806503#M102883</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;how shall I merge newuaf with existing one in another system&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ CONVERT /MERGE /STAT /EXCEP=bad.dat &amp;nbsp;new.dat SYSUAF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note 1) &amp;nbsp;you also want to do this for RIGHTSLIST&lt;/P&gt;&lt;P&gt;Note 2) I like the DCL OPEN/READ loop, but you can probably also just use SEARCH/STAT/OUT user1,user2,&lt;/P&gt;&lt;P&gt;You may want to use [user1], [user2] or "user1 ", "user2 " to avoid false matches&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 17:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/uaf-migration-for-some-users/m-p/5806503#M102883</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2012-09-18T17:22:59Z</dc:date>
    </item>
  </channel>
</rss>

