Operating System - HP-UX
1833777 Members
2064 Online
110063 Solutions
New Discussion

Re: Can't print to network printer

 
Michael Burns_7
Advisor

Can't print to network printer

I am looking at the problem posted by Bill Sadvary and I have the EXACT same problem... I found the permissions the same as he said his were. After changing perms... what other actions are required to have them take effect?

not a unix guy...
2 REPLIES 2
RAC_1
Honored Contributor

Re: Can't print to network printer

This is the thread.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=821431
There is no substitute to HARDWORK
Michael Burns_7
Advisor

Re: Can't print to network printer

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=623748

This article pointed me to this command set...
Jun 29, 2004 17:26:03 GMT 10 pts

--------------------------------------------------------------------------------
Try removing and adding the printer using addqueue and the IP address of the printer:

/opt/hpnpl/bin/removequeue -q local_prn_name
/opt/hpnpl/bin/addqueue -h 192.168.20.9 -q myprinter

Then try printing with:

lp -dmyprinter -odebugm /var/tmp/debug.log /etc/issue

There will be a file in /var/tmp/debug.log that should give a lot of details. If it works OK, use the same option with a bigger job. This assumes that the printer is an HP printer with an internal JetDirect LAN card.



problem solved.