Maximum number of Print Queue on AIX?


 
Thread Tools Search this Thread
Operating Systems AIX Maximum number of Print Queue on AIX?
# 1  
Old 08-04-2010
Maximum number of Print Queue on AIX?

Hi,

Currently we are experiencing qdaemon died, hourly.
We have more than 10,000 print queue on AIX 5.3.
Would this cause the qdaemon to die?
What is the maximum number of print queue on AIX 5.3?

Thank you in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Remote print from SLES (SAP) to AIX 7.1 04 sp2 virtual printer queue gets down

Hello Administrators. I have a bit difficult problem. I have local virtual printer that has backend defined in /etc/qconf to script which in turns sends the spool to the real device. whenever I print locally (from sap) the print works as it should. The printer queue after the print is done... (6 Replies)
Discussion started by: Deneth
6 Replies

2. AIX

Adding print queue in AIX

Hi When I add a print queue in my AIX server I get the below message. enq: (WARNING): 0781-162 Cannot awaken qdaemon (request accepted anyway). enq: errno = 2: A file or directory in the path name does not exist. Added print queue 'CUNE024'. Also when I give a test print the status... (3 Replies)
Discussion started by: newtoaixos
3 Replies

3. AIX

AIX Print Queue

I am trying to print from Aix 6.1 using a remote queue to a Brother 7360N All in one, I can see the printer, but only output is blank pages. My smit setup is: Name of queue: testprt Hostname if Remote Printer: testprt (I added name to etc/hosts) Name of queue on remote printer: testprt (I... (4 Replies)
Discussion started by: Al Metz
4 Replies

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

5. UNIX for Dummies Questions & Answers

ls - maximum number of files

what is the maximum number ls can list down (6 Replies)
Discussion started by: karnan
6 Replies

6. UNIX for Dummies Questions & Answers

maximum number of arguments

Hi, What is the maximum number of arguments that could be passed to zsh ? To find out that I tried a simple script. And the maximum number of arguments that could be passed turned out to be 23394 #! /bin/zsh arg=1 i=1 subIndex=23000 while do arg=$arg" "$i i=$(($i + 1))... (9 Replies)
Discussion started by: matrixmadhan
9 Replies

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

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

9. AIX

AIX 5 print queue

I have setup a printer and queue using SMIT and I have set the default tray to 4. What I am trying to find out is if there is a way to set the next tray it trys to use if tray 4 is empty to tray 3, then tray 2, then tray 1. (0 Replies)
Discussion started by: chefsride
0 Replies

10. AIX

Basic AIX Print Queue Questions

Morning, All I've been doing some work on AIX print queues, troubleshooting some underlying issues we've been having. In the process of this I've uncovered some potential gaps in our knowledge. Our typical setup is remote impact printers (In this case OKIML5520s, with NICs) and local queues... (0 Replies)
Discussion started by: alexop
0 Replies
Login or Register to Ask a Question
IDT(4)                                                     BSD Kernel Interfaces Manual                                                     IDT(4)

NAME
idt -- device driver for IDT NICStAR-based ATM interfaces SYNOPSIS
device idt device atm DESCRIPTION
The idt device driver supports ATM network interfaces based on the IDT NICStAR 77211 controller, including the FORE Systems ForeRunner LE25 and LE155. For configuring the card for IP see natmip(4). ATM CBR connections are supported, and bandwidth is allocated in slots of 64k each. Three VBR queues handle traffic for VBR and UBR. Two UBR queues prioritize UBR traffic. ILMI and signalling get the higher priority queue, as well as UBR traffic that specifies a peak cell rate. All other UBR traffic goes into the lower queue. The following sysctls are recognized by the driver: hw.idt.log_bufstat Print statistics about buffer use to the system log periodically. hw.idt.log_vcs Print information about VC opens, closes, and other events to the system log. hw.idt.bufs_large Set or print the maximum size of the 2KB buffer queue. hw.idt.bufs_small Set or print the maximum size of the mbuf queue. hw.idt.cur_large Print the current size of the 2KB buffer queue. hw.idt.cur_small Print the current size of the mbuf queue. hw.idt.qptr_hold Optimize the TX queue buffer for lowest overhead. SEE ALSO
natm(4), natmip(4), ifconfig(8), route(8) AUTHORS
Richard Hodges, based on the original driver for FreeBSD 2.2 by Mark Tinguely. Bruce M. Simpson wrote this manual page and backported the driver to FreeBSD 4.9. BSD June 3, 2003 BSD