Queue problems


 
Thread Tools Search this Thread
Operating Systems AIX Queue problems
# 1  
Old 06-23-2010
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 for helping us.
Here's an example:
Code:
File    Unité Etat      Trv Fichiers           Util.        PP %  Blocs  Cp Rng
------- ----- --------- --- ------------------ ---------- ---- -- ----- --- ---
IMPPRN1 @10   PRET
              ATTENTE     9 STDIN.1085728      USER1                   3   1   1
              ATTENTE    10 STDIN.1085732      USER1                   1   1   2
IMPPRN1: Imprimante inconnue : IMPPRN1

Moderator's Comments:
Mod Comment Please use code-tags (the octothorpe in the edit menu) when posting terminal-output. Thank you.

Last edited by bakunin; 06-23-2010 at 12:19 PM..
# 2  
Old 07-01-2010
Assuming that "PRET" is the same as "DOWN", to get the printer to come back online, the command below can be used. The "-U" stands for "Up" and the "-P" specifies the "queue:device" (probably your "File:Unité")

enq -U -P IMPPRN1:@10
# 3  
Old 07-02-2010
Hi!
To get the printer to come back online, we use the commands below :
- stopsrc -s qdaemon
- startsrc -s qdaemon.
All remote printers are affected by the blockage.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 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. Programming

queue a signal

A program have to receive signals and work agreed with it, but the process have to receive more than one signal when it is attending other. Those have to be queued to be attended later recived. how can i do that? thanks. (2 Replies)
Discussion started by: marmaster
2 Replies

3. 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

4. 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

5. UNIX for Advanced & Expert Users

Ho to clear a MQ queue :

Hi All, Can anyone tell me how to clear list of queues in a file? My file FILE1 has 3 queues FILE1 FirstQueue SecondQueue ThirdQueue I want to clear all these queues which belong to the same Qmanager from another script... Can anyone help me for this.. Thanks in... (0 Replies)
Discussion started by: Ch Bushu
0 Replies

6. 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

7. Shell Programming and Scripting

mq queue depth

hi how to find the queue depth of MQ Queue using unix please its very urgent (0 Replies)
Discussion started by: Satyak
0 Replies

8. Programming

Queue

:confused: I have some problem with the technology Queue in Unix Can someone explain me the way queue is made and how it excute ,how it run Thanks in advance (1 Reply)
Discussion started by: iwbasts
1 Replies

9. UNIX for Dummies Questions & Answers

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... (0 Replies)
Discussion started by: nickbungus
0 Replies
Login or Register to Ask a Question