How to Limit AIX print queue
Clash Royale CLAN TAG#URR8PPP
I need to limit the size of the print queue on AIX. Either by number of queued files or by total file size. It is needed to prevent /var from filling up such that space is available for other items, should a printer be offline or out of paper. What configuration parameters or command can I use to do this?
aix printing
|
show 1 more comment
I need to limit the size of the print queue on AIX. Either by number of queued files or by total file size. It is needed to prevent /var from filling up such that space is available for other items, should a printer be offline or out of paper. What configuration parameters or command can I use to do this?
aix printing
Which version of AIX?
– Ortomala Lokni
Dec 10 at 21:30
Primarily AIX version 7.1
– Bob B.
Dec 11 at 18:37
Can you show the output oflsvirprt -q QueueName -d DeviceName
?
– Ortomala Lokni
Dec 11 at 21:56
The output shows plenty of information about the specific printer attached to each queue and commands to alter page size, font, linefeeds and so forth, but nothing about how the queue is controlled, other than listing the command's input parameters. The output for is 554 lines long for the first print queue.
– Bob B.
Dec 12 at 16:00
1
You could put '/var/spool/spooldir' directory onto a separated partition/filesystem with limited size.
– Lorinczy Zsigmond
Dec 13 at 19:28
|
show 1 more comment
I need to limit the size of the print queue on AIX. Either by number of queued files or by total file size. It is needed to prevent /var from filling up such that space is available for other items, should a printer be offline or out of paper. What configuration parameters or command can I use to do this?
aix printing
I need to limit the size of the print queue on AIX. Either by number of queued files or by total file size. It is needed to prevent /var from filling up such that space is available for other items, should a printer be offline or out of paper. What configuration parameters or command can I use to do this?
aix printing
aix printing
edited Dec 10 at 20:28
Jeff Schaller
38.3k1053125
38.3k1053125
asked Dec 10 at 19:54
Bob B.
11
11
Which version of AIX?
– Ortomala Lokni
Dec 10 at 21:30
Primarily AIX version 7.1
– Bob B.
Dec 11 at 18:37
Can you show the output oflsvirprt -q QueueName -d DeviceName
?
– Ortomala Lokni
Dec 11 at 21:56
The output shows plenty of information about the specific printer attached to each queue and commands to alter page size, font, linefeeds and so forth, but nothing about how the queue is controlled, other than listing the command's input parameters. The output for is 554 lines long for the first print queue.
– Bob B.
Dec 12 at 16:00
1
You could put '/var/spool/spooldir' directory onto a separated partition/filesystem with limited size.
– Lorinczy Zsigmond
Dec 13 at 19:28
|
show 1 more comment
Which version of AIX?
– Ortomala Lokni
Dec 10 at 21:30
Primarily AIX version 7.1
– Bob B.
Dec 11 at 18:37
Can you show the output oflsvirprt -q QueueName -d DeviceName
?
– Ortomala Lokni
Dec 11 at 21:56
The output shows plenty of information about the specific printer attached to each queue and commands to alter page size, font, linefeeds and so forth, but nothing about how the queue is controlled, other than listing the command's input parameters. The output for is 554 lines long for the first print queue.
– Bob B.
Dec 12 at 16:00
1
You could put '/var/spool/spooldir' directory onto a separated partition/filesystem with limited size.
– Lorinczy Zsigmond
Dec 13 at 19:28
Which version of AIX?
– Ortomala Lokni
Dec 10 at 21:30
Which version of AIX?
– Ortomala Lokni
Dec 10 at 21:30
Primarily AIX version 7.1
– Bob B.
Dec 11 at 18:37
Primarily AIX version 7.1
– Bob B.
Dec 11 at 18:37
Can you show the output of
lsvirprt -q QueueName -d DeviceName
?– Ortomala Lokni
Dec 11 at 21:56
Can you show the output of
lsvirprt -q QueueName -d DeviceName
?– Ortomala Lokni
Dec 11 at 21:56
The output shows plenty of information about the specific printer attached to each queue and commands to alter page size, font, linefeeds and so forth, but nothing about how the queue is controlled, other than listing the command's input parameters. The output for is 554 lines long for the first print queue.
– Bob B.
Dec 12 at 16:00
The output shows plenty of information about the specific printer attached to each queue and commands to alter page size, font, linefeeds and so forth, but nothing about how the queue is controlled, other than listing the command's input parameters. The output for is 554 lines long for the first print queue.
– Bob B.
Dec 12 at 16:00
1
1
You could put '/var/spool/spooldir' directory onto a separated partition/filesystem with limited size.
– Lorinczy Zsigmond
Dec 13 at 19:28
You could put '/var/spool/spooldir' directory onto a separated partition/filesystem with limited size.
– Lorinczy Zsigmond
Dec 13 at 19:28
|
show 1 more comment
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f487193%2fhow-to-limit-aix-print-queue%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f487193%2fhow-to-limit-aix-print-queue%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Which version of AIX?
– Ortomala Lokni
Dec 10 at 21:30
Primarily AIX version 7.1
– Bob B.
Dec 11 at 18:37
Can you show the output of
lsvirprt -q QueueName -d DeviceName
?– Ortomala Lokni
Dec 11 at 21:56
The output shows plenty of information about the specific printer attached to each queue and commands to alter page size, font, linefeeds and so forth, but nothing about how the queue is controlled, other than listing the command's input parameters. The output for is 554 lines long for the first print queue.
– Bob B.
Dec 12 at 16:00
1
You could put '/var/spool/spooldir' directory onto a separated partition/filesystem with limited size.
– Lorinczy Zsigmond
Dec 13 at 19:28