UNIX can not print please help!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers UNIX can not print please help!
# 1  
Old 01-04-2015
Wrench UNIX can not print please help!

Hello all,

I am new to Unix and trying to diagnose a printing problem at my job.

We have an okidata printer that uses unix to print bills of lading. The printer does not print at all from any machine through unix.

the printer is on the network and can be pinged.

i can print a test page through windows to the printer.

all connections are tightly secured and issue started randomly after being used with no problems (before I started so I do not know if any troubleshooting has been done previously).

I have tried printing directly through unix administration using the lp commands.

any information would be extremely helpful!
# 2  
Old 01-04-2015
I am assuming you are not using cups -

Starting from the ground floor:

Please post the output of lpstat [unix printer name]

where [unix printer name] could be: LADING01, foo13, Marty, ... whatever. The name users have for the printer.
# 3  
Old 01-04-2015
An lpstat did show "waiting for rst4 to come up" but other printers running through the same server are fine..

Last edited by SquirrelsP; 01-05-2015 at 12:41 AM..
# 4  
Old 01-05-2015
This could be DNS (if your printer is defined as the name), firewall or routing perhaps.

Our most common problem is where a printer is replaced and the DNS not updated because the Windoze team define all the printers to their print server by IP address and forget about doing it properly. With DHCP, a replacement never gets the same address.

Beyond that, firewall could be possible. You are probably looking for access on ports 515 or 9100. It is possible to be routing, but I'd ask about access through the firewall if a ping works.


I hope that this helps,
Robin
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to print from UNIX?

Is there GUI software out there for UNIX that will let me manage print files, and printers. I found a Print Manager in SMT. (4 Replies)
Discussion started by: Rogercox
4 Replies

2. Shell Programming and Scripting

Search and print in Unix

Hi All I have two files name file1 and file2 The date present in file1 is aaaa ssss dddd ffff qqqq wwww eeee and the data present in file2 is aaaa 1 2 3 4 ssss 3 5 6 7 dddd 1 2 qqqq 1 6 y 9 (10 Replies)
Discussion started by: parthmittal2007
10 Replies

3. Shell Programming and Scripting

Find and Print in Unix or Perl

This is (12 Replies)
Discussion started by: parthmittal2007
12 Replies

4. UNIX for Dummies Questions & Answers

How to print the text between two strings in unix.

Hi Team, Would you please help me for the below scenario. I want to print the text between "PREF:" AND "AVAIL:" in the below example. For example:- TEST_TAF PREF: RAC1 RAC2 RAC3 ...... AVAIL: RAC4 Output will be :-RAC1,RAC2,RAC3............. Thanks in Advance Shoan ... (5 Replies)
Discussion started by: shoan
5 Replies

5. UNIX for Dummies Questions & Answers

how to print a PDF file in UNIX

on a PROGRESS environment, i create an invoice which at printing it must generate both the .dat for the invoice that was sent to the printer and the .dat for the PDF version. we have never printed PDF files in our lp printer until recently. i've done a bit of googling and it comes down to that i... (2 Replies)
Discussion started by: pdf2ps
2 Replies

6. UNIX and Linux Applications

Print Spooler product on UNIX?

HI all, I was looking for Print Spooler products for Unix. Basically our requirement is to be able to send jobs to the spool "holded", change printing properties, view a list of jobs to be printed (based on some criteria), send a job to be printed (release) and view the contents of a specific... (1 Reply)
Discussion started by: bananero
1 Replies

7. HP-UX

Print Problem in UNIX. Need to know the option to specify the print paper size

Hi, Could any one please let me know what is the option available in UNIX to print by specifying the paper size? We are using Unix11i. I could n't see any option specified in the 'lp' command to print the report by specifying the size of the paper. It would be of great help to me, if... (1 Reply)
Discussion started by: ukarthik
1 Replies

8. UNIX for Dummies Questions & Answers

Print Controls for DG Unix

Hi: We are trying to use UNIX Print Controls for our ERP Package. We have currently set up escape codes on some ERP Users for specific reports. However we would like to try to control this using DG Unix functionality that allows different printers to be set up for one physical printer. Example,... (0 Replies)
Discussion started by: baddi
0 Replies

9. UNIX for Dummies Questions & Answers

Print Services for Unix

Hi, Very new to Unix environment. Hopefully, this will be a quicky answer....I can't seem to find the answer anywhere, and everyone here is stumped. We have a Unix 6 machine that runs our corporate software. We have users using Windows 2000 that telnet (J River) into the Unix system.... (1 Reply)
Discussion started by: kjm
1 Replies

10. UNIX for Dummies Questions & Answers

Print to file in UNIX

I ask this about a Tru64 system that I do not have access to... Is it possible to use lpr to print to file? Taking for granted that the default print in /etc/printcap has HP PCL filters, how can I create a PCL file from text? Thanks, kristy (2 Replies)
Discussion started by: kristy
2 Replies
Login or Register to Ask a Question