HPE 9000 and HPE e3000 Servers
1753278 Members
5780 Online
108792 Solutions
New Discussion

HP-UX 11.00 print problem

 
SOLVED
Go to solution
Martin Bargon
Occasional Advisor

Re: HP-UX 11.00 print problem

It's a really good idea to walk 500 miles to a printer that is printing just fine from other servers.

Not to be sarcastic, but I guess I should have figured that one out sooner.

Nothing like a cold slap in the face to remind me why I don't run Windows on my servers.
Martin Bargon
Occasional Advisor

Re: HP-UX 11.00 print problem

The script has one bug in it

echo "$JETDIR/addqueue -q $QUEUE -h $IP" $ADDPRN

This should be echo "$JETDIR/addqueue -q $QUEUE -h $IP" >> $ADDPRN

After the correctiong and running it a few times it worked great. It appeared that printers have been added and added but never removed and after enough print jobs wound up in removed printers things corrupted.