Sponsored Content
Full Discussion: Print queue restriction
Operating Systems AIX Print queue restriction Post 302382604 by borek on Thursday 24th of December 2009 03:09:30 AM
Old 12-24-2009
I've never tested it, but try :

Code:
lpadmin -p Printer -s ServerName [!ServerPrinterName ] -v Device [ -D
Comment ] [ -A AlertType ] [ -W Minutes ] [ -c Class ] [ -e Printer1 ] [ -F
FaultRecovery ] [ -f allow:FormList | -f denyFormList ] [ -h ] [ -I
Content-Type-List ] [ -i Interface ] [ -l ] [ -M -f Form-Name [ -o
Filebreak ] ] [ -M -S Print-Wheel ] [ -m Model ] [ -O CopyOptions ] [ -o
PrintOptions ] [ -o nobanner | -o banner ] [ -r Class ] [ -S List ] [ -T
PrinterTypeList ] [ -u allow:LoginIdList | -u deny:LoginIdList ] [ -v
Device ]

 

10 More Discussions You Might Find Interesting

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

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

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

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

5. HP-UX

Print queue not getting flushed

Hi All, I am new to HP-UX and new to administration world. I have a problem with two HP Laser Jet M5035MFP printers which are connected to HP-UX host machines. Problem is that whenver we print a job, the job gets printed very fine but the queue is not cleared. This makes the further jobs on the... (2 Replies)
Discussion started by: akashgulati
2 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. Shell Programming and Scripting

print queue jobs

Hi, I have one queue that have status QUEUE and 10 jobs are waiting.Can any one guide me how i can get total number of jobs on this queue.i can see 10 jobs but i need to get count 10 for this queue.Please help me out thanks in advance sagii (2 Replies)
Discussion started by: sagii
2 Replies

8. Shell Programming and Scripting

print queue jobs

Hi, i m having problem to get number of jobs waiting using lpstat.my printer is out of paper and 10jobs are in queue but i run lpstat -pqname it didnt show any thing.any one have idea whats wrong here. thanks sagii (2 Replies)
Discussion started by: sagii
2 Replies

9. AIX

Print queue setup

Hi I had setup a print queue named test in the AIX server. When I try to print 96 char per line.. it prints only 80 and the rest is skipped to the next line. however there are 16 spaces left as blank in the first line any help is appriciated (0 Replies)
Discussion started by: antointoronto
0 Replies

10. 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
Config::Model::models::Itself::Class(3pm)		User Contributed Perl Documentation		 Config::Model::models::Itself::Class(3pm)

NAME
Config::Model::models::Itself::Class - Configuration class Itself::Class DESCRIPTION
Configuration classes used by Config::Model Configuration class. This class represents a node of a configuration tree. Elements class_description Explain the purpose of this configuration class. This description will be re-used to generate the documentation of your configuration class. You can use pod markup to format your description. See perlpod for details.Optional. Type string. license Optional. Type string. author Optional. Type list of uniline. copyright Optional. Type list of uniline. element Specify the elements names of this configuration class.Optional. Type hash of node. include Include the specification of another class into this class.Optional. Type list of reference. include_after insert the included elements after a specific element. Optional. Type reference. write_config_dir Deprecated Optional. Type uniline. read_config_dir Deprecated Optional. Type uniline. generated_by When set, this class was generated by some program. You should not edit it as your modification may be clobbered later on. Optional. Type uniline. read_config Specify the Perl class(es) and function(s) used to read configuration data. The specified function will be tried in sequence to get configuration data. Optional. Type list of node. write_config Specify the Perl class and function used to write configuration data.Optional. Type list of node. accept Specifies names of the elements this configuration class will accept as valid. The key of the hash is a regular expression that will be tested against candidate parameters. When the parameter matches the regular expression, a new parameter is created in the model using the description provided in the value of this hash key. Note that the regexp must match the whole candidate parameter name. I.e. the specified regexp will be eval'ed with a leading ^ and a trailing $.Optional. Type hash of node. SEE ALSO
o cme o Config::Model::models::Itself::ConfigAccept o Config::Model::models::Itself::ConfigRead o Config::Model::models::Itself::ConfigWrite o Config::Model::models::Itself::Element AUTHOR
Dominique Dumont COPYRIGHT
2007-2011 Dominique Dumont. LICENSE
LGPL-2 perl v5.14.2 2012-06-22 Config::Model::models::Itself::Class(3pm)
All times are GMT -4. The time now is 08:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy