<?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: Remote Print of File Over 2GB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455924#M359397</link>
    <description>We are getting the following error and the receiving server does not even get contacted by the sending server:&lt;BR /&gt;&lt;BR /&gt;lp: can't access file "file we are sending"&lt;BR /&gt;lp: request not accepted&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Jul 2009 16:44:46 GMT</pubDate>
    <dc:creator>Puff</dc:creator>
    <dc:date>2009-07-08T16:44:46Z</dc:date>
    <item>
      <title>Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455922#M359395</link>
      <description>We are having issues printing a file larger than 2GB to a remote print queue.  We are running HP-UX 11.31.  We have increased the size of /var/spool/lp by creating a mounted FS for it and enabled it for large files.  Any help would be great. &lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 08 Jul 2009 16:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455922#M359395</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2009-07-08T16:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455923#M359396</link>
      <description>Like most Unix systems, they started as 32bit OS and filesystems. 2 GB is the largest value that can be represented by 32 bits. So your remote computer cannot handle files larger than 2 GB. Talk to the remote print server administrator to see if this can be increased. If not, get the printer onto the network and forget remote print servers. Print direct to the network printer.</description>
      <pubDate>Wed, 08 Jul 2009 16:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455923#M359396</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-07-08T16:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455924#M359397</link>
      <description>We are getting the following error and the receiving server does not even get contacted by the sending server:&lt;BR /&gt;&lt;BR /&gt;lp: can't access file "file we are sending"&lt;BR /&gt;lp: request not accepted&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2009 16:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455924#M359397</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2009-07-08T16:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455925#M359398</link>
      <description>Ahh...the problem is on your local system. Your /var filesystem is likely not largefile capable. Type this command:&lt;BR /&gt; &lt;BR /&gt;fsadm /var&lt;BR /&gt; &lt;BR /&gt;It will report either: largefiles or nolargefiles&lt;BR /&gt; &lt;BR /&gt;To convert /var to largefiles, use the command:&lt;BR /&gt; &lt;BR /&gt;fsadm -o largefiles /var&lt;BR /&gt; &lt;BR /&gt;You might as well convert all the others that are nolargefiles.</description>
      <pubDate>Wed, 08 Jul 2009 18:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455925#M359398</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-07-08T18:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455926#M359399</link>
      <description>Large files is enabled and there is enough space in /var to handle the print file.</description>
      <pubDate>Wed, 08 Jul 2009 18:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455926#M359399</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2009-07-08T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455927#M359400</link>
      <description>so, somebody enters something like the following at the commandline:&lt;BR /&gt;&lt;BR /&gt;lp -d&lt;DEST&gt; this_file&lt;BR /&gt;&lt;BR /&gt;and gets:&lt;BR /&gt;&lt;BR /&gt;lp: can't access file "this_file"&lt;BR /&gt;lp: request not accepted"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;without changing directories, what does&lt;BR /&gt;&lt;BR /&gt;ls -l this_file&lt;BR /&gt;&lt;BR /&gt;say? lp seems to be complaining that it can't read, or find, the file to process.&lt;/DEST&gt;</description>
      <pubDate>Wed, 08 Jul 2009 18:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455927#M359400</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-07-08T18:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455928#M359401</link>
      <description>I even tried to change the permissions to 777 and it still will not work.  Is there a 2G limit for lp?  Can not get an answer from HP on this.</description>
      <pubDate>Wed, 08 Jul 2009 19:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455928#M359401</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2009-07-08T19:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455929#M359402</link>
      <description>Just got the offical word from HP that there is a 2G lp file size limit.  We are requesting HP to fix this.</description>
      <pubDate>Wed, 08 Jul 2009 19:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455929#M359402</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2009-07-08T19:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455930#M359403</link>
      <description>From my experience with ERs like this one, don't get your hopes too high for a quick fix. It might take a while. I suggest you investigate alternatives such as splitting your documents, or using an enterprise print spooler instead of LP such as HP Output Server (which, if I'm correct, is the descendant of dazel).</description>
      <pubDate>Wed, 08 Jul 2009 20:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455930#M359403</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2009-07-08T20:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Print of File Over 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455931#M359404</link>
      <description>&amp;gt;Is there a 2G limit for lp? Can not get an answer from HP on this.&lt;BR /&gt;&lt;BR /&gt;Using tusc would show this error right away.</description>
      <pubDate>Thu, 09 Jul 2009 07:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-print-of-file-over-2gb/m-p/4455931#M359404</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-09T07:38:43Z</dc:date>
    </item>
  </channel>
</rss>

