Sponsored Content
Full Discussion: Direct Printing In AIX
Top Forums UNIX for Beginners Questions & Answers Direct Printing In AIX Post 303000767 by ldavis1080 on Wednesday 19th of July 2017 09:59:37 AM
Old 07-19-2017
Direct Printing in AIX

Basically I have custom forms for several applications. I have 2 different invoice formats and each has a custom form, then I have 2 different statement formats, and 2 different delivery ticket formats. All in all, I have 6 custom forms.

When we eliminated spool printing on the old system that was direct connected the printer would "locked" so that when a custom print job was completed the user could change the forms back to the standard green bar paper before the next job was sent to the printer. Thus saving our custom forms from getting some one else's report printed onto it.Smilie

The new printer that is IP based and spooled just lines up the jobs and prints them as fast as the printer can handle the jobs and does not wait between jobs. Thus wasting custom forms...Smilie

My old server used serial direct connected printers. The old system used AIX ver 5.5 on an IBM P520 server and I had 2 each IBM6400 printers (serial connected). The new server is an IBM Power 8 with IBM 6400 printers (set up with Ethernet cards) and AIX ver 7.1.Smilie
 

10 More Discussions You Might Find Interesting

1. AIX

Printing images from AIX

how do you print an image from AIX ? I want to take a jpeg and just sent to printer from AIX do not need to view it. Thank You (5 Replies)
Discussion started by: cwilson9999
5 Replies

2. AIX

AIX printing using HPJetDirect

I have some servers using HPJetDirect on AIX for printing, the printers were on the clients WAN and everything in garden was rosy. Recently due to various mergers and reorganisations the actual printers have been moved behind some firewalls. The problem we are seeing is that the printer... (2 Replies)
Discussion started by: gz3xzf
2 Replies

3. AIX

aix printing problem

i had small problem but the less of experience prevent me from solving it i added new print queue and device to aix 5.1 system and it works ok except that if i tried to print an arabic document it returns dummy data that can't be read there are alot of queues and all works fine with arabic... (0 Replies)
Discussion started by: aboharb17
0 Replies

4. AIX

Printing from AIX 5.0 to windows

Dear All, I just want to know how we can print a report from unix server to that printer which has installed on windows. As from UNIX i can use below command to print ,but what set-up i need to do . lpr -P<printer name> <report Name> Pls suggest me. Thanks Arpit (2 Replies)
Discussion started by: Arpitmitm
2 Replies

5. AIX

Zebra printing in AIX

I have a Zebra QL420plus that when I print to it, it prints blank page. It is setup as Generic ASCII port 9100. I saw info about sending a .asc file to it before any print. Anyone have this info? (1 Reply)
Discussion started by: mcmc92
1 Replies

6. AIX

AIX Disable direct root login problems

I have disabled rlogin for root successfully , but after that i could not login to root from console and could not su to root from other users as it responded as expired account I did not have any admin user but I have managed to recover the situation by accessing rootvg before mounting it, but... (5 Replies)
Discussion started by: majd_ece
5 Replies

7. AIX

Disabling SSH direct access for an AIX user

Hello everyone, Can anyone help me please. I want to disable SSH direct access for an AIX user. For example, if I have USER1 and USER2. I want to disactivate direct access for USER2. The user must enter his login (USER1) and his password and then he can do su - USER2 . Thanks, (3 Replies)
Discussion started by: adilyos
3 Replies

8. Shell Programming and Scripting

Manipulating sed Direct Input to Direct Output

Hi guys, been scratching round the forums and my mountain of resources. Maybe I havn't read deep enough My question is not how sed edits a stream and outputs it to a file, rather something like this below: I have a .txt with some text in it :rolleyes: abc:123:xyz 123:abc:987... (7 Replies)
Discussion started by: the0nion
7 Replies

9. UNIX for Beginners Questions & Answers

Printing issue with AIX 7.2

Hello group. I recently upgraded my company's server from an IBM P520 w/AIX 5.1 to a new Power 8 w/AIX 7.2. The old server used serial printing and we turned off the print queing feature. We did this because we have many custom forms and did not want a que/spooling situation where a print job... (1 Reply)
Discussion started by: Len Davis
1 Replies

10. AIX

Lenovo v3700 v2 direct connect to AIX

i have directly connect AIX pwer 7 to lenovo v3700 v2 without San through fiber card. but i cannot see the WWPN to add AIX as host in management console. (10 Replies)
Discussion started by: khalid khanAIB
10 Replies
PAP(1)								   Netatalk 2.2 							    PAP(1)

NAME
pap - client interface to remote printers using Printer Access Protocol SYNOPSIS
pap [-A address] [-c] [-d] [-e] [-E] [-p nbpname] [-s statusfile] [-w] [-W] [FILES] DESCRIPTION
pap is used to connect and send files to an AppleTalk connected printer using the Apple Printer Access Protocol (PAP). When pap starts execution, it tries to open a session with the printer using PAP, and then downloads the files to the printer. If no files are given on the command line, pap begins reading from standard input. If no printer is specified on the command line, pap looks for a file called .paprc in the current working directory and reads it to obtain the nbpname of a printer. Blank lines and lines that begin with a `#' are ignored. type and zone default to LaserWriter and the zone of the local host, respectively. Note that pap is designed to be useful as a communication filter for sending lpd(8) spooled print jobs to AppleTalk connected printers. See psf(8) for hints on how to use it this way. OPTIONS
-A address Connect to the printer with Appletalk address address and do not consult the .paprc file to find a printer name. See atalk_aton(3) for the syntax of address. -c Take cuts. The PAP protocol specified a simple queuing procedure, such that the clients tell the printer how long they have been waiting to print. This option causes pap to lie about how long it has been waiting. -d Enable debug output. -e Send any message from the printer to stderr instead of stdout. psf(8) invokes pap with this option. -E Don't wait for EOF from the printer. This option is useful for printers which don't implement PAP correctly. In a correct implementation, the client side should wait for the printer to return EOF before closing the connection. Some clients don't wait, and hence some printers have related bugs in their implementation. -p nbpname Connect to the printer named nbpname and do not consult the .paprc file to find a printer name. See nbp_name(3) for the syntax of nbpname. -s statusfile Update the file called statusfile to contain the most recent status message from the printer. pap gets the status from the printer when it is waiting for the printer to process input. The statusfile will contain a single line terminated with a newline. This is useful when pap is invoked by psf(8) within lpd's spool directory. -w Wait for the printer status to contain the word "waiting" before sending the job. This is to defeat printer-side spool available on HP IV and V printers. -W Wait for the printer status to contain the word "idle" before sending the job. This is to defeat printer-side spool available on HP IV and V printers. FILES
.paprc file read to obtain printer name if not specified on command line SEE ALSO
nbp_name(3), atalk_aton(3), lpd(8), psf(8). Netatalk 2.2 6 May 2002 PAP(1)
All times are GMT -4. The time now is 06:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy