Operating System - HP-UX
1826373 Members
4405 Online
109692 Solutions
New Discussion

Re: Printer setup without JetAdmin

 
Mitchell Meilstrup
Occasional Contributor

Printer setup without JetAdmin

I have a copier/printer with a NIC that does not seem to be supported by
JetAdmin. (I can ping IP address in UNIX and NT environment but JetAdmin will
not ping/find machine). I have been looking into setting up this printer using
LPADMIN but it seems like I'm missing the step where you assign the newly
created printername with an IP address or name from the hosts file. I would
rather just place a JetDirect card/box on this system but it doesn't seem
possible. Any directions on setup through LPADMIN?

Thanks,
Mitch
3 REPLIES 3
Karim Hachimi_1
New Member

Re: Printer setup without JetAdmin

Hi
You can always try to install a remote printer instead of a network printer it
works always, Just add the Ip address and server name to the etc/hosts file
and use the name when installing a remote printer, no need for Ip address
Moe Patches
New Member

Re: Printer setup without JetAdmin

I set up my non-HP network printers as REMOTE printers.
If you set it up in SAM, add remote printer. I use the IP address for the
remote host. and for the remote queue name I use "TEXT". Make sure to select
the BSD option.

To do it from the command line, the example in the man page on lpadmin is good:


/usr/sbin/lpadmin -plp3 -v/dev/null -mrmodel -ocmrcmodel -osmrsmodel -ob3
-ormsystem2 -orplp


Another thing you might want to browse the web site of the third party
printer/nic manufacture and they should have the information on how to add
their device in HP-UX.
Mitchell Meilstrup
Occasional Contributor

Re: Printer setup without JetAdmin

Thanks for the information!