<?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 restoring printer configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999779#M297033</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have followed the following steps to resore the printer configuration. But it is not restoring the printers. Please go through this and let me know the error in the method what i have followed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Save Spooler Configuration&lt;BR /&gt;On the source system using SAM --&amp;gt; Printers &amp;amp; Plotters --&amp;gt; LP Spooler --&amp;gt; Save/Restore Spooler Configuration.&lt;BR /&gt;&lt;BR /&gt;Select Actions --&amp;gt; Save Spooler Configuration to save the configuration to /var/sam/lp&lt;BR /&gt;&lt;BR /&gt;On the source system excute&lt;BR /&gt;# "tar cvf /var/tmp/printers.tar /var/sam/lp and transfer to target system.&lt;BR /&gt;&lt;BR /&gt;Restore Spooler Configuration&lt;BR /&gt;On the target system excute "tar xvf printers.tar"&lt;BR /&gt;&lt;BR /&gt;On the target system excute&lt;BR /&gt;# "chmod 755 /var/sam/lp"&lt;BR /&gt;&lt;BR /&gt;Ensure the following is installed:-&lt;BR /&gt;# swlist | grep -i direct&lt;BR /&gt;J4189-11001C  E.10.34        Hewlett-Packard JetDirect Printer Installer for Unix&lt;BR /&gt;&lt;BR /&gt;On the target system &lt;BR /&gt;SAM --&amp;gt; Printers &amp;amp; Plotters --&amp;gt; LP Spooler --&amp;gt; Save/Restore Spooler Configuration.&lt;BR /&gt;&lt;BR /&gt;Select Actions --&amp;gt; Restore Spooler Configuration&lt;BR /&gt;( to restore the configuration to /var/sam/lp).&lt;BR /&gt;&lt;BR /&gt;Run the following command after restoring the printer/spooler configuration through SAM:&lt;BR /&gt;# /opt/hpnpl/bin/transferqueue local&lt;BR /&gt;Enter the queue name or all to modify all the queues : all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;Vijila</description>
    <pubDate>Mon, 14 May 2007 23:04:13 GMT</pubDate>
    <dc:creator>vijila</dc:creator>
    <dc:date>2007-05-14T23:04:13Z</dc:date>
    <item>
      <title>restoring printer configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999779#M297033</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have followed the following steps to resore the printer configuration. But it is not restoring the printers. Please go through this and let me know the error in the method what i have followed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Save Spooler Configuration&lt;BR /&gt;On the source system using SAM --&amp;gt; Printers &amp;amp; Plotters --&amp;gt; LP Spooler --&amp;gt; Save/Restore Spooler Configuration.&lt;BR /&gt;&lt;BR /&gt;Select Actions --&amp;gt; Save Spooler Configuration to save the configuration to /var/sam/lp&lt;BR /&gt;&lt;BR /&gt;On the source system excute&lt;BR /&gt;# "tar cvf /var/tmp/printers.tar /var/sam/lp and transfer to target system.&lt;BR /&gt;&lt;BR /&gt;Restore Spooler Configuration&lt;BR /&gt;On the target system excute "tar xvf printers.tar"&lt;BR /&gt;&lt;BR /&gt;On the target system excute&lt;BR /&gt;# "chmod 755 /var/sam/lp"&lt;BR /&gt;&lt;BR /&gt;Ensure the following is installed:-&lt;BR /&gt;# swlist | grep -i direct&lt;BR /&gt;J4189-11001C  E.10.34        Hewlett-Packard JetDirect Printer Installer for Unix&lt;BR /&gt;&lt;BR /&gt;On the target system &lt;BR /&gt;SAM --&amp;gt; Printers &amp;amp; Plotters --&amp;gt; LP Spooler --&amp;gt; Save/Restore Spooler Configuration.&lt;BR /&gt;&lt;BR /&gt;Select Actions --&amp;gt; Restore Spooler Configuration&lt;BR /&gt;( to restore the configuration to /var/sam/lp).&lt;BR /&gt;&lt;BR /&gt;Run the following command after restoring the printer/spooler configuration through SAM:&lt;BR /&gt;# /opt/hpnpl/bin/transferqueue local&lt;BR /&gt;Enter the queue name or all to modify all the queues : all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;Vijila</description>
      <pubDate>Mon, 14 May 2007 23:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999779#M297033</guid>
      <dc:creator>vijila</dc:creator>
      <dc:date>2007-05-14T23:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: restoring printer configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999780#M297034</link>
      <description>THis is how I've done it:&lt;BR /&gt;&lt;BR /&gt;echo "Backing up the spooler configuration to /var/sam/lp/lp.new....please wait..." ; /usr/sam/lbin/lpmgr -S -v -xsavedir=/var/sam/lp/ ; cp -r -p /var/sam/lp/lp.new/* /var/sam/lp/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tar cvf lp.tar /var/sam/lp/&lt;BR /&gt;&lt;BR /&gt;scp that tarbal to new server.&lt;BR /&gt;&lt;BR /&gt;tar xvf lp.tar &lt;BR /&gt;&lt;BR /&gt;echo "Restoring the spooler configuration....please wait..."; /usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp/&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 15 May 2007 08:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999780#M297034</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-05-15T08:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: restoring printer configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999781#M297035</link>
      <description>I have always done this with success with the same method you have mentioned.&lt;BR /&gt;&lt;BR /&gt;execute "backup spooler config" in sam&lt;BR /&gt;tar up /var/sam/lp&lt;BR /&gt;&lt;BR /&gt;untar on destination server&lt;BR /&gt;execute "recover spooler config"&lt;BR /&gt;&lt;BR /&gt;Have not needed the transferqueue command&lt;BR /&gt;&lt;BR /&gt;What is actually happening ?  Errors ? Missing ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 May 2007 14:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999781#M297035</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-05-15T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: restoring printer configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999782#M297036</link>
      <description>Do you have same version of HP-UX ?&lt;BR /&gt;&lt;BR /&gt;I've done this many times with success, but mainly used same method as Geoff describe (as this is what sam actually does, but it's just faster than entering sam :-)&lt;BR /&gt;&lt;BR /&gt;The only times I've experienced it failed was when copying printers from PA-Risc to Itanium.&lt;BR /&gt;&lt;BR /&gt;This is due to a difference in the file structure for the software, but can be overcome by creating some links.&lt;BR /&gt;&lt;BR /&gt;Remember that the scheduler should not run while you're restoring printers... and remember to start it again when you're finished ;-)&lt;BR /&gt;&lt;BR /&gt;/Tor-Arne</description>
      <pubDate>Fri, 18 May 2007 16:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-printer-configuration/m-p/3999782#M297036</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2007-05-18T16:38:34Z</dc:date>
    </item>
  </channel>
</rss>

