Sponsored Content
Operating Systems AIX Add printer connected to a axis printserver Post 302122625 by kwliew999 on Wednesday 20th of June 2007 10:34:03 PM
Old 06-20-2007
AXIS printer on AIX

I will try to help on this.
Provided your AXIS print server with IP address.
'smit hosts' and select "Add a Host". Assign the IP to a host name say "axis123"
'smit printer' and select "Print Spooling" followed by "Add a print queue". Select "remote" and "Standard Procession".
Give a name to the print queue and "axis123" to the HOST name. Assign the remote print queue (pr1 or pr2 normally default set for AXIS print server represent 1st/2nd slot for printer). <ENTER> to confirm.
Print queue ready to use.
 

9 More Discussions You Might Find Interesting

1. SuSE

Using printer that is connected to WinXP machine

If all else fails, ask right?? I am a Linux Newbie (that's an understatement) and I am trying to setup a printer that is connected to a WinXP machine on a local network. I am using SuSE 9.0 and am using YaST to connect to the printer. The problem is that I keep receiving an NT_ACCESS_DENIED... (1 Reply)
Discussion started by: maelgwyn
1 Replies

2. UNIX for Dummies Questions & Answers

Disable form feed on a serial printer connected to Sco OpenServer

I connected a serial printer to my scoOpenServer which works great. I was able to disable the banner in the interface of the printer. However i am unable to find the command in the interface to disable the formfeed . Below is a copy of the interface file. Please can anyone instruct me on how to... (0 Replies)
Discussion started by: scoman2
0 Replies

3. UNIX for Dummies Questions & Answers

add printer

Helooo I am trying to add a printer in sco unix but i found only serial ports how to define parallel ports? Regards (1 Reply)
Discussion started by: sak900354
1 Replies

4. OS X (Apple)

Adjust X & Y screen axis

I'm using my wife's Macbook, and I just noticed that her screen is off axis, but I can't find a way to adjust it. I've tried playing around with resolution in preferences, but nothing. Maybe a terminal command for adjusting the x and y values of the screen? Any and all suggestions welcomed :) (2 Replies)
Discussion started by: andou
2 Replies

5. SCO

Visionfs printing Windows2003 printserver

Hi, Our printserver is migrated from WIN2000 to a WIN2003 R SP2 server. We have a Unix SCO_SV sco1 3.2 5.0.5 i386 printing is via SCO VisionFS 3.10.911. It worked with the old printserver. I have completely no experience with visionfs. What we did : - created a new printer pr 89 on... (1 Reply)
Discussion started by: haezeban
1 Replies

6. UNIX for Advanced & Expert Users

Printserver in linux

Hi, Could anyone please find any good tutorials for me on how to implement printserver in linux, how to make its automation and how to configure it with command line?? I've searched google and the net to find this things out but nothing comes as a useful result ..... Any help is highly... (2 Replies)
Discussion started by: andirrashi
2 Replies

7. AIX

SMC multi port Printserver setup on AIX 6.1

Hi Guys, I have SMC 3 port print server would liek to create 3 queues for each port , please advice what port name or number should be used while creating the quues , I have hpjetdirect and I have tried raw1, raw2 and raw3 on it and it works but it doesnt work for SMC , please advice. ... (1 Reply)
Discussion started by: Valeed
1 Replies

8. Shell Programming and Scripting

Transposing X and Y axis of CSV data

Hello list, I have a source CSV data file as follows: PC_NAME,MS11-040,MS11-039,MS11-038,MS11-035 abc123,Not Applicable,Not Applicable,Not Applicable,Not Applicable abc987,Not Applicable,Not Applicable,Not Applicable,Not Applicable tnt999,Not Applicable,Not Applicable,Applicable,Not... (2 Replies)
Discussion started by: landossa
2 Replies

9. Shell Programming and Scripting

Problem creating graph with gnuplot with time on x-axis

Let me start by saying I'm new to gnuplot and not very good at unix at all.. Anyway, I'm each minute measuring temperature and humidity and saves the last 60 readings along with time in a textfile, values_minute. The contents of the file is formatted like this: time temperature humidity ... (8 Replies)
Discussion started by: hakro807
8 Replies
lprm(1B)																  lprm(1B)

NAME
lprm - remove print requests from the print queue SYNOPSIS
/usr/ucb/lprm [-P destination] [-] [ request-ID...] [user...] The lprm utility removes print requests (request-ID) from the print queue. Without arguments, lprm deletes the current print request. lprm reports the name of the file associated with print requests that it removes. lprm is silent if there are no applicable print requests to remove. Users can only remove print requests associated with their user name. See . If a superuser executes lprm and specifies the user operand, lprm removes all print requests belonging to the specified user. The print client commands locate destination information using the "printers" database in the name service switch. See nsswitch.conf(4), printers(4), and printers.conf(4) for details. The following options are supported: -P destination The name of the printer or class of printers (see lpadmin(1M)) from which to remove print requests. Specify destination using atomic or POSIX-style (server:destination) names. See printers.conf(4) for information regarding the naming conven- tions for atomic names and standards(5) for information regarding POSIX. - If a user specifies this option, removes all print requests owned by that user. If a superuser specifies this option, removes all requests in the print queue. Job ownership is determined by the user's login name and host name on the machine from which lpr was executed. See . The following operands are supported. user Removes print requests associated with a specific user. Specify user as a valid user name. This option can only be used by a superuser. request-ID Removes a specific print request. Specify request-ID as the job number (Job) associated with a print request and reported by lpq. See lpq(1B). Example 1: Removing a print request The following example removes request-ID 385 from destination killtree: example% lprm -P killtree 385 The following exit values are returned: 0 Successful completion. non-zero An error occurred. /var/spool/print/[cd]f* Spooling directories and files. /var/spool/lp/* LP print queue $HOME/.printers User-configurable printer database /etc/printers.conf System printer configuration database printers.conf.byname NIS version of /etc/printers.conf printers.org_dir NIS+ version of /etc/printers.conf See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscplp | +-----------------------------+-----------------------------+ lp(1), lpc(1B), lpq(1B), lpr(1B), lpstat(1), lpadmin(1M), nsswitch.conf(4), printers(4), printers.conf(4), attributes(5), standards(5) Users can only remove print requests associated with their user name. By default, users can only remove print requests on the host from which the print request was submitted. If a superuser has set user-equivalence=true in /etc/printers.conf on the print server, users can remove print requests associated with their user name on any host. Superusers can remove print requests on the host from which the print request was submitted. Superusers can also remove print requests from the print server. Some print servers send cancelation notification to job owners when their print jobs have been cancelled. This notification usually comes in the form of an email message. Cancelation notices cannot be disabled on a Solaris server. 23 Feb 2005 lprm(1B)
All times are GMT -4. The time now is 07:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy