1827428 Members
4605 Online
109965 Solutions
New Discussion

add a printer

 
Tarek
Super Advisor

add a printer

Hi all,
i want to a add a printer on a Ws hpux11.
The printer doesn't support jetadmin. When i telnet to the printer, i have the following output:
Local flow control off
AXIS 540/542 TELNET Print Server V5.48 Dec 14 1998
AXIS 540/542 network login:
so how can i do?
2 REPLIES 2
Shahul
Esteemed Contributor

Re: add a printer


Hi

Let me know where U connected the peinter now. Is it in parallel port or network port?
If it is connected to network port U can configure as a remote printer. First U will have to assign an IP address to that printer. Add entry in /etc/hosts file.

Go to SAM-printers and plotters-lp spooler-printers and plotters-action-add printer-add remote printer.

Best of luck
Shahul

Shahul
Vincenzo Restuccia
Honored Contributor

Re: add a printer

mksf -v -dCentIf -H2/0/6 -h2;chown lp /dev/c1t0d0_lp;chgrp bin /dev/c1t0d0_lp;chmod 644 /dev/c1t0d0_lp;lpadmin -pHP -v/dev/c1t0d0_lp -g0 -mlaserjet4;/usr/sam/lbin/lpmgr -e -xlocalname=HP,remsys=ws008mi,remname=HP;/usr/sbin/accept HP;/usr/bin/enable HP;/usr/sam/lbin/lpmgr -s -xlocalname=HP,remsys=ws008mi,remname=HP;/usr/sbin/lpadmin -dHP;lpsched;/usr/sam/lbin/lpmgr -S -xsavedir=/var/sam/lp;/usr/sam/lbin/lpmgr -l -xcols=1"

Change: remsys,laserjet4,remname and localname.