Printer and print job control


Cancelling print jobs

There are occasions when jobs sent to the printers can become stuck or cause the printer to spit out pages endlessly. In such cases a staff member needs to cancel the print job. To cancel a print job you must have a login account on the gis server workstation.

Example:

gis% lpstat -o
gis5si-41975 gislab 62580 Mar 10 14:04 on gis5si
gisdj2-41976 gislab 58288 Mar 10 14:05 on gisdj2
gisdj3-41977 gislab 127180 Mar 10 14:05 on gisdj3
gis% sudo cancel gis5si-41976
Password:

When you execute a sudo command for the first time in a log in session the sudo program will prompt you for your password. Sudo will remember your password for ~5 minutes; after that time, or if you log out and log in again, you will be prompted again for you password.


Disabling/enabling color printers

If the lab is being used by a class or group which should not have access to the color printers, staff members with login accounts can run a simple command to disable all color printers. This will result in all print jobs sent to those printers being discarded. Users of the PC’s will not be notified that the printers are disabled; their print jobs will simply disappear. To disable or enable the color printers you must have a login account on the gis server workstation.

To disable the color printers:

After entering your password you should see messages similar to the following:

destination "gisdeskjets" will no longer accept requests
destination "gisdj1" will no longer accept requests
destination "gisdj2" will no longer accept requests
destination "gisdj3" will no longer accept requests
destination "gisdj4" will no longer accept requests
destination "gisdj5" will no longer accept requests
destination "gisdj6" will no longer accept requests

To enable the color printers:

After entering your password you should see messages similar to the following:

destination "gisdj1" now accepting requests
destination "gisdj2" now accepting requests
destination "gisdj3" now accepting requests
destination "gisdj4" now accepting requests
destination "gisdj5" now accepting requests
destination "gisdj6" now accepting requests
destination "gisdeskjets" now accepting requests


Last revised 26-Jan-2000