Sponsored Content
Full Discussion: HP JetDirect
Operating Systems AIX HP JetDirect Post 302210235 by trisco on Monday 30th of June 2008 11:14:46 AM
Old 06-30-2008
You must have both the attach software and the driver for the specific printer. My lslpp looks like this:
printers.hpJetDirect.attach
5.2.0.105 C F Hewlett-Packard JetDirect
printers.hplj-2.rte 5.2.0.0 C F Hewlett-Packard LaserJet II
printers.hplj-3.rte 5.2.0.0 C F Hewlett-Packard LaserJet III
printers.hplj-3si.rte 5.2.0.0 C F Hewlett-Packard LaserJet IIISi
printers.hplj-4+.rte 5.2.0.0 C F Hewlett-Packard LaserJet 4
printers.hplj-4.rte 5.2.0.0 C F Hewlett-Packard LaserJet 4
printers.hplj-4000.rte 5.2.0.0 C F Hewlett-Packard LaserJet 4000
printers.hplj-4500.rte 5.2.0.0 C F Hewlett-Packard Color LaserJet
printers.hplj-4si.rte 5.2.0.0 C F Hewlett-Packard LaserJet 4si
printers.hplj-4v.rte 5.2.0.0 C F Hewlett-Packard LaserJet 4V
printers.hplj-5si.rte 5.2.0.0 C F Hewlett-Packard LaserJet 5si
5.2.0.0 C F Hewlett-Packard LaserJet 5si
printers.hplj-8000.rte 5.2.0.0 C F Hewlett-Packard LaserJet 8000
printers.hplj-8100.rte 5.2.0.0 C F Hewlett-Packard LaserJet 8100
printers.hplj-8500.rte 5.2.0.0 C F Hewlett-Packard Color LaserJet
printers.hplj-D640.rte 5.2.0.0 C F Hewlett-Packard LaserJet 5000
printers.hplj-UTF8.rte 5.2.0.0 C F Hewlett Packard LaserJet IIp
printers.hplj-c.rte 5.2.0.0 C F Hewlett-Packard LaserJet Color
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

printing to HP jetdirect

How can I print from Unix (AIX) to a printer running HP Jetdirect card. I've been reading so much stuff from the internet that it made me so confused already. The ip address of my printer is 10.1.1.75. Could somebody please give me an instruction on how to accomplish this. Thanks. (6 Replies)
Discussion started by: nseal101
6 Replies

2. Solaris

Printing pound sign from Solaris (JETDIRECT)

Hi, Any ideas of the character sequence to print the £ sign from Solaris using network printing over Jetdirect software ? Thanks Matt (1 Reply)
Discussion started by: mattpar75
1 Replies

3. Solaris

Solaris 9 & JetDirect

I'm working on a Solaris 9 Sun Blade and could do with some tips. I've been told JetDirect is already installed and running on this machine. There are two laser printers currently functioning off this machine and I can see entries for both in /etc/hosts with fixed IP's as netprinter1 &... (1 Reply)
Discussion started by: KenLynch
1 Replies

4. SCO

how to get the "queue name" of the jetdirect?

Regards I wonder how to get the name of the queue in a network printer port? operating system is "OpenServer 6.0" (3 Replies)
Discussion started by: Edgar Guevara
3 Replies
LPC(8)							      System Manager's Manual							    LPC(8)

NAME
lpc - line printer control program SYNOPSIS
/usr/sbin/lpc [ command [ argument ... ] ] DESCRIPTION
Lpc is used by the system administrator to control the operation of the line printer system. For each line printer configured in /etc/printcap, lpc may be used to: o disable or enable a printer, o disable or enable a printer's spooling queue, o rearrange the order of jobs in a spooling queue, o find the status of printers, and their associated spooling queues and printer dameons. Without any arguments, lpc will prompt for commands from the standard input. If arguments are supplied, lpc interprets the first argument as a command and the remaining arguments as parameters to the command. The standard input may be redirected causing lpc to read commands from file. Commands may be abreviated; the following is the list of recognized commands. ? [ command ... ] help [ command ... ] Print a short description of each command specified in the argument list, or, if no arguments are given, a list of the recognized commands. abort { all | printer ... } Terminate an active spooling daemon on the local host immediately and then disable printing (preventing new daemons from being started by lpr) for the specified printers. clean { all | printer ... } Remove any temporary files, data files, and control files that cannot be printed (i.e., do not form a complete printer job) from the specified printer queue(s) on the local machine. disable { all | printer ... } Turn the specified printer queues off. This prevents new printer jobs from being entered into the queue by lpr. down { all | printer } message ... Turn the specified printer queue off, disable printing and put message in the printer status file. The message doesn't need to be quoted, the remaining arguments are treated like echo(1). This is normally used to take a printer down and let others know why (lpq will indicate the printer is down and print the status message). enable { all | printer ... } Enable spooling on the local queue for the listed printers. This will allow lpr to put new jobs in the spool queue. exit quit Exit from lpc. restart { all | printer ... } Attempt to start a new printer daemon. This is useful when some abnormal condition causes the daemon to die unexpectedly leaving jobs in the queue. Lpq will report that there is no daemon present when this condition occurs. If the user is the super-user, try to abort the current daemon first (i.e., kill and restart a stuck daemon). start { all | printer ... } Enable printing and start a spooling daemon for the listed printers. status { all | printer ... } Display the status of daemons and queues on the local machine. stop { all | printer ... } Stop a spooling daemon after the current job completes and disable printing. topq printer [ jobnum ... ] [ user ... ] Place the jobs in the order listed at the top of the printer queue. up { all | printer ... } Enable everything and start a new printer daemon. Undoes the effects of down. FILES
/etc/printcap printer description file /usr/spool/* spool directories /usr/spool/*/lock lock file for queue control SEE ALSO
lpd(8), lpr(1), lpq(1), lprm(1), printcap(5) DIAGNOSTICS
?Ambiguous command abreviation matches more than one command ?Invalid command no match was found ?Privileged command command can be executed by root only 4.2 Berkeley Distribution November 1, 1996 LPC(8)
All times are GMT -4. The time now is 08:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy