- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printing problem
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
05-31-2002 01:54 PM
05-31-2002 01:54 PM
Printing problem
The problem started today when all printers started not printing. I booted the server but did not help and on trying to print I got this error after A long wait.
/ :># lp -dprinter12 /etc/profile
request id printer12-178 failed to enqueue
What is the cause of this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 02:01 PM
05-31-2002 02:01 PM
Re: Printing problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 02:03 PM
05-31-2002 02:03 PM
Re: Printing problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 02:04 PM
05-31-2002 02:04 PM
Re: Printing problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 02:29 PM
05-31-2002 02:29 PM
Re: Printing problem
Do the following.
#lpshut
# rm /var/spool/lp/FIFO
# rm /var/spool/lp/SCHEDLOCK
Remove /var/spool/lp/tmplock if it exists
#/usr/sbin/lpsched
Check the file Permissions
/usr/sbin/lpsched (-r-sr-xr-x root:bin)
/var/spool/lp (drwxr-xr-x lp:bin)
What is the output of lpstat -t command ???
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 03:04 PM
05-31-2002 03:04 PM
Re: Printing problem
device for br25man: /dev/null
device for br25oc: /dev/null
device for br25rc: /dev/null
device for br26man: /dev/null
device for br26oc: /dev/null
device for br26rc: /dev/null
device for br27man: /dev/null
device for br27oc: /dev/null
device for br27rc: /dev/null
device for br28man: /dev/null
device for br28oc: /dev/null
device for br28rc: /dev/null
device for br29man: /dev/null
device for br29oc: /dev/null
device for br29rc: /dev/null
device for br30bo: /dev/null
device for br30dc: /dev/null
device for br30man: /dev/null
br19bo accepting requests since Jun 30 08:12
br19dc accepting requests since Jun 30 08:12
br19eq accepting requests since Jun 30 08:12
br19rc accepting requests since Jun 30 08:12
br20man accepting requests since Jun 30 08:12
br20oc accepting requests since Jun 30 08:12
br20rc accepting requests since Jun 30 08:12
br21dc accepting requests since Jun 30 08:12
br21man accepting requests since Jun 30 08:12
br21oc accepting requests since Jun 30 08:12
br21rc accepting requests since Jun 30 08:12
br22man accepting requests since Jun 30 08:12
br22oc accepting requests since Jun 30 08:12
br22rc accepting requests since Jun 30 08:12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 04:27 PM
05-31-2002 04:27 PM
Re: Printing problem
another error - The fork function failed. Too many processes already exist.
lp -dhelpdesk rep
lp: can't open file rep
The file is there with all permissions
/u/chivavir :$ ll rep
-rwxrwxrwx 1 chivavir computers 18501 Jun 1 00:51 rep
/u/chivavir :$ lp -dhelpdesk rep
lp: can't open file rep
/u/chivavir :$ ll rep
-rwxrwxrwx 1 chivavir computers 18501 Jun 1 00:51 rep
/u/chivavir :$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2002 12:33 AM
06-01-2002 12:33 AM
Re: Printing problem
You should tune your kernel to increase the NPROC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2002 12:35 AM
06-01-2002 12:35 AM
Re: Printing problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 01:22 AM
06-03-2002 01:22 AM
Re: Printing problem
This is certainly tuning but not so much NPROC as MAXUPRC
Each print job can spawn upto 4 processes and they are all user lp.
MAXUPRC is the maximum number of processes which a single user may take.
This and nproc can go up.
If you have a lot of problems always think
about a disable of a few printers until the others finish printing and then enable them again.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 01:25 AM
06-03-2002 01:25 AM
Re: Printing problem
make sure you have
PHCO_25110: s700_800 11.00 lpspool subsystem cumulative patch
On your box
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 04:34 AM
06-03-2002 04:34 AM
Re: Printing problem
I noticed it said it couldn't open a file. You might want to double check your nfile parm. See if there are any nfile messages in your syslog.
Just a thought,
Rita