<?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: Large print jobs failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990479#M295673</link>
    <description>That looks like a decent printer. Is your /var large enough to cope with the files ? (/var/spool/lp is where your jobs shoul be held)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Wout</description>
    <pubDate>Sat, 28 Apr 2007 12:14:51 GMT</pubDate>
    <dc:creator>Wouter Jagers</dc:creator>
    <dc:date>2007-04-28T12:14:51Z</dc:date>
    <item>
      <title>Large print jobs failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990478#M295672</link>
      <description>&lt;!--!*#--&gt;Hi, friends&lt;BR /&gt;Large print jobs fail on network printer (printronix 7000 ). If  there is a  print job of 900 pages, I only get  the first 100 pages. Is there anything to adjust on Hp unix B11.0 / 9000 in order to print the whole job at once? Any idea appreciated.&lt;BR /&gt;Kind regards&lt;BR /&gt;George&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Apr 2007 08:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990478#M295672</guid>
      <dc:creator>gsor</dc:creator>
      <dc:date>2007-04-28T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Large print jobs failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990479#M295673</link>
      <description>That looks like a decent printer. Is your /var large enough to cope with the files ? (/var/spool/lp is where your jobs shoul be held)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Wout</description>
      <pubDate>Sat, 28 Apr 2007 12:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990479#M295673</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-04-28T12:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Large print jobs failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990480#M295674</link>
      <description>Make sure you have enough space for spooling. check /var.</description>
      <pubDate>Sun, 29 Apr 2007 19:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990480#M295674</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2007-04-29T19:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Large print jobs failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990481#M295675</link>
      <description>Look at syslog. Does it have disk space error messages for /var? If so, follow these steps to add more space.&lt;BR /&gt; &lt;BR /&gt;Start by verifying that you have a *LOT* of free space in /var. A few dozen megs is not enough. If you don't have the space, you'll need to:&lt;BR /&gt; &lt;BR /&gt;1. add another disk&lt;BR /&gt;2. add it to vg00 or start a new volume group&lt;BR /&gt;3. create a 500 or 1000 meg lvol &lt;BR /&gt;4. create a new filesystem on the new volume&lt;BR /&gt;5. mount it using a temporary mountpoint&lt;BR /&gt;6. stop the spooler (lpshut) when convenient.&lt;BR /&gt;7. copy everything in /var/spool/lp/request to the temporary mountpoint.&lt;BR /&gt;8. verify the copy by counting files and directories:&lt;BR /&gt; find /var/spool/lp/request -type f | wc -l&lt;BR /&gt; find /tempmount -type f | wc -l&lt;BR /&gt; find /var/spool/lp/request -type d | wc -l&lt;BR /&gt; find /tempmount -type d | wc -l&lt;BR /&gt;9. remove the contents of the /var/spool/lp/request directory (leave the empty directory)&lt;BR /&gt;10. add the new lvol to /etc/fstab with a mountpoint /var/spool/lp/request&lt;BR /&gt;11. umount the tempmount.&lt;BR /&gt;12. mount the lvol using:&lt;BR /&gt;mount /var/spool/lp/request&lt;BR /&gt;This will verify the entry in /etc/fstab&lt;BR /&gt;13 verify the new mountpoint with bdf&lt;BR /&gt; &lt;BR /&gt;Now try the big job again.&lt;BR /&gt; &lt;BR /&gt;If there are no error messages about disk space, this may be a network problem that will take a large scale trace to determine the reason.</description>
      <pubDate>Sun, 29 Apr 2007 22:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990481#M295675</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-29T22:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Large print jobs failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990482#M295676</link>
      <description>&lt;!--!*#--&gt;Hi, friends&lt;BR /&gt;&lt;BR /&gt;There is a lot of free space in /var&lt;BR /&gt;&lt;BR /&gt;#bdf&lt;BR /&gt;â ¦&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol7    1536000 1140532  374842    75% /var&lt;BR /&gt;&lt;BR /&gt;used             1140532 bytes&lt;BR /&gt;&lt;BR /&gt;avail          378440 kbytes&lt;BR /&gt;&lt;BR /&gt;%used  75% /var&lt;BR /&gt;&lt;BR /&gt;Besides there are no file system full errors in syslog concerning /var&lt;BR /&gt;&lt;BR /&gt;Any idea about â  large scale traceâ   to determine the reason appreciated&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;George&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2007 03:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990482#M295676</guid>
      <dc:creator>gsor</dc:creator>
      <dc:date>2007-04-30T03:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Large print jobs failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990483#M295677</link>
      <description>Since you are using a non-HP printer, you'll have to use a tool like Wireshark which runs on both PCs and HP-UX. Wireshark formats network traces in a very useful format. However, you'll need your network department to figure out what closed the connection at the end of the trace.</description>
      <pubDate>Mon, 30 Apr 2007 19:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-print-jobs-failure/m-p/3990483#M295677</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-30T19:29:18Z</dc:date>
    </item>
  </channel>
</rss>

