- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- forward all print jobs to "master" print server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 12:14 AM
09-25-2006 12:14 AM
I am new in hp-ux and I have already a "big" issue I am trying to work out:
We have a HP-UX 11.11 server which acts as a print server with several (> 20) remote and network printers configured on it (we are NOT using HP Distributed Print Service). In addition, we have 3 other HP-UX 11.11 server which act as db, file and application server. Now my task is to make those network and remote printer also available to the other server.
Now, as I see I have 3 options:
1) Declare each printer on all other server just like on the print server.
cons: time consuming, changes must be applied to 4 instead of only one server, not very elegant
2) Write a script which cp and updates all configuration files on the remaining 3 server.
cons: very fault-prone and hard to realise
3) Configure the 3 other server to forward all requests directly to the main print server.
I prefer option 3. It's the most elegant but I'm not sure if it's possible at all. Crux on the matter is that I didn't configure/install any of the server myself to know where the problems are.
I really appreciate any help and I'm looking forward to your suggestions.
Thanks
AMI
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 12:59 AM
09-25-2006 12:59 AM
SolutionThen follow the instructions in this thread to copy the queues to the remaining 2 servers: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1049599
This way, all queue configuration changes (ie. changes to the model scripts and the like) would only have to be made on the print server, as all the others would just blindly forward requests to it and the print server would format and print them.
The only caveat with this configuration is that any network changes or printer additions/deletions have to be propagated manually to all the other servers. I don't see an easy way around this using your server model.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 01:11 AM
09-25-2006 01:11 AM
Re: forward all print jobs to "master" print server
If it were me, I would add all the printers to each of the servers as network printers, using the HP Printer Installer, then use a script to maintain them. I'm attaching a script that I use. It sources a list of printers, assigns IP addresses to them and then proceeds to add them. I run this script (via nfs) on every new server to keep all my printers defined exactly the same on every machine.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 06:31 PM
09-25-2006 06:31 PM
Re: forward all print jobs to "master" print server
I guess I will try Pete's solution first.
Again, thanks a lot !!
AMI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 06:39 PM
09-25-2006 06:39 PM