84 U23841-J-Z915-6-76
Administrative tasks under Xprint Introduction to administering Xprint V7.0
Examples (in this case for printer groups)
– To display the status of the printer group group1:
xpstat -dgr group1
NAME Spoolin
---- -------
group1 ON
Date of last modification: Tue Dec 20 11:37:17 1994
Justification:
– To display the definition of the printer group group1 in a complete list:
xpshow -dgr group1 -di LONG
This returns, for example, the following output:
NAME: group1
Host: colorado
Administrator: xprintadm
Device list: printer1 printer2
User permission:
User comment: The printer group for all users
Administrator comment:
– To display a short list of all the printer groups available:
xpshow -dgr
This could return the following output:
Name User perm. Host Administrator
---- ---------- ---- -------------
group1 missouri xprintadm
group2 delaware xprintadm
– To display all the references to the printer group group1:
xpshow -dgr group1 -di REFERENCED_BY
The output might appear as follows:
Level Name Type
----- ---- ----
1 host1 hos
This output shows that an object of type host, namely the host host1, still
refers to the group group1. The printer group can only be removed when the
object host1 has been modified such that the reference to group1 is
canceled.