Script that can Automate Printer adding task in HP-UX servers


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Script that can Automate Printer adding task in HP-UX servers
# 1  
Old 08-11-2009
Script that can Automate Printer adding task in HP-UX servers

I want to make a script to automate printer adding task.My inputs are like
Printer name : xyz
Port number :9001
I should write a script to make the Printer adding task will be automated.
Like in manually adding task we are doing through hppi or jetadmin tools.

---------- Post updated at 01:43 AM ---------- Previous update was at 01:39 AM ----------

Can anyone help me in this
# 2  
Old 08-11-2009
this forum is not a "we do your work for you" thing... if YOU have to write a script, just do it. if you've problems with some parts of your script you are always free to ask for help. but you've to start this!

best,
DN2
# 3  
Old 08-11-2009
man addqueue
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Automate a task

Dear All, I am relatively new to UNIX and wanted to accomplish a simple task which should be automated. That's why I need your help. I shall briefly describe what I want. Basically, there is a process (X) (related to a particular software which I am using in my system) which automatically... (5 Replies)
Discussion started by: Samiran Dam
5 Replies

2. Shell Programming and Scripting

Automate scp between servers

Hello, Could someone please help me with the below requirement? I need to automate scp files between two servers. I have a file having server names and paths to the folder like below server1 /path/to/folder/ server1 /path/to/folder/ server1 /path/to/folder/ server2 /path/to/folder/... (4 Replies)
Discussion started by: Kochappa
4 Replies

3. UNIX for Dummies Questions & Answers

Help with script to automate CUPS printer installs

Good afternoon. :) I'm rather new to bash scripting, and have probably bitten off a bit more than I can chew to be honest, but I work in a service desk-like environment where one of the main complaints is that it takes our staff a long time to set up network printers on our clients' servers.... (3 Replies)
Discussion started by: aperfecthalo
3 Replies

4. Shell Programming and Scripting

need a script that does a simple task on multiple unix servers.

hi guys, i need a script that does a simple task on multiple aix servers. if possible with both telnet and ssh. the simple task i wanna do is connect to a server and run "ifconfig -a" and get the output. nextweek i need to do similar jobs on like 50 servers... :( can anybody help me with making... (2 Replies)
Discussion started by: curtis911
2 Replies

5. Shell Programming and Scripting

Need a help to automate a task

I need to automate a manual task using shell scripting. The scenario is like :- #!/usr/bin/sh echo "please enter the name of the lab server to test ..." read s ssh $s This is peace of the script which will allow me to login to another server using "ssh". I have a conf file which is having... (4 Replies)
Discussion started by: Renjesh
4 Replies

6. UNIX for Advanced & Expert Users

HP-UX adding printer

When adding a remote printer to my HP-UX system, it creates a file in /var/spool/lp/sinterface/printer-name inside it has #!/usr/bin/sh # /* @(#)B.11.11_LR */ # This model is for remote status operation. /usr/sbin/rlpstat $* Is there a way when I add this printer to have the... (1 Reply)
Discussion started by: nixie21
1 Replies

7. HP-UX

Help adding a printer queue

Hello, I need some help on the following issue: Need to have a printer queue added to the "sssssss" server.The IP address is "xxx.xxx.xxx.xxx". It is an HP8000 printer. Can you please point me to the right direction. Thank you (0 Replies)
Discussion started by: AQG
0 Replies

8. UNIX for Dummies Questions & Answers

Adding a Printer

Could someone please tell me how to add a printer to UNIX, I've got all the detail but are not sure how to do it ... (1 Reply)
Discussion started by: kuselo
1 Replies
Login or Register to Ask a Question