HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LPR Printing problem
Operating System - HP-UX
1833714
Members
2016
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 04:01 AM
03-25-2002 04:01 AM
We have a problem trying to print a large document from a mainframe on our HP-UX server using lpr.
The error we receive states there is not enough space on temporary device. Does anybody know how to tell which filesystem this temporary device refers to and how it can be changed to a filesystem that does have enough space.
The error we receive states there is not enough space on temporary device. Does anybody know how to tell which filesystem this temporary device refers to and how it can be changed to a filesystem that does have enough space.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 04:56 AM
03-25-2002 04:56 AM
Re: LPR Printing problem
Hi,
If you print remote from a mainframe to
a hp-ux machine, a copy of the file will
be stored in /var/spool/lp/request/printer_name
directory on the hp-ux machine.
You should see how much free space you have
on the /var filesystem prior to printing.
If this is less than the size of the file
you try to print you should increase the
size of /var on the hp-ux machine.
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 05:01 AM
03-25-2002 05:01 AM
Solution
lpr is a Berkeley term...HP-UX is actually SysV when it comes to printing (the lpr 'command' is really a translator script for the lp command). HP-UX supports remote printing and has rlpdaemon running to accept these remote jobs.
lp uses /var for temporary space and a typical system should have 1000 megs to 5000 megs in /var, especially for wide fluxuations in the size of /var. However, a better choice is to create a separately mounted filesystem for /var/spool and make that logical volume 1000 megs in size. There is no way to redirect the lp spooler to use another filesystem (nor would you want to) as /var is the correct location.
Since the spooler reported out of space, there are probably a large number of error messages on your console and in dmesg and most likely other programs have crashed due to lack of space in /var. This is the most critical filesystem in HP-UX and should be resized to gigabytes in size depending on what you are doing with your system (spooling, email, patches, logfiles, etc).
Bill Hassell, sysadmin
lp uses /var for temporary space and a typical system should have 1000 megs to 5000 megs in /var, especially for wide fluxuations in the size of /var. However, a better choice is to create a separately mounted filesystem for /var/spool and make that logical volume 1000 megs in size. There is no way to redirect the lp spooler to use another filesystem (nor would you want to) as /var is the correct location.
Since the spooler reported out of space, there are probably a large number of error messages on your console and in dmesg and most likely other programs have crashed due to lack of space in /var. This is the most critical filesystem in HP-UX and should be resized to gigabytes in size depending on what you are doing with your system (spooling, email, patches, logfiles, etc).
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP