Sponsored Content
Full Discussion: TCPIP Printer in Unix
Top Forums UNIX for Advanced & Expert Users TCPIP Printer in Unix Post 29990 by Breen on Tuesday 15th of October 2002 07:47:15 AM
Old 10-15-2002
correction: to resume print services is:

/usr/lib/lpsched

and not:

/sur/lib/lpshed
 

10 More Discussions You Might Find Interesting

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

2. UNIX for Dummies Questions & Answers

Changing A Printer In Unix

We recently changed the ip address of one of our network printers. The unix box which connects to this printer no longer will print to it. Please can someone guide me as to how to use the unix system to either change the ip address that the box has for the printer or Re - add the printer with... (1 Reply)
Discussion started by: pgamblin
1 Replies

3. UNIX for Dummies Questions & Answers

Printer + Unix (SCO)

Hello, I'm a real noob with Unix. I have to make an installation of a printer, EPSON LQ 2080 (impact printer) on local port ltp, on a Unix SCO 5.7. So....where can I find the driver, and how can I install it on a sco ? Sorry for my english, i'm frenchy ;) Thank you ! (1 Reply)
Discussion started by: kok
1 Replies

4. UNIX for Dummies Questions & Answers

Finding Printer in unix

I am trying to find the list of printers(names) in the network from unix server. can anybody help me . I need the command. Thanks in advance. :) (2 Replies)
Discussion started by: vijisenthil
2 Replies

5. Programming

Opening a TCPIP Port with UNIX C

i am new to UNIX and C (primarilly a JDE and AS400/RPG developer). However, I need to find a way to send data to and from a web service from within a UNIX C program. What i would like to be able to do is to receive in a block of XML (from a non C application), wrap it, and then open a TCPIP... (3 Replies)
Discussion started by: DaveBarber
3 Replies

6. Shell Programming and Scripting

How to allow unix regular user to disable a unix printer

HI, I'm trying to create a script that a regular unix user can run from a unix menu and disable and enable a unix printer. Any help will be very helpful. Thanks (0 Replies)
Discussion started by: miguelpza
0 Replies

7. UNIX for Dummies Questions & Answers

how to configure printer in unix

Hi, os-sun solaris(5.10) I am working in unix server. I try to take print in unix.but i got following error. anyone tell me solution for this problem. $ lp hi.sql _default: unknown printer thanks. (1 Reply)
Discussion started by: arulkumar
1 Replies

8. HP-UX

fax to printer from unix?

Our HP 11.11 is networked to several printers with fax capabilities. Is it possible to send a file to be faxed by the printer? I know that RICOH offers a Java API, but that costs 4500 for 1yr membership and 3000 every year after that. Thanks. (3 Replies)
Discussion started by: tariqjamal
3 Replies

9. AIX

AIX routing and TCPIP. Anyone find any good Tutorials?

HI All, Does anyone out there know of any good online tutorials for the basics of routing, gateways, networking with AIX, preferably the more recent versions like 5.2/5.3? Using commands such as netstat, smit mkroute, etc. to connect to boxes on a network, and load software with networked... (1 Reply)
Discussion started by: jeffpas
1 Replies

10. AIX

New to AIX tcpip tuning

For some reason, my AIX 5.2 box has become slow in accepting telnet requests from others boxes. Windows, times out the connection, whereas, Unix it will wait for the AIX to display the login. I connect and it respawns back and says connected, but then sits and wait for what seems forever to get the... (5 Replies)
Discussion started by: mrmurdock
5 Replies
libpapi(3LIB)							Interface Libraries						     libpapi(3LIB)

NAME
libpapi - Free Standards Group Open Printing API (PAPI) library functions SYNOPSIS
cc [ flag... ] file... -lpapi [ library... ] #include <papi.h> DESCRIPTION
Functions in this library provide an interface for interaction with print services as described in v1.0 of the Free Standards Group (FSG) Open Printing API (PAPI). This particular implementation of the PAPI includes naming support as described in the printers.conf(4) and printers(4) manual pages. It also supplies support for interaction with local LP services, remote LPD services, and remote IPP services through the use of loadable mod- ules that export the same interface. These modules should not be linked with directly, but can be used directly at runtime through the use of LD_PRELOAD for debugging purposes. INTERFACES
The shared object libpapi.so.0 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces. Attribute papiAttributeListAddBoolean papiAttributeListAddCollection papiAttributeListAddDatetime papiAttributeListAddInteger papiAttributeListAddMetadata papiAttributeListAddRange papiAttributeListAddResolution papiAttributeListAddString papiAttributeListAddValue papiAttributeListDelete papiAttributeListFind papiAttributeListFree papiAttributeListFromString papiAttributeListGetBoolean papiAttributeListGetCollection papiAttributeListGetDatetime papiAttributeListGetInteger papiAttributeListGetMetadata papiAttributeListGetNext papiAttributeListGetRange papiAttributeListGetResolution papiAttributeListGetString papiAttributeListGetValue papiAttributeListToString Service papiServiceCreate papiServiceDestroy papiServiceGetAppData papiServiceGetAttributeList papiServiceGetEncryption papiServiceGetPassword papiServiceGetServiceName papiServiceGetStatusMessage papiServiceGetUserName papiServiceSetAppData papiServiceSetAuthCB papiServiceSetEncryption papiServiceSetPassword papiServiceSetUserName Printer papiPrinterAdd papiPrinterDisable papiPrinterEnable papiPrinterFree papiPrinterGetAttributeList papiPrinterListFree papiPrinterListJobs papiPrinterModify papiPrinterPause papiPrinterPurgeJobs papiPrinterQuery papiPrinterRemove papiPrinterResume papiPrintersList Job papiJobCancel papiJobFree papiJobGetAttributeList papiJobGetId papiJobGetJobTicket papiJobGetPrinterName papiJobHold papiJobListFree papiJobModify papiJobMove papiJobPromote papiJobQuery papiJobRelease papiJobRestart papiJobStreamClose papiJobStreamOpen papiJobStreamWrite papiJobSubmit papiJobSubmitByReference papiJobValidate Miscellaneous papiLibrarySupportedCall papiLibrarySupportedCalls papiStatusString FILES
/usr/lib/libpapi.so.0 shared object /usr/lib/libpapi-common.so.0 private shared code /usr/lib/print/psm-lpd.so private rfc1179 support /usr/lib/print/psm-lpsched.so private LP support /usr/lib/print/psm-ipp.so private IPP support /usr/lib/libipp-core.so private IPP marshalling support /usr/lib/libipp-listener.so private IPP operations support /usr/lip/libhttp-core.so private HTTP support ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpapi | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
Intro(3), printers(4), printers.conf(4), attributes(5) SunOS 5.11 18 Dec 2006 libpapi(3LIB)
All times are GMT -4. The time now is 02:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy