<?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: lp:request not accepted in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106203#M445128</link>
    <description>&amp;gt; There is 8.3gb free in /var/spool.&lt;BR /&gt;&lt;BR /&gt;Assuming that /var/spool is the mount point, check if this filesystem has the "largefiles" option turned on.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Apr 2008 17:56:52 GMT</pubDate>
    <dc:creator>TTr</dc:creator>
    <dc:date>2008-04-29T17:56:52Z</dc:date>
    <item>
      <title>lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106197#M445122</link>
      <description>How do we solve the problem of printing a large file on HP-UX 11i?  I've checked the normal causes of printing problems and found everything normal - the print spooler is working fine except when dealing with two large files that are over 2.5gb in size. &lt;BR /&gt;&lt;BR /&gt;Is there a size limitation of lp that can be changed?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 16:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106197#M445122</guid>
      <dc:creator>Rhonda Mokri</dc:creator>
      <dc:date>2008-04-29T16:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106198#M445123</link>
      <description>Check if your /var/spool/lp has 2GB free space.&lt;BR /&gt;&lt;BR /&gt;All the requests get queued under /var/spool/lp/request/qname</description>
      <pubDate>Tue, 29 Apr 2008 17:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106198#M445123</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-04-29T17:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106199#M445124</link>
      <description>There is 8.3gb free in /var/spool.</description>
      <pubDate>Tue, 29 Apr 2008 17:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106199#M445124</guid>
      <dc:creator>Rhonda Mokri</dc:creator>
      <dc:date>2008-04-29T17:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106200#M445125</link>
      <description>Bonsoir Rhonda,&lt;BR /&gt;&lt;BR /&gt;Don't know if a size limitation exist, and I don't see why it should ...&lt;BR /&gt;&lt;BR /&gt;Where is located the original large file you want to print ? In /var or not ? If not, what is free space in /var ?&lt;BR /&gt;&lt;BR /&gt;Normally the files to be printed are linked into a spool directory /var/spool/lp/.... If linking is not possible, for example because source file is in an other filesystem, the file is copied into the spool directory.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 17:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106200#M445125</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2008-04-29T17:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106201#M445126</link>
      <description>The file that the user is trying to print is in one of our application filesystems. I am able to print smaller files just fine from this location but get the lp error when trying to print the 2.5gb file so it is definitely a size related issue.  I have split the report into two parts and successfully printed them separately but the user is unhappy with this solution...</description>
      <pubDate>Tue, 29 Apr 2008 17:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106201#M445126</guid>
      <dc:creator>Rhonda Mokri</dc:creator>
      <dc:date>2008-04-29T17:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106202#M445127</link>
      <description>Your spooler directory is not largefile capable.&lt;BR /&gt;Use the command:&lt;BR /&gt; &lt;BR /&gt;df -g /stand | awk '/flags/{print $1,$2}'&lt;BR /&gt; &lt;BR /&gt;This will show something like this:&lt;BR /&gt; &lt;BR /&gt;0x10 flags&lt;BR /&gt; &lt;BR /&gt;or &lt;BR /&gt; &lt;BR /&gt;0 flags&lt;BR /&gt; &lt;BR /&gt;The 0x10 (actually, the 1 digit) indicates that largefiles (larger than 2GB) are enabled on this directory. If not (as in: 0 flags), then no file larger then 2GB can be printed on this system. Change the parent filesystem (probably /var) to support largefiles using fsadm as in:&lt;BR /&gt; &lt;BR /&gt;fsadm -F vxfs -o largefiles /var&lt;BR /&gt; &lt;BR /&gt;For added comfort, you can add the largefiles option to /etc/fstab as in:&lt;BR /&gt; &lt;BR /&gt;/dev/vg00/lvol8 /var vxfs largefiles,nosuid,delaylog 0 2 &lt;BR /&gt; &lt;BR /&gt;The above line will check when mounting the filesystem (at boot time) that largefiles has been enabled on /var -- if not, you'll get an error and /var will not be mounted. (see man mount_vxfs or man mount_hfs)&lt;BR /&gt; &lt;BR /&gt;=======================&lt;BR /&gt;  &lt;BR /&gt;For the techies:&lt;BR /&gt;# filesystem features (from /usr/include/sys/statvfs.h)&lt;BR /&gt;# df -g will return these flags&lt;BR /&gt;#       ST_RDONLY      0x01    /* read only vfs */&lt;BR /&gt;#       ST_NOSUID      0x02    /* someone is waiting for lock */&lt;BR /&gt;#       ST_EXPORTED    0x04    /* file system is exported (NFS) */&lt;BR /&gt;#       ST_QUOTA       0x08    /* filesystem with quotas */&lt;BR /&gt;#       ST_LARGEFILES  0x10    /* filesystem supports largefiles */&lt;BR /&gt; &lt;BR /&gt;So if flags shows: 0x19 then largefiles is enabled, quotas are enabled and the filesystem was mounted as readonly.</description>
      <pubDate>Tue, 29 Apr 2008 17:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106202#M445127</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-04-29T17:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106203#M445128</link>
      <description>&amp;gt; There is 8.3gb free in /var/spool.&lt;BR /&gt;&lt;BR /&gt;Assuming that /var/spool is the mount point, check if this filesystem has the "largefiles" option turned on.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 17:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106203#M445128</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-04-29T17:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106204#M445129</link>
      <description>Thanks!</description>
      <pubDate>Tue, 29 Apr 2008 18:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106204#M445129</guid>
      <dc:creator>Rhonda Mokri</dc:creator>
      <dc:date>2008-04-29T18:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106205#M445130</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;enbling the largefiles thorugh fsamd is ONE TIME activity and hence is it mandatory to have the fstab updated.?&lt;BR /&gt;&lt;BR /&gt; We should be OK as long as the same disk is used. Incase of disk failure/replacement  the LVM mirror or newfs with largefiles will take care.</description>
      <pubDate>Tue, 29 Apr 2008 18:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106205#M445130</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-04-29T18:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: lp:request not accepted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106206#M445131</link>
      <description>&amp;gt; enbling the largefiles thorugh fsamd is ONE TIME activity and hence is it mandatory to have the fstab updated.?&lt;BR /&gt; &lt;BR /&gt;It does not matter whether the lvol has 8GB or 800GB, unless it has largefiles enabled, no one file can be created larger than 2GB. Yes, the fsadm conversion is a one-time fix (and can be reversed if desired). The fsadm entry is completely optional. As mentioned, the largefiles option is really a check in case the filesystem may have been changed or re-created with nolargefiles.</description>
      <pubDate>Tue, 29 Apr 2008 23:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-request-not-accepted/m-p/5106206#M445131</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-04-29T23:34:04Z</dc:date>
    </item>
  </channel>
</rss>

