lpd printing and a IP based printer on SCO


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers lpd printing and a IP based printer on SCO
# 1  
Old 08-17-2005
Network lpd printing and a IP based printer on SCO

I am attempting to setup an IP based printer in a SCO environment. It is a cognitive printer. I attempted to add it via the HP interface but I could not get anything sent from the spooler to the printer in SCO?

My questions is or are should this be setup as a local or remote printer? When I read about local and remote, remote is when you want one SCO server to use a printer defined on another SCO box. In my setup, I have only one SCO box. The cognitive printer is IP based on the network?? How should I connect it? I can print to it via Windozs...

Thanking you in advance for any input into the issue....
# 2  
Old 08-17-2005
this is how my lpd spooler is configured (/etc/printcap):

Code:
hp|PS;r=300x300;q=medium;c=full;p=a4;m=auto:\
    :lp=:\
    :rm=192.168.0.200:\
    :rp=raw:\
    :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
    :sd=/var/spool/lpd/hp:\
    :lf=/var/spool/lpd/hp/log:\
    :af=/var/spool/lpd/hp/acct:\
    :mx#0:\
    :sh:

... currently, lpd connects directly to a JetDirect Print Server (not to a UNIX specific SO). This is on FreeBSD using APSFILTER.
# 3  
Old 08-17-2005
SCO is different in the way it sets up printers... My printcap just has definitions of all printers that are defined as being remote printers.

This is what SCO provides....

# Remote Line Printer (BSD format)
xeroxoak0:\
:lp=:rm=xeroxoak:rp=xeroxoak0:sd=/usr/spool/lpd/xeroxoak0:mx#0:
winpricelbl:\
:lp=/dev/null:ex:sd=/usr/spool/lpd/winpricelbl:mx#0:
oakblast:\
:lp=:rm=windsor.simon-pearce:ex:rp=oakblast:sd=/usr/spool/lpd/oakblast:m
x#0:
ADMINRPTCMP:\
:lp=/dev/null:ex:sd=/usr/spool/lpd/ADMINRPTCMP:mx#0:
cogadlx:\
:lp=/dev/null:ex:sd=/usr/spool/lpd/cogadlx:mx#0:

"printcap" 11 lines, 397 characters
# 4  
Old 08-17-2005
I don't really see any difference but the filters...
# 5  
Old 08-17-2005
You are correct.... But, do I really want a remote configuration of the printer? I guess that is my real question. Does remote mean the adding of a printer from a remote server to another? Or, is my senerio also a remote config???
# 6  
Old 08-17-2005
Your printer is considered to be a remote printer (as far I know) if it is not attached to an local device such as lpt port, serial port, usb port (maybe another else). A remote printer can use network connection using lpd, samba (I think appletalk and netware too, but I've never used it). Some printers can hang LPD requests themselves, others are attached to UNIX boxes via parallel port (or another local port) or to Windows boxes so you can access them through Samba.
# 7  
Old 08-17-2005
The SCO is used for a base for a Point of Sale Software Package. There are many printers setup as local. I guess I am looking at it from the wrong frame off reference? The POS software prints to printers that are defined as being local printers. Local or remote is thusly based upon the frame of reference of the workstation and not the server. This means that I would be setting up the printers as remote, but with the way SCO sets it up, does it mean that you would have to define a remote printer for each workstation? The reason I ask this is when I define a remote printer in SCO it wants to know source1 and source 2. Is my thinking (or rambling) correct??
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Tru64 Printing to something other than a printer

I have been searching for a solution to a printing issue for several months now and have come up with no decently working solution. Please give input. We have an old inventory control program running on TRU64 Unix V5.1B operating system. Around 2003 it was virtualized onto VMware via AVT's... (1 Reply)
Discussion started by: Ken_Snauffer
1 Replies

2. AIX

Problem with printing ps files to printer

We have a post script enabled printer setup. But when we send any .ps file using ps to this printer we are getting this error: Cannot print postscript file because No postscript print queue exists for this printer. Print queue name Xerox Printer name... (0 Replies)
Discussion started by: mansmaan
0 Replies

3. UNIX for Dummies Questions & Answers

Sco Unix printing : jobs hangs in queue - printing via lp versus hpnpf

Hi, We have a Unix 3.2v5.0.5. I installed a printer via scoadmin, HP network printer manager with network peripheral name (hostname and ipadres are in /etc/hosts). This is the configuration file : Code: root@sco1 # cat configurationBanner: on:AlwaysContent types: simpleDevice:... (0 Replies)
Discussion started by: haezeban
0 Replies

4. AIX

Printing to Local Printer.

This is an easy one but have no clue how to start. I am connecting via a PC running XP using putty. I have a printer attached to my PC. I need to print stuff. How can I set up this printer? Thanks !:eek: ---------- Post updated at 18:22 ---------- Previous update was at 16:38 ---------- The... (2 Replies)
Discussion started by: 300zxmuro
2 Replies

5. SCO

Replace Line Printer Daemon (LPD) with CUPS

hi Howto replace Line Printer Daemon (LPD) with CUPS on SCO 5.0.6? (3 Replies)
Discussion started by: ccc
3 Replies

6. SCO

LPD PRINTER CONFIGURATION

Dear All, I have configured a printer on a unix box to be printing on windows xp printer. Below are the steps followed:- Create the printer on the Windows XP box and share it as prt5 Enable unix printer services on windows XP box On unix box i make changes on hosts,hosts.equiv and .rhosts... (1 Reply)
Discussion started by: njoroge
1 Replies

7. UNIX for Dummies Questions & Answers

Printing Landscape to PCL 6 Printer

I've looked around and am able to print landscape to a PCL 5 printer with this command: lp -o landscape -o cpi=20 -o page-right=30 -o page-left=30 -d <printer> <file>. Which gives me a nice 200 columns. But, when I send the same output and the same commands to a PCL 6 printer, it comes... (3 Replies)
Discussion started by: tariqjamal
3 Replies

8. HP-UX

Printer Only Printing First Line

Hi all, I've got this issue which has me stumped. Any help would be greatly appreciated. Printers which i have added through SAM, as remote printers with their IP address, only print the first line. Any text file is sent through to the printer only prints the very first line of the file, and the... (18 Replies)
Discussion started by: nubix
18 Replies

9. UNIX for Dummies Questions & Answers

Printing 5 raw characters to a printer

Hi there, I want to open a cash drawer remotely. The cash drawer is commanded by a printer. I need to connect to the cash drawer which is connected over a network (and shared) and simply send a sequence of five ASCII commands (see http://pages.prodigy.net/daleharris/popopen2.htm) to a... (5 Replies)
Discussion started by: Friğrik
5 Replies

10. SCO

Printing from SCO 5.05... to XP Shared Printer

I am having trouble getting our accounting program (on SCO 5.05) to print to a shared windows printer. We used to use a program that took care of this PCI print server or somehting like that. but when XP service pack 2 got installed somethign happened with the permissions and the files would... (2 Replies)
Discussion started by: LarryG
2 Replies
Login or Register to Ask a Question