Print Queue Problems


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Print Queue Problems
# 1  
Old 02-22-2005
Print Queue Problems

Hi All

Does anyone know what is meant by PRINTER STATUS CONNECT concerning print queues?

At work we run a Perle/Connectix JetStream 8500 (RJ45 Model) to connect our dot matrix printers and often we get the Connect Status.

Nobody I speak to knows what the status means. When the printer queues have this status nothing can print. After an extended period of time the status changes back to READY and everything is fine once more.

The problem is happening more and more frequently.

Please help as its causing me headaches
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Print queue problems

I am using AIX 5. Just swapped over an HP printer. The old printer was on a JetDirect box. The new printer connects directly to the network. Using the same IP address to print to, so the only alteration I made was to edit the etc/qconfig file to alter the port setting from 9103 to 9100. I can... (2 Replies)
Discussion started by: charding
2 Replies

2. UNIX for Advanced & Expert Users

[Solved] remove all print jobs from a print queue

Hello, Sometimes i need to clear all the jobs of a print queue and it is really annoying to cancel one by one. Is there a way to cancel all print jobs for a specific print queue with a single command instead of cancelling them one by one? My AIX system is 5.3 Thank you for your attention (2 Replies)
Discussion started by: omonoiatis9
2 Replies

3. AIX

Queue problems

Hi, We have a problem with remote printers installed on our server. Consistently, the printer status is ready but the impressions of the queue are waiting therefore blocked. To unblock the situation, we must launch stopsrc qdaemon-s-s and startsrc qdaemon to reactivate the queue. Thank you... (2 Replies)
Discussion started by: GBAGO
2 Replies

4. UNIX for Dummies Questions & Answers

g03 problems on rocks 5.3 with sge queue.

Dear all, I'm a new guy doing some quntum calculation with gaussian on my rocks clusters. Recently, my cluster upgraded to rocks 5.3, but something strange happened. Everything goes correct except a serious problem. when I summit my gaussian job with script to sge queue, the job does run,... (0 Replies)
Discussion started by: liuzhencc
0 Replies

5. SCO

Sco openserver 5 print queue problems

Hwey I manage a Unix box where I ama having multiple printer problems. the only way to get printers to print again is by rebooting. I stop and start services with no luck. Any one have any ideas? It can go weeks with being OK but then any given printer can go and cause the entire print queue to... (6 Replies)
Discussion started by: uk2us88
6 Replies

6. Shell Programming and Scripting

Print Queue Montior

I am very new to scripting could use some assistance polishing up my script. I have had issues with a print queue going down and needing some TLC to get it going again, however currently I have to wait for a user to complain about the issue. I have written a little script to monitor the print queue... (0 Replies)
Discussion started by: tdiYUZER
0 Replies

7. Programming

IPC - queue problems

Hi, I´m having a lot of problems when working with message queues, both on HP-UX Systems and Sun Solaris. When we fill a queue with a messages, the system hangs and locks everything that relies on the use of IPC resources. Anyone knows how to eliminate this problem? Thanks, Haroldo Teixeira (2 Replies)
Discussion started by: haroldo
2 Replies

8. Solaris

Print to ps2pdf print queue

I am trying to create a printer queue, on a SunOS 5.7 system, that outputs a pdf file. There is an application running on the system that has a print button, which sends print files to the default printer. If I disable the printer, I am able to manually capture the files in /var/spool/lp/tmp and... (2 Replies)
Discussion started by: Sean_69
2 Replies

9. UNIX for Dummies Questions & Answers

Print to a ps2pdf print queue.

I am trying to create a printer queue, on a SunOS 5.7 system, that outputs a pdf file. There is an application running on the system that has a print button, which sends print files to the default printer. If I disable the printer, I am able to manually capture the files in /var/spool/lp/tmp and... (1 Reply)
Discussion started by: Sean_69
1 Replies

10. UNIX for Dummies Questions & Answers

print queue behavior on HP-UX

We have a 3rd party print queue installed on HP-UX 11.11 that interfaces with a binary. Basically we use the lp command to send reports to the print queue, which then interfaces with a binary to capture those reports into a reporting warehouse. The problem lies in the way that HP uses a link to... (6 Replies)
Discussion started by: dangral
6 Replies
Login or Register to Ask a Question
lpstat(1)						      General Commands Manual							 lpstat(1)

Name
       lpstat - printer status information

Syntax
       lpstat [ options ]

Description
       The utility prints the status of the system printers.

       Without any options, prints the status of print requests made to the default printer.

       This command exists for X/OPEN compatibility.

Options
       Some of the options can be followed by a list of arguments.  The arguments must be specified as follows:
       lpstat -uuser1,user2,user3
       List  items  can be separated by spaces, but the list must be enclosed in quotes.  If you do not include any arguments, all the information
       relevant to the option is printed.

       The valid options for are:

       -a (R)[ printer1, printer2, ...	(R)]

	  Print whether or not printers are accepting print requests.

       -d Print the name of the default system printer.

       -o (R)[ printer1, printer2, ...	(R)]

	  Print the status of print requests.

       -p (R)[ printer1, printer2, ...	(R)]

	  Print the status of printers.

       -r Print the status of the line printer daemon,

       -s Print a status summary, including the status of the line printer daemon and the default system printer.

       -t Print all status information.

       -u (R)[ user1, user2, ...  (R)]

	  Print the status of users' print requests.

See Also
       lp(1), lpq(1), lpr(1), lpc(8)

																	 lpstat(1)