<?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 setup? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591683#M925174</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You don't mention what type of network printer&lt;BR /&gt;connection you are creating. If you are doing a JetDirect connection then this is very easy:&lt;BR /&gt;&lt;BR /&gt;First do an addqueue -l to list all the supported PrinterID's.&lt;BR /&gt;&lt;BR /&gt;Then addqueue -i PrinterID -h printer_hostname -q printer_queuename [-p port]&lt;BR /&gt;&lt;BR /&gt;The -p port is only used on external JetDirects. Addqueue does everything including stopping and restarting lpsched. Man addqueue for details.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
    <pubDate>Tue, 09 Oct 2001 13:12:23 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-10-09T13:12:23Z</dc:date>
    <item>
      <title>printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591679#M925170</link>
      <description>I'm always using SAM to create a network printer. How do I perform this fr the command line. Eg&lt;BR /&gt;&lt;BR /&gt;Print server name: prtsvr1&lt;BR /&gt;print queue name: prtq1&lt;BR /&gt;printer name: prtnme1&lt;BR /&gt;printer model: HP Deskjet 810C&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 08:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591679#M925170</guid>
      <dc:creator>Clarence J</dc:creator>
      <dc:date>2001-10-09T08:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591680#M925171</link>
      <description>Hi,&lt;BR /&gt;You can use lpadmin command.&lt;BR /&gt;For more information see man page of lpadmin.&lt;BR /&gt;You can use jetadmin also&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Animesh</description>
      <pubDate>Tue, 09 Oct 2001 08:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591680#M925171</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-10-09T08:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591681#M925172</link>
      <description>Remeber to do an lpshut before and a lpsched after doing the lpadmin.  The lpadmin command can not be run while the lpshced is running (with some exceptions of course).&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 08:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591681#M925172</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T08:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591682#M925173</link>
      <description>Hi Clarence,&lt;BR /&gt;&lt;BR /&gt;Here are some commands with standard options that might help.&lt;BR /&gt;&lt;BR /&gt;Shut down lpschedular&lt;BR /&gt; /usr/sbin/lpshut&lt;BR /&gt;&lt;BR /&gt;Adding Remote Printer: $LPRINTER&lt;BR /&gt;/usr/sam/lbin/lpmgr -a -xlocalname=$LPRINTER,default=n,fence=0,rc=y,is_bsd=n,remname=$PRINTER,remsys=$HOST,remcan&lt;BR /&gt;cel=rcmodel,remstatus=rsmodel&lt;BR /&gt;&lt;BR /&gt;Adding the printer $LPRINTER to the lp spooler&lt;BR /&gt;  /usr/sbin/lpadmin -p$LPRINTER -orm$HOST -orp$PRINTER -mrmodel -v/dev/null -orc -ocmrcmodel -osmrsmodel&lt;BR /&gt;&lt;BR /&gt;Accepting print requests&lt;BR /&gt;  /usr/sbin/accept $LPRINTER&lt;BR /&gt;&lt;BR /&gt;Enabling Printer&lt;BR /&gt;  /usr/bin/enable $LPRINTER&lt;BR /&gt;&lt;BR /&gt;Starting the lp scheduler with logging turned off&lt;BR /&gt;  /usr/sbin/lpsched&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 12:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591682#M925173</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-09T12:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591683#M925174</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You don't mention what type of network printer&lt;BR /&gt;connection you are creating. If you are doing a JetDirect connection then this is very easy:&lt;BR /&gt;&lt;BR /&gt;First do an addqueue -l to list all the supported PrinterID's.&lt;BR /&gt;&lt;BR /&gt;Then addqueue -i PrinterID -h printer_hostname -q printer_queuename [-p port]&lt;BR /&gt;&lt;BR /&gt;The -p port is only used on external JetDirects. Addqueue does everything including stopping and restarting lpsched. Man addqueue for details.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Tue, 09 Oct 2001 13:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591683#M925174</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-09T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591684#M925175</link>
      <description>It's important to note that a remote printer is often confused with a network printer. A remote printer is typically a printer attached to a server, while a network printer has it's own LAN interface.  HP has special software for the JetDirect product line but this won't work on non-HP network cards.&lt;BR /&gt;&lt;BR /&gt;lpadmin will perform the add remote printer task where the printer is either: attached to another server like HP-UX, Solaris, or a PC running NT or Win2K, or the remote dsevice emulated remote printing.</description>
      <pubDate>Tue, 09 Oct 2001 15:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591684#M925175</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-10-09T15:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591685#M925176</link>
      <description>If a printer is attached to a windows PC, how do I setup this printer for users on unix to print?&lt;BR /&gt;&lt;BR /&gt;Appreciate your help.</description>
      <pubDate>Wed, 10 Oct 2001 06:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591685#M925176</guid>
      <dc:creator>Clarence J</dc:creator>
      <dc:date>2001-10-10T06:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591686#M925177</link>
      <description>Hi,&lt;BR /&gt;Configured as remote printer from SAM.&lt;BR /&gt;There are lot of discussions on this topic.&lt;BR /&gt;Search for remote printer.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Animesh</description>
      <pubDate>Wed, 10 Oct 2001 07:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591686#M925177</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-10-10T07:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591687#M925178</link>
      <description>If the printer is attached to a Wondows PC there are two ways:&lt;BR /&gt;&lt;BR /&gt;1. The PC has to offer a lp or lpr service. In NT you can install this as part of the TCP/IP protocol. This implementation of the lp service is pretty limited, but you can print. There are also some 3rd party products available.&lt;BR /&gt;&lt;BR /&gt;2. You could use a samba client on your HP-UX box to use those Windowsshared printers.&lt;BR /&gt;&lt;BR /&gt;But it is always better to have real networked printers. (Preferably with a JetDirect card/box.) This is more reliable and better to administrade.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Wed, 10 Oct 2001 08:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591687#M925178</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2001-10-10T08:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591688#M925179</link>
      <description>Hi Clarence,&lt;BR /&gt;My choice is to buy jetdirect external box and use that. you will have more portability and more then one os can easily use that printer rather then installing new software and so on..&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 10 Oct 2001 14:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2591688#M925179</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-10T14:27:25Z</dc:date>
    </item>
  </channel>
</rss>

