Sponsored Content
Full Discussion: Printing to Local Printer.
Operating Systems AIX Printing to Local Printer. Post 302494805 by aix-guy on Tuesday 8th of February 2011 02:17:33 PM
Old 02-08-2011
so this printer is not a network printer is is on lpt port of your machine?

---------- Post updated at 12:17 PM ---------- Previous update was at 10:35 AM ----------

One way I have had good results is by doing this command:
1. set shared for director on desktop machine
Code:
mount -v cifs -n serverip/username/password -o wrkgrp=domain,fmode=755 /sharename /localmountpoint

Now you will need to be root on the AIX server to mount the file system and have cifs_fs for AIX installed.
But once you do you just mount a directory from you desktop to the AIX server and the copy what you want to print to it and print like normal through standard windows printing.

Just another option.
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Local Printer Setup

Hi to all, A real virgin to unix, so sorry for such a basic question. Have a older unix terminal with crashed server. Software resides to terminal. Don't have network printing capabilities. I removed network printer and gone local, but don't know how to redirect the device for local... (3 Replies)
Discussion started by: Rogie
3 Replies

2. AIX

AIX 5.2 print to a local printer

HHi guys . I have this problem ,I'm trying to print to a local machine (windows from the aix box , I;m using tiny Term Emulator) I mean i have no idea what should i do to get this going. The printer is connect it to the pc , it does not have an ip address. Thanks a lot Jose (0 Replies)
Discussion started by: josramon
0 Replies

3. Solaris

Local Printer Problems

I've connected a Sun Sparc Printer E to a Sun Server to print locally. I've gone through and added the printer using the admintool, but nothing will print. Is there some other configuration that needs to take place that I'm overlooking. :o (0 Replies)
Discussion started by: sprite
0 Replies

4. AIX

Can you set up a networked printer as a local print queue?

Fairly simple question, I think. Still trying to get my head around AIX print queues. Most of our problems seem to stem from print queues going down. This generates help-desk calls when users call up to get their queues started or to get rid of the emails that qdaemon sends them. Looking at... (0 Replies)
Discussion started by: alexop
0 Replies

5. UNIX for Dummies Questions & Answers

Local Printer Setup - HP DeskJet 610CL

Hello. I am really new to Unix and am trying to set up a local printer on a FreeBSD 6.2 machine. I was able to get some kind of garbage by going lptest > /dev/lpt0, but after I set up the spooler I get nothing but page after page of nothing. I checked the kernel configuration and it had the correct... (1 Reply)
Discussion started by: elliott_1951
1 Replies

6. UNIX for Dummies Questions & Answers

To print directly from the remote server to a local printer.

Hello Guys Is there any way To print a file directly from the remote server to a local printer.. ? (3 Replies)
Discussion started by: supercops
3 Replies

7. Solaris

Steps for Installing a local Printer 310 -200

I need someone to please help me in arranging the Local Printer Installation steps in the correct order. Is this correct ? first step - Test the Printer Second step - Physically attach the Printer Third step - Add the Printer to the print service Fourth step - ... (1 Reply)
Discussion started by: Laitan
1 Replies

8. UNIX for Dummies Questions & Answers

Steps for Installing a local Printer 310 -200

I need someone to please help me in arranging the Local Printer Installation steps in the correct order. Is this correct ? first step - Test the Printer Second step - Physically attach the Printer Third step - Add the Printer to the print service Fourth step - ... (1 Reply)
Discussion started by: Laitan
1 Replies

9. AIX

Setting up Local printer AIX 5

Hi folks need some help here. We have a RS6000 running AIX. It is almost never used anymore, but we need to print off some data. I have a paralell printer conected to the parrallel port, but have no idea where to go from here. The printer was originall named named LP01. If the users telnetinto the... (2 Replies)
Discussion started by: prator
2 Replies

10. UNIX for Dummies Questions & Answers

Local printing over telnet

Hi every one My environment is like this : sever operating system is SCO OSR 5.0.7 I am running my pc with RHEL5.4 OS and connecting to server via telnet. a dotmatrix printer is attached to my pc and I want get printing from my pc-printer during telnet. Will pass through printing works in this... (2 Replies)
Discussion started by: mlthati
2 Replies
printers.conf(5)                                                    Apple Inc.                                                    printers.conf(5)

NAME
printers.conf - printer configuration file for cups DESCRIPTION
The printers.conf file defines the local printers that are available. It is normally located in the /etc/cups directory and is generated automatically by the cupsd(8) program when printers are added or deleted. Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character. DIRECTIVES
<Printer name> ... </Printer> Defines a specific printer. <DefaultPrinter name> ... </Printer> Defines a default printer. Accepting Yes Accepting No Specifies whether the printer is accepting new jobs. AllowUser [ user @group ... ] Allows specific users and groups to print to the printer. DenyUser [ user @group ... ] Prevents specific users and groups from printing to the printer. DeviceURI uri Specifies the device URI for a printer. ErrorPolicy abort-job ErrorPolicy retry-current-job ErrorPolicy retry-job ErrorPolicy stop-printer Specifies the error policy for the printer. Info text Specifies human-readable text describing the printer. JobSheets banner banner Specifies the banner pages to use for the printer. KLimit number Specifies the job-k-limit value for the printer. Location text Specifies human-readable text describing the location of the printer. OpPolicy name Specifies the operation policy for the printer. PageLimit number Specifies the job-page-limit value for the printer. PortMonitor monitor Specifies the port monitor for a printer. QuotaPeriod seconds Specifies the job-quota-period value for the printer. Shared Yes Shared No Specifies whether the printer is shared. State idle State stopped Specifies the initial state of the printer (Idle or Stopped) StateMessage text Specifies the message associated with the state. StateTime seconds Specifies the date/time associated with the state. SEE ALSO
classes.conf(5), cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5), http://localhost:631/help COPYRIGHT
Copyright 2007-2011 by Apple Inc. 29 April 2009 CUPS printers.conf(5)
All times are GMT -4. The time now is 06:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy