<?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: printer installs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636366#M238459</link>
    <description>after using rcp as suggested by rick garland i tried to restore the printer info by executing /user/sam/lbin/lpmgr -R on the new system and it seems to hang.</description>
    <pubDate>Wed, 28 Sep 2005 16:30:01 GMT</pubDate>
    <dc:creator>Donald Thaler</dc:creator>
    <dc:date>2005-09-28T16:30:01Z</dc:date>
    <item>
      <title>printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636358#M238451</link>
      <description>We recently upgraded two of our unix systems to 11i. Is there someway we can copy the printer settings from one system to another without having to re-enter them one at a time.&lt;BR /&gt;Is it possible to copy cron from one system to another?</description>
      <pubDate>Tue, 27 Sep 2005 15:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636358#M238451</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2005-09-27T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636359#M238452</link>
      <description>On the system to export from&lt;BR /&gt;&lt;BR /&gt;      # /usr/sam/lbin/lpmgr -S&lt;BR /&gt;            this will save the info in the /var/sam/lp/lpinfo file &lt;BR /&gt;&lt;BR /&gt;copy the configuration to the new system&lt;BR /&gt;&lt;BR /&gt;      # rcp -rp /var/sam/lp/* :/var/sam/lp/./&lt;BR /&gt;            can use the .rhosts file for this command&lt;BR /&gt;&lt;BR /&gt;            be sure to remove the .rhosts entries after completed &lt;BR /&gt;&lt;BR /&gt;On the system that was exported to&lt;BR /&gt;&lt;BR /&gt;      # /usr/sam/lbin/lpmgr -R&lt;BR /&gt;            this will restore the info in /var/sam/lp/* on the new system &lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 15:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636359#M238452</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-27T15:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636360#M238453</link>
      <description>I have done almost the same as Rick - but specify the location:&lt;BR /&gt;&lt;BR /&gt;/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;Then tar up the /var/sam/lp/ directory and transfer to the remote server.&lt;BR /&gt;&lt;BR /&gt;On remote:&lt;BR /&gt;&lt;BR /&gt;un tar it into /var/sam/lp&lt;BR /&gt;&lt;BR /&gt;/usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp/ &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 27 Sep 2005 15:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636360#M238453</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-27T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636361#M238454</link>
      <description>The above suggestions will move your printers. &lt;BR /&gt;&lt;BR /&gt;Per your "Is it possible to copy cron from one system to another?" &lt;BR /&gt;&lt;BR /&gt;yes all crons are kept in&lt;BR /&gt; &lt;BR /&gt;/var/spool/cron/crontabs &lt;BR /&gt;&lt;BR /&gt;copy the ones you need. Keep in mind you might also need to copy some scripts, and make changes to some cron jobs for the new server. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 15:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636361#M238454</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2005-09-27T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636362#M238455</link>
      <description>1. Printer configuration to save.&lt;BR /&gt;&lt;BR /&gt;# /usr/sam/lbin/lpmgr -S -v -xsavedir=/home/donald/printers/&lt;BR /&gt;&lt;BR /&gt;2. archive this directory to a single file, and ftp this to 11i server.&lt;BR /&gt;&lt;BR /&gt;3. extract the file on hpux 11i system &lt;BR /&gt;&lt;BR /&gt;4. Restore the  configurations of the printers: &lt;BR /&gt;&lt;BR /&gt;# /usr/sam/lbin/lpmgr -R -v -xsavedir=/home/donald/printers&lt;BR /&gt;&lt;BR /&gt;5. check with &lt;BR /&gt;# lpstat -t | grep printer_name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy ,&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 27 Sep 2005 16:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636362#M238455</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-27T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636363#M238456</link>
      <description>Hi Donald ,&lt;BR /&gt;&lt;BR /&gt;Step.2  can be done with , tar , gz.&lt;BR /&gt;&lt;BR /&gt;# cd /home/donald/printers/&lt;BR /&gt;# tar -cvf printers.tar *&lt;BR /&gt;# gzip printers.tar&lt;BR /&gt;&lt;BR /&gt;# scp printers.tar.gz  hpux11i:/home/donald&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Logon to: hpux11i&lt;BR /&gt;# cd /home/donald&lt;BR /&gt;# mkdir printers&lt;BR /&gt;# gunzip printers.tar.gz&lt;BR /&gt;# tar -xvf printers.tar&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;Finally:&lt;BR /&gt;# /usr/sam/lbin/lpmgr -R -v -xsavedir=/home/donald/printers&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 16:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636363#M238456</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-27T16:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636364#M238457</link>
      <description>You can copy all cron jobs from /var/spool/cron/crontabs and put it in your new env. # ll /var/spool/cron/crontabs&lt;BR /&gt;total 16&lt;BR /&gt;-r--------   1 root       sys            161 Jul 22 12:35 root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 27 Sep 2005 22:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636364#M238457</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-27T22:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636365#M238458</link>
      <description>Assuming you're doing Jetadmin (now called HPPI or HPNPL) you can use the "transferqueue" command.&lt;BR /&gt;&lt;BR /&gt;Note there are differences between Jetadmin and the newere HPNPL stuff.  I ran into some issues and ran a thread on the Dutchworks mailing list.  In that you'll see the problem I saw as well as my solution with detailed steps with transferqueue usage:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=97986&amp;amp;q=Jeffrey%20C.%20Lightner&amp;amp;fh" target="_blank"&gt;http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=97986&amp;amp;q=Jeffrey%20C.%20Lightner&amp;amp;fh&lt;/A&gt;</description>
      <pubDate>Wed, 28 Sep 2005 08:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636365#M238458</guid>
      <dc:creator>Jeff Lightner_1</dc:creator>
      <dc:date>2005-09-28T08:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: printer installs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636366#M238459</link>
      <description>after using rcp as suggested by rick garland i tried to restore the printer info by executing /user/sam/lbin/lpmgr -R on the new system and it seems to hang.</description>
      <pubDate>Wed, 28 Sep 2005 16:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-installs/m-p/3636366#M238459</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2005-09-28T16:30:01Z</dc:date>
    </item>
  </channel>
</rss>

