<?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: building a remote printer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924995#M286568</link>
    <description>i am using the command &lt;BR /&gt;/usr/sbin/lpadmin -poptiods -v/dev/null &lt;BR /&gt;-ormnewoptio â  mrmodel -orpoptiods  are these options enough?&lt;BR /&gt;&lt;BR /&gt;Another thing when i do a lpstat -t i get &lt;BR /&gt;&lt;BR /&gt;root# lpstat -t | grep optiods&lt;BR /&gt;device for optiods: /dev/null&lt;BR /&gt;optiods accepting requests since Jan 11 16:27&lt;BR /&gt;printer optiods is idle.  enabled since Jan 11 16:28&lt;BR /&gt;&lt;BR /&gt;root# lpstat -t | grep PABillState&lt;BR /&gt;device for PABillState: /dev/null&lt;BR /&gt;remote to: PABillState on newoptio&lt;BR /&gt;PABillState accepting requests since Jul 25 15:19&lt;BR /&gt;printer PABillState is idle.  enabled since Jul 25 15:19&lt;BR /&gt; Now, for optiods i dont see any &lt;BR /&gt;remote to: PABillState on newoptio&lt;BR /&gt;&lt;BR /&gt;Any reasons, y?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Jan 2007 17:18:25 GMT</pubDate>
    <dc:creator>khilari</dc:creator>
    <dc:date>2007-01-11T17:18:25Z</dc:date>
    <item>
      <title>building a remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924992#M286565</link>
      <description>hi guys, i want to build a remote printer, how do i do it on command line. Printer name would be printer1 and the remote system is remote1. what do i type in mrmodel or other options.And do i have to stop the shedular before issuing the lpadmin command.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Jan 2007 16:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924992#M286565</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2007-01-11T16:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: building a remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924993#M286566</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;There is an example in the manpages for 'lpadmin(1M)'.  You must stop the scheduler before issuing the command string.  For example:&lt;BR /&gt;&lt;BR /&gt;# lpshut&lt;BR /&gt;# lpadmin -pmylp -v/dev/null -mrmodel -ocmrcmodel -osmrsmodel -ob3 -ormn&lt;BR /&gt;-dnsname -orplpt1_text -v/dev/null&lt;BR /&gt;# accept mylp&lt;BR /&gt;# enable mylp&lt;BR /&gt;&lt;BR /&gt;...where, "mylp" is the name of the printer queue on the local host; "n-dnsname" is the hostname where the remote print queue resides; and "lpt1_text" is the remote printer queue.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 11 Jan 2007 16:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924993#M286566</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-11T16:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: building a remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924994#M286567</link>
      <description>The lpadmin man page has a good example. There is only one rmodel script so the choice is easy. Here is an example:&lt;BR /&gt; &lt;BR /&gt;lpadmin -plp3 -v/dev/null -mrmodel -ocmrcmodel -osmrsmodel -ob3 -ormsystem2 -orpmyprint -v/dev/null&lt;BR /&gt; &lt;BR /&gt;The local printer is lp3, the remote system is system2 (could also be an IP addr), and most important: the remote printer's name is myprint. A print server may have multiple printers attached so the name of the printer in the remote server is required, even if there is only 1 printer attached.&lt;BR /&gt; &lt;BR /&gt;Now I mention this requirement because your print server may actually be a network card in the printer. So the internal name of the printer must be determined from the card's documentation.</description>
      <pubDate>Thu, 11 Jan 2007 16:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924994#M286567</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-01-11T16:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: building a remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924995#M286568</link>
      <description>i am using the command &lt;BR /&gt;/usr/sbin/lpadmin -poptiods -v/dev/null &lt;BR /&gt;-ormnewoptio â  mrmodel -orpoptiods  are these options enough?&lt;BR /&gt;&lt;BR /&gt;Another thing when i do a lpstat -t i get &lt;BR /&gt;&lt;BR /&gt;root# lpstat -t | grep optiods&lt;BR /&gt;device for optiods: /dev/null&lt;BR /&gt;optiods accepting requests since Jan 11 16:27&lt;BR /&gt;printer optiods is idle.  enabled since Jan 11 16:28&lt;BR /&gt;&lt;BR /&gt;root# lpstat -t | grep PABillState&lt;BR /&gt;device for PABillState: /dev/null&lt;BR /&gt;remote to: PABillState on newoptio&lt;BR /&gt;PABillState accepting requests since Jul 25 15:19&lt;BR /&gt;printer PABillState is idle.  enabled since Jul 25 15:19&lt;BR /&gt; Now, for optiods i dont see any &lt;BR /&gt;remote to: PABillState on newoptio&lt;BR /&gt;&lt;BR /&gt;Any reasons, y?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2007 17:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924995#M286568</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2007-01-11T17:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: building a remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924996#M286569</link>
      <description>Your command:&lt;BR /&gt; &lt;BR /&gt;&amp;gt;  i am using the command&lt;BR /&gt;/usr/sbin/lpadmin -poptiods -v/dev/null&lt;BR /&gt;-ormnewoptio -Â Â mrmodel -orpoptiods&lt;BR /&gt; &lt;BR /&gt;is incomplete. You need to specify 8 options for a remote printer. I don't understand the reference to PaBillState. Here are the static parameters:&lt;BR /&gt; &lt;BR /&gt;-mrmodel&lt;BR /&gt;-ocmrcmodel&lt;BR /&gt;-osmrsmodel&lt;BR /&gt;-ob3&lt;BR /&gt;-d/dev/null&lt;BR /&gt; &lt;BR /&gt;Then you must supply the 3 variable options:&lt;BR /&gt; &lt;BR /&gt;-pLOCALQUEUE&lt;BR /&gt;-ormPRINTSERVER&lt;BR /&gt;-orpREMOTERPRINTER&lt;BR /&gt; &lt;BR /&gt;where LOCALQUEUE is the name for your printer in the local system. PRINTSERVER is the hostname or IP for the printer server, and REMOTEPRINTER is the name of the printer you want to use on the PRINTSERVER.&lt;BR /&gt; &lt;BR /&gt;lpstat -t is a very complicated command to use to find your printer. Query your printer with:&lt;BR /&gt; &lt;BR /&gt;lpstat -aLOCALQUEUE -oLOCALQUEUE -PLOCALQUEUE&lt;BR /&gt; &lt;BR /&gt;However, it is a lot easier to run sam and add the remote printer.</description>
      <pubDate>Thu, 11 Jan 2007 18:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-a-remote-printer/m-p/3924996#M286569</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-01-11T18:26:37Z</dc:date>
    </item>
  </channel>
</rss>

