Two paralell ports on a serverbox


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Two paralell ports on a serverbox
# 1  
Old 10-31-2003
Two paralell ports on a serverbox

Hi,
I am trying to print ro a netwerkprinter on AIX.
The printer is connected to a accton printserverbox. The box has three paralell ports and one IP adress. How can I print to the first port?
I made standard printq's, and I added the printer to the /etc/hosts file
# 2  
Old 11-06-2003
printing to network printer on AIX

Hi adje75

We use aix 4.3.3 and as well as adding the ip address to the hosts file there is also a /etc/qconfig file. This is where we change the port. Here is an example:

printer_r:
device = printer
printer:
file = /dev/cmpt
header = never
trailer = never
access = both
backend = /usr/lpd/axis/pros_piobe printer_r printer pr1


pr1 is port 1, pr2 port 2, etc

Hope this helps.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

ports

Hi, If for example i try to start tomcat in a solaris server and get errors related to address already in use, how can I know if this port is really used for another process? If someone can point any documentation it will be very helpfull. Thanks! :rolleyes: (9 Replies)
Discussion started by: ffpradella
9 Replies

2. Solaris

regarding ports

Hi , I need one help... Is there any command on solaris 10 to free the ports. For e.g I used netstat -na| grep 8080 it displays either it is listening or established.. i want to free the ports... Anyone please help me on this... Thanks, Shanmuga (2 Replies)
Discussion started by: shanshine
2 Replies

3. HP-UX

Ports

Can any one tell the command for which process are running on a perticular port (1 Reply)
Discussion started by: zsujith
1 Replies

4. UNIX for Dummies Questions & Answers

Ports

Hi, is it possible to check to see if I can connect to a particular port on another machine? Thanks. (4 Replies)
Discussion started by: walsh_j
4 Replies

5. UNIX for Dummies Questions & Answers

problem with paralell computing

I use a quantum chemistry program called Gaussian 03, which I run on a cluster of computers. The cluster consists of a main node plus 11 other computers (nodes). Gaussian uses software 'linda' for paralell computing. Often my job (process) will freeze - which I can get running again by pressing... (2 Replies)
Discussion started by: bbhayana
2 Replies

6. UNIX for Dummies Questions & Answers

Ports...

Hello UNIX people... This is my first foray into the UNIX world so go easy on me... I have a client who has hired me to do some work on his windows stuff, BUT it just so happens his UNIX server started giving him problems... He is running SCO Open Server 5.0.6 The TTY ports won't... (5 Replies)
Discussion started by: TechKnow
5 Replies

7. IP Networking

Ports

What are some good sites that list all TPC/UDP ports? ~thanks (3 Replies)
Discussion started by: ireeneek
3 Replies

8. IP Networking

ports???

Ok, I've been working in the IT field for about 3 years now and I never fully understood the concept of ip ports. I just started a new job that uses Solaris and today it kinda clicked in my head and I want to know if I'm right or wrong. Does each ip address have multiple ports. because we... (4 Replies)
Discussion started by: eloquent99
4 Replies

9. UNIX for Dummies Questions & Answers

Ports

I know i can look in the /etc/services file to look at referenced port numbers, but is there a command that will list the current ports being used? (i.e. what is the application does not have an entry in the services files :confused: ) (2 Replies)
Discussion started by: Ralf
2 Replies

10. UNIX for Dummies Questions & Answers

Ports

How To Close ports,for example finger port 79?? :confused: :confused: :confused: 10x (6 Replies)
Discussion started by: Yaki
6 Replies
Login or Register to Ask a Question