Sponsored Content
Operating Systems AIX Retrieving printer queue properties Post 302529888 by aoverbury on Saturday 11th of June 2011 03:04:41 AM
Old 06-11-2011
Quote:
Originally Posted by bakunin
You might want to check the file "/etc/qconfig" and see which information this provides. If you still need additional information about your print queues report back and we will see what we can do for you.

I hope this helps.

bakunin
Hi Bakunin,

Thanks for that. qconfig at least got me a link between the queue name and the port number and comm type (HP JetDirect), which is further along than i was before. I now need to find the driver/model of the printer and the default paper orientation. I've gone through the resources I can find, and I seem to be able to retrieve every little bit of information about these printers except for these two items. Smilie

Is there anywhere this information is to be had?

---------- Post updated at 05:04 PM ---------- Previous update was at 04:40 PM ----------

Ah, there's some more of it!

Code:
lsvirprt -d<device name> -q<printer queue name> -a mt

That returns the driver name
 

10 More Discussions You Might Find Interesting

1. HP-UX

Help adding a printer queue

Hello, I need some help on the following issue: Need to have a printer queue added to the "sssssss" server.The IP address is "xxx.xxx.xxx.xxx". It is an HP8000 printer. Can you please point me to the right direction. Thank you (0 Replies)
Discussion started by: AQG
0 Replies

2. AIX

Printer Queue not getting created

When I try to create first print queue in this system with the command line argument, find the output also... # /usr/lib/lpd/pio/etc/piomkjetd mkpq_jetdirect -p 'generic' -D pcl -q 'AR06_Workcenter_32' -h 'AR06_Workcenter_32' -x '9100' 0782-606 /usr/lib/lpd/pio/etc/piomgpdev: Error 'A file or... (1 Reply)
Discussion started by: giribt
1 Replies

3. Shell Programming and Scripting

Retrieving files from print queue

Hi, wonder if anyone can help me out with this. I'm trying to retrieve files from a print queue on a remote server i.e. get files before they are printed. I'll be using perl to do this. I've written out some pseudocode below: Telnet to print server for ever (endless loop) pause 1 second... (0 Replies)
Discussion started by: Vovin
0 Replies

4. Solaris

creating printer queue in Solaris 10

I have installed the foo2zjs drivers but i don't know the next steps to how to make a print queue with ppd files........kindly guide me out if anyone have used foo2jzs or some other methods to configure the hp laserjet 1022n printer.Kindly explain step by step procedure of how to do this. ... (2 Replies)
Discussion started by: kumarmani
2 Replies

5. AIX

Check printer queue on Windows printer server

Hello Let me first give a small overview of the setup. All printers are connected to Windows 2000 servers. There are a lot of UNIX (AIX & HP-UX) servers as well which have SAP running. I'm working on a script to add printers to a specified SAP instance. I want to verify the user input (to... (0 Replies)
Discussion started by: NielsV
0 Replies

6. Solaris

Cancel printer queue permission

How to assign permission for a user to cancel unix printer queue other than root? lprm -P and cancel? How to chmod for /bin/cancel to -rws-x-x --> s means? Please help. Thank you. (1 Reply)
Discussion started by: KhawHL
1 Replies

7. AIX

Cannot setup a printer queue

So I've got this asc file that someone sent me for setting up a Zebra printer on AIX. When I use smit or the command line I get this error when I try to setup the printer up: File /usr/lib/lpd/pio/predef/master does not exist. The master file is there. This only happens when I setup a... (2 Replies)
Discussion started by: Hurmoth
2 Replies

8. AIX

Problem with Queue of the Printer

Guy's This is the Queue of the printer ... >lpstat -pTOPPRINTER Queue Dev Status Job Files User PP % Blks Cp Rnk ------- ----- --------- --- ------------------ ---------- ---- -- ----- --- --- TOPPRIN @TOPP DOWN QUEUED ... (1 Reply)
Discussion started by: ITHelper
1 Replies

9. Shell Programming and Scripting

Problem with retrieving values from properties file

I have an input file like RMS_RPT_PERIOD_DIM,Table,NYTD_SLS_DM,GPS_SLS_DM1,NYTD_SLS_GPS_INT,RMS_DM,byreddys,7/31/2009,byreddys,7/31/2009,Y,//depot/eqr/salesgps/trunk/src/db/table,TBL_GPS_CONTACT_DETAILS.sql,1.1,,lakshmi,sql,y... (2 Replies)
Discussion started by: sailaja_80
2 Replies

10. UNIX for Dummies Questions & Answers

Printer queue not clearing

Hi I have installed an HP X451dw printer on our network and want to print from Sco Openserver v6 The printer produces correct output but then repeats until the queue is manually stopped. :confused: It is using a netcat/dumb interface Any advice on how to persuade it to only print once... (5 Replies)
Discussion started by: David Holmes
5 Replies
LPRM(1) 						    BSD General Commands Manual 						   LPRM(1)

NAME
lprm -- remove jobs from the line printer spooling queue SYNOPSIS
lprm [-] [-P printer] [-w maxwait] [job# ...] [user ...] DESCRIPTION
lprm will remove a job, or jobs, from a printer's spool queue. Since the spooling directory is protected from users, using lprm is normally the only method by which a user may remove a job. The owner of a job is determined by the user's login name and host name on the machine where the lpr(1) command was invoked. Options and arguments: -Pprinter Specify the queue associated with a specific printer (otherwise the default printer is used). -w maxwait Specify the maximum time to wait in seconds for remote responses. The default is 300 seconds or 5 minutes. - If a single '-' is given, lprm will remove all jobs which a user owns. If the super-user employs this flag, the spool queue will be emptied entirely. user Causes lprm to attempt to remove any jobs queued belonging to that user (or users). This form of invoking lprm is useful only to the super-user. job # A user may dequeue an individual job by specifying its job number. This number may be obtained from the lpq(1) program, e.g. % lpq -l 1st:ken [job #013ucbarpa] (standard input) 100 bytes % lprm 13 If neither arguments or options are given, lprm will delete the currently active job if it is owned by the user who invoked lprm. lprm announces the names of any files it removes and is silent if there are no jobs in the queue which match the request list. lprm will kill off an active daemon, if necessary, before removing any spooling files. If a daemon is killed, a new one is automatically restarted upon completion of file removals. ENVIRONMENT
If the following environment variable exists, it is used by lprm. PRINTER If the environment variable PRINTER exists, and a printer has not been specified with the -P option, the default printer is assumed from PRINTER. FILES
/etc/printcap Printer characteristics file. /var/spool/output/* Spooling directories. /var/spool/output/*/lock Lock file used to obtain the pid of the current daemon and the job number of the currently active job. DIAGNOSTICS
``Permission denied'' if the user tries to remove files other than his own. SEE ALSO
lpq(1), lpr(1), lpd(8) HISTORY
The lprm command appeared in 3.0BSD. BUGS
Since there are race conditions possible in the update of the lock file, the currently active job may be incorrectly identified. BSD
June 6, 1993 BSD
All times are GMT -4. The time now is 07:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy