Sponsored Content
Operating Systems Solaris Remote Dial-up Modem Printing With Out Cpu On The Remote Side! Post 81683 by jayvee on Tuesday 23rd of August 2005 08:23:08 AM
Old 08-23-2005
Remote Dial-up Modem Printing With Out Cpu On The Remote Side!

I am looking for a dial-up remote printing solution as under :

1. We have a Centralized location where Sun Solaris (A) is installed. From here printing command will be despatched.

2. This printing command will be routed to WAN cloud to Main Branches (B1,B2,B3)and from there, printer at Remote End (C1,C2,C3).

3. Here we want to use Dial-up solution from B1,B2 to C1,c2..., and printer should be accssed without CPU support.

4. a. How we can enable printer just with Dial-up modems?
b. How printer can be (serial or prallel port Dot Matrix Printers) interfaced with modem directly?


This is link we got from the web.. and unable to understand the concept.. Will this help us insolving the issue or with some other options there?

"

Configuring an UUCP dialup printer

``UUCP dialup printer'' is a printer that connects directly to a system through a dialup modem using UUCP to queue jobs on the remote system. For more information on UUCP, see ``Connecting to other computers with UUCP''.

To configure a dialup printer:


Set up your modem and verify that it works with cu(C). See ``Adding modems''.
Because cu accesses printers in the same way the print service does, set up the files as though preparing access to the printer for cu. The cu command is not used to access printers; however, if cu can access a printer, the print service can access it, too.



--------------------------------------------------------------------------------
CAUTION: The entry you use for the dialup configuration in the /usr/lib/uucp/Devices file should use a Dialers entry rather than a dialer binary.
--------------------------------------------------------------------------------



Add the following line to /etc/default/lpd:
DIALUPPRINTER=YES


Enter the following:

/usr/lib/lpadmin -p printer_name -m dumb -U phone_number -h -A mail
This command sets up printer_name as the dialup printer; phone_number is the phone number for the remote system.


Set up the printer to accept jobs, and then enable the printer. See ``Accepting or rejecting print jobs'' and ``Enabling and disabling printers''.

Test the printer by submitting a job:

lp -d printer_name filename

If the printer or port is busy, the print service automatically tries again. If the printer is busy, the retry rate is once every 10 minutes; if the port is busy, the retry rate is once every 20 minutes. The retry rates are not adjustable; however, you can force an immediate retry by enabling the printer. If the port or printer is likely to be busy for an extended period, disable the printer.

If an attempt to reach the dialup printer fails, lpstat -p reports the reason for a failed dial attempt. If you have set up fault alerting, the fault alert message reports the reason for the fault, see ``Setting up printer fault alerts''. These messages are identical to the error messages produced by the UUCP system for similar problems, see ``UUCP STATUS error messages''.

See also:



cu(C) manual page

lp(C) manual page

lpadmin(ADM) manual page

lpstat(C) manual page "

Regards

J Vasu

Last edited by jayvee; 08-23-2005 at 09:25 AM.. Reason: ADDITIONS
 

10 More Discussions You Might Find Interesting

1. IP Networking

Remote Printing

I am setting up a unix remote print server for approximately 500 printers. We send about 1,000 print jobs per day over the WAN. I am looking for hardware specs. I know I can overkill, but would rather get a sensible machine. Any suggestions? (2 Replies)
Discussion started by: Donna
2 Replies

2. UNIX for Dummies Questions & Answers

Remote Printing

I am using Sco Openserver 5.0.6 and I have an Okidata 16n printer on a GETNET print server. I am able to print to the printer. However I am having display issues. Normally when I setup a local printer I am able to tell it what model to use. Ex.(HPLaserJet). When I setup the remote... (2 Replies)
Discussion started by: stufine
2 Replies

3. UNIX for Advanced & Expert Users

Remote printing

I'm trying to print from my Solaris server to a Windows Print Server The Print Server will then pass the print job to a PC connected via dial-up and print it locally. EG: Solaris ----- | | | | ------ /88888/ ------- \ / ... (1 Reply)
Discussion started by: warrickj
1 Replies

4. UNIX for Dummies Questions & Answers

Dial-Up Modem

Im using Kinternet with a Lucent modem on Suse 9.0 Ive installed the ltmodem driver and suse says the device is ready and configured. Ive configured it at /dev/ttyS0 This is the log that Kinternet gives after trying to connect: SuSE Meta pppd (smpppd-ifcfg), Version 1.06 on linux. Status... (0 Replies)
Discussion started by: Synbios
0 Replies

5. HP-UX

Remote Printing to HP 1000

Our system is an HP RP5470 11.11. We have had remote printing working for over 6 years. We use NetManage ViewNow software on our Windows client as the LPD. We had no problems with remote printing for any HP printer except for the HP LAserJet 1000. Nothing prints. I sent all the files in the... (2 Replies)
Discussion started by: Stabia
2 Replies

6. UNIX for Advanced & Expert Users

Remote printing

Dear Sir Please how can I print a job localy with my printer while a server from where I am working belong to another network? Actulally to print a job I am oblige to : 1rst to print it inside a file 2nd coping the file to my network (rcp) 3rt sending the file to my local printer (lp... (2 Replies)
Discussion started by: sobnc
2 Replies

7. Solaris

Netra Remote Dial-in Problem

Looking for ideas on why I can't dial into our new Avaya CMS server (Sun Netra 210 - Sol 9) - remotely thru our ASA - site admin software. Running R3-V13 Avaya CMS software - just did a fresh install of the CMS software - install went perfect. The Sun supplied DB9 connector is installed... (1 Reply)
Discussion started by: drewmich
1 Replies

8. SCO

Remote Printing - 5.07 - MP5

I have just lost all of my printers and I forget how to create a remote printer in SCO 5.07. I do know that there is an issue with CUPS in that I have to "turn it off" (which I also forget how to do) so that this enables the "Remote Printer" setup option in Printer Administration. I thought... (1 Reply)
Discussion started by: atpbrownie
1 Replies

9. SCO

Unix remote printing

Sir, i have a sco 5.5 installed server and 6 clients connected through pci specialix card and printing working fine in these all terminals. 7 and 8 ports are free now, i need to setup another terminal for login on through 7 or 8 port for remote login. i connect a external modem using 25 pin male... (2 Replies)
Discussion started by: Aneesh Kumar.T
2 Replies

10. Shell Programming and Scripting

printing 3 files side by side based on similar values in rows

Hi I'm trying to compare 3 or more files based on similar values and outputting them into 3 columns. For example: file1 ABC DEF GHI file2 DEF DER file3 ABC DER The output should come out like this file1 file2 file3 ABC ABC (4 Replies)
Discussion started by: zerofire123
4 Replies
enable(1)                                                          User Commands                                                         enable(1)

NAME
enable, disable - enable/disable LP printers SYNOPSIS
/usr/bin/enable printer... /usr/bin/disable [-c | -W] [ -r [reason]] printer... DESCRIPTION
The enable command activates printers, enabling them to print requests submitted by the lp command. enable must be run on the printer server. The disable command deactivates printers, disabling them from printing requests submitted by the lp command. By default, any requests that are currently printing on printer will be reprinted in their entirety either on printer or another member of the same class of printers. The disable command must be run on the print server. Use lpstat -p to check the status of printers. enable and disable only effect queueing on the print server's spooling system. Executing these commands from a client system will have no effect on the server. OPTIONS
The following options are supported for use with disable: -c Cancels any requests that are currently printing on printer. This option cannot be used with the -W option. If the printer is remote, the -c option will be silently ignored. -W Waits until the request currently being printed is finished before disabling printer. This option cannot be used with the -c option. If the printer is remote, the -W option will be silently ignored. -r [reason] Assigns a reason for the disabling of the printer(s). This reason applies to all printers specified. This reason is reported by lpstat -p. Enclose reason in quotes if it contains blanks. The default reason is "unknown reason" for the existing printer, and "new printer" for a printer added to the system but not yet enabled. OPERANDS
The following operand is supported for both enable and disable: printer The name of the printer to be enabled or disabled. Specify printer using atomic name. See printers.conf(4) for information regarding the naming conventions for atomic names. EXIT STATUS
The following exit values are returned: 0 Successful completion. non-zero An error occurred. FILES
/var/spool/lp/* LP print queue. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpcu | +-----------------------------+-----------------------------+ |CSI |enabled | +-----------------------------+-----------------------------+ SEE ALSO
lp(1), lpstat(1), printers.conf(4), attributes(5) SunOS 5.10 9 Sep 1996 enable(1)
All times are GMT -4. The time now is 10:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy