<?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: DTC printing problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452392#M770759</link>
    <description>A tipical trick for spool debug is modify the interface file ( /etc/lp/interface/yourprinter) adding two lines:&lt;BR /&gt;&lt;BR /&gt;exec 2&amp;gt;/tmp/yourprinter.debug&lt;BR /&gt;set -x&lt;BR /&gt;&lt;BR /&gt;after first line:&lt;BR /&gt;#!/bin/sh    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this line is ommited add it too.&lt;BR /&gt;&lt;BR /&gt;do a lp request and then vi debug file.&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Oct 2000 12:58:15 GMT</pubDate>
    <dc:creator>Carlos Fernandez Riera</dc:creator>
    <dc:date>2000-10-11T12:58:15Z</dc:date>
    <item>
      <title>DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452391#M770758</link>
      <description>I have an environment that has several printers operating through a DTC (16m). They have been operating successfully for some time (years?). I've been trying to setup several more ports for printers without success. The print jobs are shooting off into cyberspace never to be seen again.&lt;BR /&gt;Here's what I've done:&lt;BR /&gt;I've added entries to /etc/ddfa/dp; I've run "/etc/dpp /etc/ddfa/dp -k" - this has created entries in /dev/telnet; I've setup DTC ports for printing through dtcconfig - they are setup exactly the same as the previous ports as far as I can tell; In /etc/lp/interface I've copied the file used for the working printers; In SAM I've added a printer using local printer -&amp;gt; non-standard device (I can't recall exactly what the second menu item reads as) and selected the new entry in /etc/lp/interface and the newly created entry in /dev/telnet; the lp spooler has been stopped and started; I've power cycled the DTC.&lt;BR /&gt;When I send a job to the new printer, "lp -dlabel4 /textfile", it doesn't print on the printer or any other printer.&lt;BR /&gt;I've tried numerous other ports and different cables.&lt;BR /&gt;I didn't find anything untoward in the spooler log file or the dtcconfig log file.&lt;BR /&gt;&lt;BR /&gt;Any ideas on how to diagnose the problem?</description>
      <pubDate>Wed, 11 Oct 2000 11:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452391#M770758</guid>
      <dc:creator>Matthew Christie</dc:creator>
      <dc:date>2000-10-11T11:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452392#M770759</link>
      <description>A tipical trick for spool debug is modify the interface file ( /etc/lp/interface/yourprinter) adding two lines:&lt;BR /&gt;&lt;BR /&gt;exec 2&amp;gt;/tmp/yourprinter.debug&lt;BR /&gt;set -x&lt;BR /&gt;&lt;BR /&gt;after first line:&lt;BR /&gt;#!/bin/sh    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this line is ommited add it too.&lt;BR /&gt;&lt;BR /&gt;do a lp request and then vi debug file.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Oct 2000 12:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452392#M770759</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-10-11T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452393#M770760</link>
      <description>Check the permissions on /dev/telnet:&lt;BR /&gt;&lt;BR /&gt;chmod a+rwx /dev/telnet&lt;BR /&gt;&lt;BR /&gt;I have sometimes been tripped up by this.</description>
      <pubDate>Wed, 11 Oct 2000 17:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452393#M770760</guid>
      <dc:creator>Lawrence Mahan</dc:creator>
      <dc:date>2000-10-11T17:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452394#M770761</link>
      <description>Hi Matthew&lt;BR /&gt;&lt;BR /&gt;1. Make a note of telnet ip address and port that printer is on. &lt;BR /&gt;&lt;BR /&gt;2. Edit /etc/ddfa/dp file to include this address and port (Note spider addrees is format of spid3O05 -(three,oh,zero,five.) &lt;BR /&gt;&lt;BR /&gt;3. Check that ocd (outbound connection deamon is not running on that port) ps -ef|grep ocd|grep spid3O05 &lt;BR /&gt;&lt;BR /&gt;4. If no OCD is running start new in dev/telnet as follows:- &lt;BR /&gt;# ocd -n(DTS ip address) -f/dev/telnet/spid3O05 -bxx -p(port no) -c/etc/ddfa/pcf &lt;BR /&gt;&lt;BR /&gt;5. check that ocd has started ps -ef|grep ocd|grep spid3O05 &lt;BR /&gt;&lt;BR /&gt;See also man ocd &lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Tue, 31 Oct 2000 09:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452394#M770761</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2000-10-31T09:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452395#M770762</link>
      <description>Hi Matthew&lt;BR /&gt;&lt;BR /&gt;1. Make a note of telnet ip address and port that printer is on. &lt;BR /&gt;&lt;BR /&gt;2. Edit /etc/ddfa/dp file to include this address and port (Note spider addrees is format of spid3O05 -(three,oh,zero,five.) &lt;BR /&gt;&lt;BR /&gt;3. Check that ocd (outbound connection deamon is not running on that port) ps -ef|grep ocd|grep spid3O05 &lt;BR /&gt;&lt;BR /&gt;4. If no OCD is running start new in dev/telnet as follows:- &lt;BR /&gt;# ocd -n(DTS ip address) -f/dev/telnet/spid3O05 -bxx -p(port no) -c/etc/ddfa/pcf &lt;BR /&gt;&lt;BR /&gt;5. check that ocd has started ps -ef|grep ocd|grep spid3O05 &lt;BR /&gt;&lt;BR /&gt;See also man ocd &lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Tue, 31 Oct 2000 09:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452395#M770762</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2000-10-31T09:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452396#M770763</link>
      <description>This is just a thought, have you checked the number of pty's created on this system, the number of pty's should be around twice the value npty.  The following command can be used to increase the value on the fly.&lt;BR /&gt;&lt;BR /&gt;ll pty | wc -l        (this will give you the current number of ptys on the system)&lt;BR /&gt;insf -d ptys -n 400 ( -n being the value you want to set npty to, not to exceed the value listed in the system file.)&lt;BR /&gt;insf -d ptym -n 400&lt;BR /&gt;&lt;BR /&gt;I have always set ptys and ptym to the same value.  If you do not have enough of the special files, things like telnet sessions will not start.  I am not sure if this will acutally help with DTC printing though.&lt;BR /&gt;&lt;BR /&gt;Leigh Ann</description>
      <pubDate>Tue, 31 Oct 2000 12:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452396#M770763</guid>
      <dc:creator>Leigh Ann Vaigneur</dc:creator>
      <dc:date>2000-10-31T12:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452397#M770764</link>
      <description>This is just a thought, have you check the number of ptys on the system.  If you don't have enough, things like telnet sessions will not start, I don't know if not having enough will affect DTC printing or not. &lt;BR /&gt; &lt;BR /&gt;To get the number currently on the system.&lt;BR /&gt;    ll pty | wc -l&lt;BR /&gt;&lt;BR /&gt;To increase on the fly,&lt;BR /&gt; &lt;BR /&gt;   insf -d ptys -n ###  (### is the number you want to increase by, not the new total)&lt;BR /&gt;   insf -d ptym -n ###  (### is the same number as used above)&lt;BR /&gt;&lt;BR /&gt;But don't use a number that will cause the system to try to create more special files than the value of npty in /stand/system.&lt;BR /&gt;&lt;BR /&gt;Leigh Ann</description>
      <pubDate>Tue, 31 Oct 2000 13:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452397#M770764</guid>
      <dc:creator>Leigh Ann Vaigneur</dc:creator>
      <dc:date>2000-10-31T13:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452398#M770765</link>
      <description>This is just a thought, have you check the number of ptys on the system.  If you don't have enough, things like telnet sessions will not start, I don't know if not having enough will affect DTC printing or not. &lt;BR /&gt; &lt;BR /&gt;To get the number currently on the system.&lt;BR /&gt;    ll pty | wc -l&lt;BR /&gt;&lt;BR /&gt;To increase on the fly,&lt;BR /&gt; &lt;BR /&gt;   insf -d ptys -n ###  (### is the number you want to increase by, not the new total)&lt;BR /&gt;   insf -d ptym -n ###  (### is the same number as used above)&lt;BR /&gt;&lt;BR /&gt;But don't use a number that will cause the system to try to create more special files than the value of npty in /stand/system.&lt;BR /&gt;&lt;BR /&gt;Leigh Ann</description>
      <pubDate>Tue, 31 Oct 2000 13:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452398#M770765</guid>
      <dc:creator>Leigh Ann Vaigneur</dc:creator>
      <dc:date>2000-10-31T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452399#M770766</link>
      <description>This is just a thought, have you check the number of ptys on the system.  If you don't have enough, things like telnet sessions will not start, I don't know if not having enough will affect DTC printing or not. &lt;BR /&gt; &lt;BR /&gt;To get the number currently on the system.&lt;BR /&gt;    ll pty | wc -l&lt;BR /&gt;&lt;BR /&gt;To increase on the fly,&lt;BR /&gt; &lt;BR /&gt;   insf -d ptys -n ###  (### is the number you want to increase by, not the new total)&lt;BR /&gt;   insf -d ptym -n ###  (### is the same number as used above)&lt;BR /&gt;&lt;BR /&gt;But don't use a number that will cause the system to try to create more special files than the value of npty in /stand/system.&lt;BR /&gt;&lt;BR /&gt;Leigh Ann</description>
      <pubDate>Tue, 31 Oct 2000 13:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452399#M770766</guid>
      <dc:creator>Leigh Ann Vaigneur</dc:creator>
      <dc:date>2000-10-31T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452400#M770767</link>
      <description>This is just a thought, have you check the number of ptys on the system.  If you don't have enough, things like telnet sessions will not start, I don't know if not having enough will affect DTC printing or not. &lt;BR /&gt; &lt;BR /&gt;To get the number currently on the system.&lt;BR /&gt;    ll pty | wc -l&lt;BR /&gt;&lt;BR /&gt;To increase on the fly,&lt;BR /&gt; &lt;BR /&gt;   insf -d ptys -n ###  (### is the number you want to increase by, not the new total)&lt;BR /&gt;   insf -d ptym -n ###  (### is the same number as used above)&lt;BR /&gt;&lt;BR /&gt;But don't use a number that will cause the system to try to create more special files than the value of npty in /stand/system.&lt;BR /&gt;&lt;BR /&gt;Leigh Ann&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2000 13:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452400#M770767</guid>
      <dc:creator>Leigh Ann Vaigneur</dc:creator>
      <dc:date>2000-10-31T13:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: DTC printing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452401#M770768</link>
      <description>It kept giving me errors about server not responding, so I kept trying, sorry.</description>
      <pubDate>Tue, 31 Oct 2000 14:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dtc-printing-problem/m-p/2452401#M770768</guid>
      <dc:creator>Leigh Ann Vaigneur</dc:creator>
      <dc:date>2000-10-31T14:02:32Z</dc:date>
    </item>
  </channel>
</rss>

