- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can't print
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
07-04-2001 11:12 PM
07-04-2001 11:12 PM
can't print
i'm using a program and i want to print..
i'm not able to print to any printer installed on the ws..i'm having this error:
The LP print service could not read your request file. See if the spooling file system is full.
What do i have to check?? I only want to know if it's a ws problem or a program problem??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 11:47 PM
07-04-2001 11:47 PM
Re: can't print
lpstat -t
then have a look around to make sure /var/adm/spool is not too small or full.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:02 AM
07-05-2001 12:02 AM
Re: can't print
-r-sr-xr-x 1 root bin /usr/bin/lp
-r-xr-xr-x 1 bin bin /usr/bin/lpr
-r-sr-xr-x 1 lp bin /usr/bin/lpstat
-r-sr-xr-x 1 root bin /usr/sbin/lpadmin
-r-sr-xr-x 1 lp bin /usr/sbin/lpfence
-r-sr-xr-x 1 lp bin /usr/sbin/lpmove
-r-sr-xr-x 1 root bin /usr/sbin/lpsched
-r-sr-xr-x 1 lp bin /usr/sbin/lpshut
Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:20 AM
07-05-2001 12:20 AM
Re: can't print
Any more suggestion??
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:27 AM
07-05-2001 12:27 AM
Re: can't print
On a system that works perhaps you could verify that. It's the location the data is send to before it goes off to the printer.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:36 AM
07-05-2001 12:36 AM
Re: can't print
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:44 AM
07-05-2001 12:44 AM
Re: can't print
Hi
First U check up by using lpstat command
#lpstat -t
It will give the detailed about the configured printers, and it will show the pending jobs. If a number pending jobs are there please issue this command.
#cancel -e
If ur scheduler is not running issue these
#lpshut
#lpsched
#enable "printer name"
#accept "printer name"
I hope this will help U
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:53 AM
07-05-2001 12:53 AM
Re: can't print
try
# ioscan -fnk | lp -onb -olandscape
you shoudl get a job number and the printer destination,
then
# lpstat -t
from command line
I found this on the web through a search here that may or may not be related:
http://www.hppro.com/pages/article.asp?ArticleID=1589
Later,
bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 01:18 AM
07-05-2001 01:18 AM
Re: can't print
Regards to all and thanks again.
Tarek