1833304 Members
2944 Online
110051 Solutions
New Discussion

Re: Print queue naming?

 
SOLVED
Go to solution
Mike Smith_33
Super Advisor

Print queue naming?

I finally figured out how to set up printing using SAM on an HP 11i v1 system. What had been throwing me was that in order to print to my network attached hplaserjet printer (jet direct card), I had to use a printer name that was different from the name i gave SAM when I added the printer.

For example, name given to SAM, myprinter.

Name used for sucessful print, myprinter_1

Did I just miss something in the documentation somewhere, this was totaly unexpected to me???
4 REPLIES 4
Alan Meyer_4
Respected Contributor

Re: Print queue naming?

I have never had to do that. I've always been able to give the queue name the same as the node name.
" I may not be certified, but I am certifiable... "
TwoProc
Honored Contributor

Re: Print queue naming?

The HP JetDirect software does that. I do that by hand(w/o SAM), and rename it BACK to what I want, after it offers (by default) to append a "_1" to the name. If you're going to use sam, you may not get a chance to rename.

Try running the program "/opt/hpnpl/admin/hppi" from the command line instead, and you can change the name when it offers to stick "_1" on the end, before you save it.
We are the people our parents warned us about --Jimmy Buffett
Geoff Wild
Honored Contributor
Solution

Re: Print queue naming?

Nope.....you shouldn't have to do that....

I add mine all via the command line like so:

addqueue -i 9998 -q W052 -h w052.mydomain.com

I use 4 letter names - that way they match the same "short" name in SAP.


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Mike Smith_33
Super Advisor

Re: Print queue naming?

Thanks all, you have been very helpful, especially the addqueue command.