<?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 Printers copy from HP to Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070241#M6656</link>
    <description>We have more than 2000 printers configured in HP-UX. Recently, we have added 10 Red Hat Linux AS 2.1 servers. Whats the way to copy all printers to Linux ? If there is any third party software, I would like to use it. I have added CUPS in one system, Any idea how to copy to CUPS from HP Systems ? Your help will be appreciated... Thanks.</description>
    <pubDate>Fri, 12 Sep 2003 18:37:12 GMT</pubDate>
    <dc:creator>Ameet_HP</dc:creator>
    <dc:date>2003-09-12T18:37:12Z</dc:date>
    <item>
      <title>Printers copy from HP to Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070241#M6656</link>
      <description>We have more than 2000 printers configured in HP-UX. Recently, we have added 10 Red Hat Linux AS 2.1 servers. Whats the way to copy all printers to Linux ? If there is any third party software, I would like to use it. I have added CUPS in one system, Any idea how to copy to CUPS from HP Systems ? Your help will be appreciated... Thanks.</description>
      <pubDate>Fri, 12 Sep 2003 18:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070241#M6656</guid>
      <dc:creator>Ameet_HP</dc:creator>
      <dc:date>2003-09-12T18:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Printers copy from HP to Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070242#M6657</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are using CUPS on HP systems and now want to run CUPS on linux ?&lt;BR /&gt;&lt;BR /&gt;Simply copy the configuration files and all your config will be kept.&lt;BR /&gt;&lt;BR /&gt;All the server configuration files are located in the /etc/cups directory. Think you would need /etc/printcap as well.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Sep 2003 10:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070242#M6657</guid>
      <dc:creator>Jean-Pierre Denis</dc:creator>
      <dc:date>2003-09-14T10:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Printers copy from HP to Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070243#M6658</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have seen no tool to export printers from hp-ux spooler to CUPS.&lt;BR /&gt;&lt;BR /&gt;It should be not so difficult to do this by scripting.&lt;BR /&gt;&lt;BR /&gt;If you need no security features of CUPS, you need to :&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; Stop the CUPS spooler&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; Take a copy of the PPD file (printer driver) from /usr/share/cups/model/... to /etc/cups/ppd/&lt;PRINTER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; Add an entry to /etc/cups/printers.conf like this :&lt;BR /&gt;&lt;BR /&gt;&lt;DEFAULTPRINTER dj930c=""&gt;&lt;BR /&gt;Info Created by redhat-config-printer 0.6.x&lt;BR /&gt;DeviceURI usb:/dev/usb/lp0&lt;BR /&gt;Location HP DeskJet 930C&lt;BR /&gt;State Idle&lt;BR /&gt;Accepting Yes&lt;BR /&gt;JobSheets none none&lt;BR /&gt;QuotaPeriod 0&lt;BR /&gt;PageLimit 0&lt;BR /&gt;KLimit 0&lt;BR /&gt;&lt;/DEFAULTPRINTER&gt;&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; For printers that need specific printing options, add an entry to /etc/cups/lpoptions like this :&lt;BR /&gt;&lt;BR /&gt;Dest dj930c cpi=12 lpi=7 page-bottom=36 page-left=36 page-right=36 page-top=36 scaling=100 wrap=true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That's all.&lt;BR /&gt;&lt;BR /&gt;To make things much more simple, if you have let's say 1000 laserjet4-compatible printers, 500 laserjet5 and 500 laserjet8000, you only need to create 3 configuration templates, then you can simply duplicate them with few changes (printer's IP address).&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;/PRINTER_NAME&gt;</description>
      <pubDate>Sun, 14 Sep 2003 15:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070243#M6658</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2003-09-14T15:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Printers copy from HP to Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070244#M6659</link>
      <description>Thanks guys.. In HP systems, we have various printers, mostly those are configured with Jetdirect. I have just installed CUPS in Linux. But I don't see any way to move all 2000 printers in Linux easily by copying any config files. Is there any way to merge Jetdirect config from HP to Linux CUPS (or any other like Print-pro) ?</description>
      <pubDate>Tue, 16 Sep 2003 13:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printers-copy-from-hp-to-linux/m-p/3070244#M6659</guid>
      <dc:creator>Ameet_HP</dc:creator>
      <dc:date>2003-09-16T13:00:58Z</dc:date>
    </item>
  </channel>
</rss>

