need help adding network printer on SVR4


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users need help adding network printer on SVR4
# 1  
Old 12-22-2010
need help adding network printer on SVR4

We have a very old and unsupported box. It runs DC/OSx, SVR4. For the past 12 years all printers have been connected via terminal servers and working well. Now those terminal servers are dying and cannot be replaced or repaired. Of course the right solution is to upgrade, but that's not gonna happen, so I need help.

We connected a printer to our LAN. I put it into /etc/hosts and can ping it. I need to configure this printer so that it can be accessed by the 'lp' command but so far everything I've tried with 'lpadmin' doesn't work. The printer is an HP. I've managed to get it showing with the 'lpstat' command, but when I try printing, the job fails with a printer fault. This printer has been used before on the terminal server so it's setting should be OK.

We are able to print using ftp and the IP address but we currently have thousands of programs using the 'lp' command and changing them all would be a nightmare.

Any help would be appreciated.
# 2  
Old 12-22-2010
Sometimes it is easier to configure remote print to a UNIX host that spools for that printer, so no printer-specific support is needed for other user hosts of that printer (you) (and reprints can be managed if the printer malfunctions).
# 3  
Old 12-22-2010
OK, I'd like to pretend I know what you're talking about, but I don't. The printer is attached to the network. Isn't that the host? How would I configure it?

---------- Post updated at 10:10 AM ---------- Previous update was at 10:09 AM ----------

BTW - if you're suggesting we connect printer directly to one of our Unix boxes, I looked into that and it's not an option.
# 4  
Old 12-22-2010
Well in those days except HP (and those using hpnp jetdirect and its protocole...) I dont think you had network printers you had either printers connected to the boxes or you had remote printers (understand connected to a remote host...) a jetdirect card can act "as" a remote host I suppose ( I have not tried with jetdirects but did with xerox 4240...) so you can declare the printer as remote printer connected to the host=jetdirect IP address...
You may have another alternative using samba (for shred printers....) or CUPS
# 5  
Old 12-22-2010
So, if you can ping/ftp etc to it, can you do the following and get a prompt?

Code:
telnet aaa.bbb.ccc.ddd 515

Where aaa.bbb.ccc.ddd is either the IP address or DNS name.

If it just hangs, it could be a firewall rule on the network prevernting you. If you get a prompt or an immediate refusal, then the firewall appears to be okay.

That has been a problem for me quite a few times.




Let us know how you get on and we'll see if there are more suggestions.





Robin
Liverpool/Blackburn
UK
# 6  
Old 12-22-2010
The output of "telnet 10.253.13.83 515":

Trying 10.253.13.83 ...
Connected to 10.253.13.83.
Escape character is '^]'.

No prompt.
# 7  
Old 12-23-2010
Quote:
For the past 12 years all printers have been connected via terminal servers and working well. Now those terminal servers are dying and cannot be replaced or repaired.
Please state makes, models, cabling, protocols etc.. Any detail which would make it easy to make a modern printer look like an old one.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding a printer to openSolaris 11

I'm learning Unix - and have installed OpenSolaris 11 under VMWare running on Ubuntu. My challenge now is to get printing working. Used CUPS to install the HP printer and driver... but it won't print. The status display is Unable to open device file "/dev/cua/a": Permission denied Assistance... (8 Replies)
Discussion started by: stansaraczewski
8 Replies

2. AIX

Adding Dotmatrix Printer on AIX

Hello, How can I add epson printer LQ 2180 on AIX. I tried searching for AIX Drivers on EPSON LQ 2180 webpage but did't find any. Anyone know how can I add a dotmatrix printer on AIX ? (1 Reply)
Discussion started by: filosophizer
1 Replies

3. UNIX for Advanced & Expert Users

HP-UX adding printer

When adding a remote printer to my HP-UX system, it creates a file in /var/spool/lp/sinterface/printer-name inside it has #!/usr/bin/sh # /* @(#)B.11.11_LR */ # This model is for remote status operation. /usr/sbin/rlpstat $* Is there a way when I add this printer to have the... (1 Reply)
Discussion started by: nixie21
1 Replies

4. AIX

Adding New HP Printer Drivers

I am using AIX ver 5.2 and would like to add an hp3050 printer, which is not one of the printers listed on our system in the add a new print queue section of smit. I thought that I had found the correct driver on the hp website, but now it appears as that may only be for hp or solaris systems. ... (1 Reply)
Discussion started by: DavidG9975
1 Replies

5. HP-UX

Help adding a printer queue

Hello, I need some help on the following issue: Need to have a printer queue added to the "sssssss" server.The IP address is "xxx.xxx.xxx.xxx". It is an HP8000 printer. Can you please point me to the right direction. Thank you (0 Replies)
Discussion started by: AQG
0 Replies

6. UNIX for Dummies Questions & Answers

Adding a Printer

Could someone please tell me how to add a printer to UNIX, I've got all the detail but are not sure how to do it ... (1 Reply)
Discussion started by: kuselo
1 Replies

7. 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

8. UNIX for Dummies Questions & Answers

adding printer in unix

Hello guys... can anybody please tell me how to add a printer in unix environment? (2 Replies)
Discussion started by: bong m
2 Replies
Login or Register to Ask a Question