<?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 Users is done, how about PRINTERS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/users-is-done-how-about-printers/m-p/2883977#M101592</link>
    <description>How do I move all the printers over to the other machine?  I don't have NIS, this other machine empty, it's an unused box.</description>
    <pubDate>Thu, 16 Jan 2003 21:28:42 GMT</pubDate>
    <dc:creator>Jeff Hagstrom</dc:creator>
    <dc:date>2003-01-16T21:28:42Z</dc:date>
    <item>
      <title>Users is done, how about PRINTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-is-done-how-about-printers/m-p/2883977#M101592</link>
      <description>How do I move all the printers over to the other machine?  I don't have NIS, this other machine empty, it's an unused box.</description>
      <pubDate>Thu, 16 Jan 2003 21:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-is-done-how-about-printers/m-p/2883977#M101592</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2003-01-16T21:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Users is done, how about PRINTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-is-done-how-about-printers/m-p/2883978#M101593</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;We've used the SAM method mentioned in this post to replicate printers to other systems:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4d7c402f24d5d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4d7c402f24d5d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jan 2003 22:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-is-done-how-about-printers/m-p/2883978#M101593</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-01-16T22:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Users is done, how about PRINTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-is-done-how-about-printers/m-p/2883979#M101594</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;HP does not support the copying of the lp spooler configuration from one system &lt;BR /&gt;to another. The IO configuration of the target system may be different than IO &lt;BR /&gt;configuration on the source system. The device files for local printers would &lt;BR /&gt;be different on the new system, and the spooler configuration for those &lt;BR /&gt;printers contain the device files. The print queues may not work. &lt;BR /&gt;&lt;BR /&gt;A procedure that has been known to work in most circumstances is as follows : &lt;BR /&gt;&lt;BR /&gt;On the source system: &lt;BR /&gt;&lt;BR /&gt;Execute &lt;BR /&gt;-&amp;gt; SAM &lt;BR /&gt;-&amp;gt; Printers and Plotters &lt;BR /&gt;-&amp;gt; Lp Spooler &lt;BR /&gt;-&amp;gt; Save/Restore Spooler Configuration &lt;BR /&gt;&lt;BR /&gt;Choose &lt;BR /&gt;-&amp;gt; Actions &lt;BR /&gt;-&amp;gt; Save Spooler Configuration &lt;BR /&gt;&lt;BR /&gt;This will save all the information necessary to rebuild the spooler into the &lt;BR /&gt;directory /var/sam/lp. &lt;BR /&gt;&lt;BR /&gt;Tar this directory (/var/sam/lp) : &lt;BR /&gt;&lt;BR /&gt;# tar cvf /tmp/lp.tar /var/sam/lp &lt;BR /&gt;&lt;BR /&gt;Copy the resulting tar file, lp.tar, onto the target system. &lt;BR /&gt;&lt;BR /&gt;Unpack the lp.tar file on the target system : &lt;BR /&gt;&lt;BR /&gt;# tar xvf lp.tar &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Execute &lt;BR /&gt;-&amp;gt; SAM &lt;BR /&gt;-&amp;gt; Printers and Plotters &lt;BR /&gt;-&amp;gt; Lp Spooler &lt;BR /&gt;-&amp;gt; Save/Restore Spooler Configuration &lt;BR /&gt;&lt;BR /&gt;Choose &lt;BR /&gt;-&amp;gt; Actions &lt;BR /&gt;-&amp;gt; Restore Spooler Configuration &lt;BR /&gt;&lt;BR /&gt;This will build the lp spooler configuration on the target system using the &lt;BR /&gt;information from the source system, creating a "clone" of the old system. &lt;BR /&gt;&lt;BR /&gt;An error may occur when restoring the spooler if the root umask is set to &lt;BR /&gt;something other than 022. The permission on /var/sam/lp and all file &lt;BR /&gt;under it could be changed from their defaults, 755 or rwxr-xr-x, with the result &lt;BR /&gt;that SAM cannot access the files to perform the restore. The error received in &lt;BR /&gt;SAMlog would be something like: &lt;BR /&gt;&lt;BR /&gt;ERROR A problem occurred doing "lpadmin -ptrec_stor &lt;BR /&gt;-i/var/sam/lp/interface/trec_st or -v/dev/null ". Stderr from this command is &lt;BR /&gt;"/usr/sbin/lpadmin: can't access file "/var/sam/lp/interface/trec_stor"". &lt;BR /&gt;* Failed to restore trec_stor</description>
      <pubDate>Thu, 16 Jan 2003 22:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-is-done-how-about-printers/m-p/2883979#M101594</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2003-01-16T22:45:54Z</dc:date>
    </item>
  </channel>
</rss>

