Sponsored Content
Full Discussion: network printer problem
Operating Systems AIX network printer problem Post 302142441 by bakunin on Friday 26th of October 2007 07:34:37 AM
Old 10-26-2007
hmmm....

have you already checked the queue definitions and made sure the printqueue is configured properly on the PC? You haven't said it, but suppose your situation is as follows:

You have a printer, connected to the network. There is an AIX-machine in the same network on which a print queue is defined which is using the printer as queue device. Several PCs (running Win?) are on the network too and feed their printjobs to the AIX-queue.

How do they do that? are they using something like an lpr? And as this is a HP Jet-Direct card, why are the PCs not using *its* lpd but the lpd of the AIX-machine?

One test you could make is: if you know the printers (Jet-Direct cards) IP-adress issue a

telnet <printer-ip> 515

and watch what you see. You will of course get no real communication going but there should appear some banner message of the lpd daemon residing on the Jet-Direct card.

Could you please provide us with a queue definition from the AIX-machine. What is the output of /usr/bin/lsallq and what is the content of /etc/qconfig?

bakunin
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Network Printer

Hello, In our company hp network printer 4050n configured on windows nt 4.0. We can able to print from a windows 2000 professional and windows 95,98 machines. And we have redhat linux 6.2 server also. Is it possible to configure network printer to print from a linux server. Can i know the steps... (4 Replies)
Discussion started by: bache_gowda
4 Replies

2. UNIX for Dummies Questions & Answers

Adding a network printer

I recently added an HP deskjet printer to our Solaris network. I deleted the old printer which this one is replacing. I did everything in Printer Admin. I could think of. The problem now is that when I go to print something out of Star Office, my new printer is not a valid choice from the drop... (3 Replies)
Discussion started by: awells
3 Replies

3. UNIX for Dummies Questions & Answers

Network Printer Problem-help

Hello am asking for your help on printer issues. i wanted to change the current printer we have now, basically bec we needed a more durable one. so recently i have a product demo, but its driver is not present in UNIX. i will be using the same network printer name but different model.... (0 Replies)
Discussion started by: lancemendioro
0 Replies

4. SCO

Network Printer

Have been setting up HP network printers for quite sometime on SCO open server 3, 5.04 - 5.07. Purchased a new HP 1320n. It has JetDirect Built in. After configuring the Jet Direct, I Try to run the SCO HP Network Software trying to send PostScript or the HP-GL/2 file, they will not print. The... (2 Replies)
Discussion started by: Zanny
2 Replies

5. UNIX for Dummies Questions & Answers

Network Printer Problem

I am using network printer through ip address. when you check with lpstat it says, "Waiting for <printer name> to come up. other network printers working. this also work before. but now not working. scheduler & accept print jobs working. wht could be the problem (1 Reply)
Discussion started by: ajantha
1 Replies

6. SCO

Installing network printer

What is the command for setting up a network printer in SCO 5.0.5? (1 Reply)
Discussion started by: deloev
1 Replies

7. UNIX for Dummies Questions & Answers

Network printer issues

Hello, I have been having a problem with printing to a network printer on my LAN, I am able to ping all ports from the server and the printer. Print request just stay in the print que the only way to print is from the parallel line to the server. Any ideas on what can be going wrong?? Lp sched is... (1 Reply)
Discussion started by: ostac
1 Replies

8. Solaris

Problem with network printer on Solaris.

Hi All, We have configured an hp network printer on a Solaris-sparc machine. We are unable to print any files from this machine. The following are the other details: lpstat -p hpnic -l printer hpnic waiting for auto-retry. available. exec exit fault Form mounted: ... (0 Replies)
Discussion started by: shahshilpa
0 Replies

9. SCO

problem with network printer

Install a network printer and I can only print with root login. When I use another login creates the request and will not print and soon disappears. please what should I do? (5 Replies)
Discussion started by: Edgar Guevara
5 Replies

10. Solaris

Network Printer access

Hi , We are trying to add a network printer (HP laser jet ) which is a part of windows server 2003 from solaris 10 server using lpadmin command. Both the Solaris 10 and windows server being in the same domain . The printer details are getting added in the /etc/printers.conf . But we are... (2 Replies)
Discussion started by: BalajiUthira
2 Replies
lprm(1) 						      General Commands Manual							   lprm(1)

NAME
lprm - Removes requests from the line printer spooling queue SYNOPSIS
lprm [-Pprinter] [-] [request_ID...] [user...] The lprm command removes one or more requests from a printer's spool queue. OPTIONS
Removes all requests that a user owns. If specified by a user with superuser authority, the spool queue is emptied entirely. Specifies the queue associated with a specific printer; otherwise, the default printer or the value of the PRINTER variable in the environment is used. DESCRIPTION
Because the spooling directory is protected from users, using lprm is normally the way a user can remove a request. The lprm command without any arguments deletes the currently active request if it is owned by the user who invoked lprm. The - flag removes all requests from the user issuing the command. If a user who has superuser authority uses this flag, the spool queue is emptied entirely. The owner is determined by the user's username and hostname on the machine where the lpr command was invoked. You can remove an individual request from a queue by specifying its request ID. (You can obtain the request ID by using the lpq or lpstat commands.) Specifying one or more users removes any requests queued belonging to those users. This works only for a user with superuser authority. The lprm command is silent if there are no requests in the queue that match the request list. The lprm command kills an active daemon, if necessary, before removing any spooling files. If a daemon is killed, a new one is automati- cally restarted upon completion of file removals. NOTES
Because race conditions are possible in the update of the lock file, the currently active request may be incorrectly identified. DIAGNOSTICS
The user tried to remove files that belong to another user. EXAMPLES
To remove a request from the default queue by specifying the request ID, enter: lprm 13 To remove a request from a specific queue, enter: lprm -Plp0 13 To remove from a specific queue a request from user guest, enter: lprm -Plp0 guest FILES
Printer description file. Spool directories. Daemon control files. Data files specified in cf files. Temporary copies of cf files. Lock file used to obtain the process ID of the current daemon and the request ID of the currently active request. SEE ALSO
Commands: lp(1), lpc(8), lpd(8), lpq(1), lpr(1), lpstat(1) lprm(1)
All times are GMT -4. The time now is 12:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy