Apple Mac OS X Server Network Card User Manual


 
Chapter 10 Working with the Print Service 163
Checking the Status of Print Service
To see summary status of print service:
$ sudo serveradmin status print
To see detailed status of print service:
$ sudo serveradmin fullstatus print
Viewing Print Service Settings
To list print service configuration settings:
$ sudo serveradmin settings print
To list a particular setting:
$ sudo serveradmin settings print:
setting
To list a group of settings:
You can list a group of settings that have part of their names in common by typing
only as much of the name as you want, stopping at a colon (:), and typing an asterisk
(*) as a wildcard for the remaining parts of the name. For example, to see all settings
for a particular print queue:
$ sudo serveradmin settings print:queuesArray:_array_id:
queue-id
:*
Changing Print Service Settings
To change a setting:
$ sudo serveradmin settings print:
setting
=
value
To change several settings:
$ sudo serveradmin settings
print:
setting
=
value
print:
setting
=
value
print:
setting
=
value
[...]
Control-D
Parameter Description
queue-id
CUPS queue ID (for example, <id> or _192_216_3_45).
Parameter Description
setting
A print service setting. To see a list of available settings, enter
$ sudo serveradmin settings print
or see “Print Service Settings” on page 164.
value
An appropriate value for the setting.