<?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: users &amp;amp; printers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530784#M25181</link>
    <description>Couple of things: &lt;BR /&gt;- If you have ignite installed, you can do a make_recovery on your first system and then do an interactive restore onto your second system. This would allow you to duplicate your first box onto your second. &lt;BR /&gt;&lt;BR /&gt;- Copy /etc/passwd and /etc/group from box 1 to box 2 to copy user/groups. You'll have to modify home directory paths unless their NFS mountable.&lt;BR /&gt;&lt;BR /&gt;- Why not use NIS to distribute account information between your machines? That'll allow you to just maintain one set of usernames and password etc centrally and will allow logins to whatever machines you specify if they're NIS clients&lt;BR /&gt;&lt;BR /&gt;Just my 2 cents...</description>
    <pubDate>Mon, 21 May 2001 13:54:33 GMT</pubDate>
    <dc:creator>Barry O Flanagan</dc:creator>
    <dc:date>2001-05-21T13:54:33Z</dc:date>
    <item>
      <title>users &amp; printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530783#M25180</link>
      <description>If I wanted to replicate my users and printers onto another machine, are there a series of files that I could move? or some other mechanism that would allow me to do so?</description>
      <pubDate>Mon, 21 May 2001 13:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530783#M25180</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2001-05-21T13:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: users &amp; printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530784#M25181</link>
      <description>Couple of things: &lt;BR /&gt;- If you have ignite installed, you can do a make_recovery on your first system and then do an interactive restore onto your second system. This would allow you to duplicate your first box onto your second. &lt;BR /&gt;&lt;BR /&gt;- Copy /etc/passwd and /etc/group from box 1 to box 2 to copy user/groups. You'll have to modify home directory paths unless their NFS mountable.&lt;BR /&gt;&lt;BR /&gt;- Why not use NIS to distribute account information between your machines? That'll allow you to just maintain one set of usernames and password etc centrally and will allow logins to whatever machines you specify if they're NIS clients&lt;BR /&gt;&lt;BR /&gt;Just my 2 cents...</description>
      <pubDate>Mon, 21 May 2001 13:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530784#M25181</guid>
      <dc:creator>Barry O Flanagan</dc:creator>
      <dc:date>2001-05-21T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: users &amp; printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530785#M25182</link>
      <description>Hi Jeff&lt;BR /&gt;&lt;BR /&gt;Users &lt;BR /&gt;&lt;BR /&gt;Copy /etc/passwd /etc/groups and then create thr home directories and copy the .profiles for all the users .&lt;BR /&gt;&lt;BR /&gt;Printers &lt;BR /&gt;&lt;BR /&gt;You can copy /usr/spool/lp directory across , but also you will have to copy /etc/hosts incase you have network printers , generally this works but if I was you I would have recreted new printers since they are easy to create and it is easier to debug problems with new printers then to debug the old copied ones. Also you have always the flexibilty to go back in case the copy doesnt work .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 21 May 2001 13:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530785#M25182</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-21T13:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: users &amp; printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530786#M25183</link>
      <description>Hi Jeff!&lt;BR /&gt;To replicate users, groups, services, etc. automatically, you can use NIS or NIS+ (more secure): &lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90045/B1031-90045_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90045/00/00/20-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90045/00/00/20-toc.html&amp;amp;searchterms=NIS&amp;amp;queryid=20010521-075815" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90045/B1031-90045_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90045/00/00/20-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90045/00/00/20-toc.html&amp;amp;searchterms=NIS&amp;amp;queryid=20010521-075815&lt;/A&gt;&lt;BR /&gt;or you can make it manually by copying /etc/passwd and /etc/group.&lt;BR /&gt;&lt;BR /&gt;For Printers (I've never done this) I think you just need to copy /etc/lp.&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
      <pubDate>Mon, 21 May 2001 14:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530786#M25183</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-05-21T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: users &amp; printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530787#M25184</link>
      <description>I want to mv the printers and users from unix 10.20 over to the same type of box(HPK9000), but the operating system is 11.00.  I was told the passwd and group file will get the uses, but what about the printers?</description>
      <pubDate>Mon, 21 May 2001 14:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530787#M25184</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2001-05-21T14:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: users &amp; printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530788#M25185</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;I have successfully migrated users and printers from 10.20 to 11.00 .&lt;BR /&gt;&lt;BR /&gt;For users :-&lt;BR /&gt;&lt;BR /&gt;Copy over the "/etc/passwd" , "/etc/group" and also "/etc/logingroup" ( if you use /etc/logingroup ).Don't forget to copy the users home directories. If your 10.20 server is trusted , trust your 11.00 server before you copy over the above files along with "/tcb" directory structure . On 11.00 , use "pwck" and check for any errors/warning.&lt;BR /&gt;&lt;BR /&gt;For printers :-&lt;BR /&gt;&lt;BR /&gt;copy over the "/etc/lp" ,"/var/spool/lp" and you are all set to go.&lt;BR /&gt;&lt;BR /&gt;Praveen</description>
      <pubDate>Mon, 21 May 2001 14:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-amp-printers/m-p/2530788#M25185</guid>
      <dc:creator>Gadura Praveen</dc:creator>
      <dc:date>2001-05-21T14:17:06Z</dc:date>
    </item>
  </channel>
</rss>

