#File: sol_10

1.	lpadmin -p hplj -v /dev/lp1 -c LASERS -D "Our local laser jet"

2.	If the printer is disabled and still accepting requests, 
	a user submitting a job will not be notified that the printer is 
	disabled.  They would find out by using the lpstat command:

		lpstat hplj

	If the spooler is not accepting jobs, a user submitting a print
	request will be notified immediately that their print job has
	not been spooled.

3.	disable hplj
	lp -d hplj <somefile>
	cancel lp-<id>
	      or
	cancel -u <user id>  #to cancel all jobs for <user id>

4.	disable hplj
	lp -d hplj <somefile>
	cd /var/spool
	ls -F lp/requests/bhitn

5.	lpsystem bhitn bhitn ...

6.	lpsystem bhitn #bhitn is the system with the printer
	lpadmin -p bhitnlj -s bhitn:hplj
