1752781 Members
6220 Online
108789 Solutions
New Discussion юеВ

Jet Admin

 
Waqar Razi
Regular Advisor

Jet Admin

I need to setup a canonir3045 printer using Jetadmin, I have some cannon printers already been defined on Jet Admin. How can I see what drivers are the already defined printers are using so that I can assign the same driver to the new printer or is there any way, I can copy the configuration of the old cannon printer to the new one.
4 REPLIES 4
Tim Nelson
Honored Contributor

Re: Jet Admin

addqueue -l

will list available printer interface types on your system.

Tim Nelson
Honored Contributor

Re: Jet Admin

second part ( sorry )

After you set up the queue you can simply copy the interface file of /etc/lp/interface/model.orig/my_printer over to the new system.

The interface file is only a shell script that is executed when you print.


skt_skt
Honored Contributor

Re: Jet Admin


#[/etc/lp/interface] grep IP ave_4015_ofc
# xPORT, PERIPH, TEOJ are all configurable
PERIPH=146.181.164.14
MODELSCRIPTNAME=net_genericprinter
if [ -z "$PERIPH" ]
PERIPH=$MODEL
HPNPFOPT="-j $job+$user $TEOJ $TOJMON $ONUSTATUS $xPORT -x $PERIPH $HPNPFLOG $topazopt

root [/etc/lp/interface] hpnpadmin -i 146.181.164.14
Printer Description:
--------------------
MFG :Hewlett-Packard;
CMD :PJL,BIDI-ECP,PJL,POSTSCRIPT,PDF,PCLXL,PCL;
MDL :HP LaserJet P4015;
CLS :PRINTER;
DES :Hewlett-Packard LaserJet P4015;

Printer ID : 407

also you may use jetadmin interface

jetadmin

*************************************************
* MAIN MENU *
* HP JetAdmin Utility for UNIX (Rev. D.06.15) *
*************************************************

1) Configuration (super-user only):
- configure printer, add printer to spooler

2) Diagnostics:
- diagnose printing problems

3) Administration (super-user only):
- manage HP printer, JetDirect

4) Administration (super-user only):
- manage JetAdmin

5) Printer Status:
- show printer status, location, and contact

?) Help q) Quit

Please enter a selection (q - quit): 1

***************************************
* CONFIGURATION *
* HP JetAdmin Utility for Unix *
***************************************

Printer Network Interface:
1) Create printer configuration in BOOTP/TFTP database
2) Remove printer configuration from BOOTP/TFTP

Spooler:
3) Add printer to local spooler
4) Delete printer from local spooler
5) Modify existing spooler queue(s)

?) Help q) Quit
Waqar Razi
Regular Advisor

Re: Jet Admin

How can I see the configuration of a printer already defined on the system, lets say there is a printer mexcan3045 defined on system, how can i see this configuration.