Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Solaris and NT/Win2k HP Printers Help Post 11501 by doeboy on Thursday 6th of December 2001 11:36:32 AM
Old 12-06-2001
You can use Admintool to add printers. Call it whatever you want it to be, then when it asks you for the printer's hostname, give it the IP address, and when it asks you for queue name, put anything in there (The JetDirects don't care about queue name)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Win2K & Sygate

My Win2K box is the gateway (Using Sygate) for my Linux box, and for some odd reason, I can't view my webpages that are HOSTED by my Linux box, on my Win2K browser...I believe there might be a certain file on the Win2K box that has something to do with the firewall for the internal computer (The... (5 Replies)
Discussion started by: ComTec
5 Replies

2. UNIX for Dummies Questions & Answers

Solaris/Win2k

Hello, I'm relatively new to the UNIX world and would like to install Solaris on my system. I'm currently running win2k professional and from past experience I know that Win2k doesn't like other OSes installed after it is. I was wondering if there's a way to install Solaris on my machine... (4 Replies)
Discussion started by: Tylerp
4 Replies

3. UNIX for Dummies Questions & Answers

Does WIN2K stomp on the boot record like NT?

My home PC is dual boot with Linux and Win98. I want to upgrade both to a newer version, and have the Linux CD's now. What I need to know is does Win2K Pro stomp (write over LiLo) on the boot record like NT (2 Replies)
Discussion started by: 98_1LE
2 Replies

4. UNIX for Dummies Questions & Answers

Again Linux and Win2k dual boot

Hello, sorry to bug again....a friend of mine who works for a software company asked the network guy there .....I want to install Linux 7.2 on my windows 2000 box....Mr. Network said that I should have installed linux first then 2k.....does it really make a difference which operating system is... (1 Reply)
Discussion started by: jonas27
1 Replies

5. Cybersecurity

Printing from UNIX to WIN2K

I've read a few posts on this site about how to print to a WIN2K machine from a UNIX machine. About all of the posts suggest the use of SAMBA. I'm trying to print from a UNIX box (Sol 8) to a Windows 2000 machine with a printer attached to the LPT1 port. Is SAMBA the only way? Is SAMBA... (2 Replies)
Discussion started by: RCJordan
2 Replies

6. Linux

rcp from Linux to Win2k server

I am trying to simply send a file via "rcp" from a Redhat 8 server to an Windows 2000 server. I keep getting a "connection refused" message. I do NOT have an ".rhosts" file in the users home directory. Do I need one? What do I need to set up in order to send via "rcp" on the source and target... (1 Reply)
Discussion started by: mcrouch_2003
1 Replies

7. Windows & DOS: Issues & Discussions

unix to win2k permission

Hello! Im running a unix server that has a mounted nfs drive to a win2k server. The way it works is that the files are created on the unix server and the copied to the mounted win2k disk. What happens is that the permisson on the file from unix gets no owner, and you have to set this your self.... (0 Replies)
Discussion started by: dozy
0 Replies

8. UNIX for Dummies Questions & Answers

dual boot unix and win2k

(is there a better forum for this question?) Has anyone been successful at dual booting redhat linux 6.0 and win 2000 pro? I never had a problem dual booting linux with win98 and my first few tries with win2k were unsuccessful. I am going to try again but would like to get some other people's... (0 Replies)
Discussion started by: edwardtisdale
0 Replies

9. Solaris

Problem defining remote printers on solaris 10

Good morning, I have a server with solaris 10 that I want to intall remote printers. I started lpsched deamon without problems with command: svcadm enable application/print/server I want to install printers that are defined locally on print server, so: lpadmin -p <device> -s <print... (2 Replies)
Discussion started by: bonovox
2 Replies

10. Shell Programming and Scripting

Need a script to add mutiple printers in solaris box

Hi , i need to configure around 80 printers in a server. can someone please help me with the script. i have a file that has printer name and its ip. like. printer1 1.1.1.1 printer2 0.0.0.0 and so on.. can some one please help me to do it via script. i am using solaris 10 ... (0 Replies)
Discussion started by: chidori
0 Replies
lpc(8)							      System Manager's Manual							    lpc(8)

NAME
lpc - Line printer control program SYNOPSIS
lpc [command [argument ...] ] DESCRIPTION
The lpc command is used by the system administrator to control the operation of the line printer system. For each line printer configured in the /etc/printcap file, the lpc command may be used for disabling or enabling a printer; disabling or enabling the printer spooling queue; rearranging the order of jobs in a spooling queue or finding the status of printers, their associated spooling queues, and the printer daemons. Without arguments, lpc prompts for commands from the standard input. When arguments are supplied, lpc interprets the first argument as a command and any remaining arguments as command parameters. The standard input may be redirected so that lpc reads commands from a file. The following is the list of recognized lpc commands: Prints a short description of each command specified in the argument list or, when no arguments are supplied, a list of the recognized commands. Prints a short description of each command specified in the argument list or, when no arguments are supplied, a list of the recognized commands. Terminates an active spooling daemon running on the local host, and then disables printing. This prevents new daemons from being started by lpr or lp for the specified printers. Removes any temporary files, data files, and control files that cannot be printed (files that do not form a complete printer job) from the specified printer queue(s) on the local machine. Turns the specified printer queues off. This prevents new printer jobs from being entered into the queue by lpr or lp. Turns the specified printer queue off, disables printing, and puts a message in the printer status file. The message does not need to be quoted because remaining arguments are treated the same as echo. The down command is normally used to take a printer down and let others know why. (The lpq command indicates that the printer is down and prints a status message.) Enables spooling on the local queue for the listed printers. This allows lpr or lp to put new jobs in the spool queue. Exit from lpc. Exit from lpc. Attempts to start a new printer daemon. This is useful when some abnormal condition causes the daemon to terminate unexpectedly and leave jobs in the queue. lpq reports that there is no daemon present when this condition occurs. When a daemon is stuck, you must first kill it and then restart. Enables printing and starts a spooling daemon for the listed printers. Displays the status of daemons and queues on the local machine. When printer name parameters are not supplied, information about all printers is provided. Stops a spooling daemon after the current job has completed and disables printing. Places jobs in the order listed at the top of the printer queue. Enables all printing and starts a new printer daemon. Cancels the effect of the down command. RESTRICTIONS
Normally, the clean subcommand allows you to remove all print jobs on the system or all jobs on a specified printer. However, clean does not remove the jobs in the spooling queues. Therefore, you should use the lprm command on a printer-by-printer basis to remove the jobs you want to eliminate. ERRORS
The following diagnostic messages are possible. Abbreviation matches more than one command. No match was found. Command may be executed by the superuser only. FILES
Specifies the command path. Specifies the printer description file. Specifies print spool directories. Specifies the lock file for queue control. RELATED INFORMATION
Commands: cancel(1), lp(1), lpd(8), lpr(1), lpq(1), lprm(1), lpstat(1). Files: printcap(4). delim off lpc(8)
All times are GMT -4. The time now is 10:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy