- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Remote Print Server and Optio
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
10-23-2007 05:35 AM
10-23-2007 05:35 AM
Remote Print Server and Optio
HP-UX isqpro03 B.11.11 U 9000/800 647359383 unlimited-user license
The box currently run optio ECI 7.7 which is a pre-print processing software. It creates a virtual printer that then sends the processed output to a windows server to send to the printer.
This works fine for print jobs originating from that server but now I need to enable other HP-UX system to print to this server and then have the server process the information and then either send again to the windows box or directly to the printer.
I have never had to do anything like this in the printing evironment so all help appreciated.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 06:00 AM
10-23-2007 06:00 AM
Re: Remote Print Server and Optio
First off, are the boxes that *send* this server print jobs running Optio also, or do you need the "print" jobs submitted by other servers to be run thru Optio and then printed?
If the later case (Optio and then print), will every job send to every printer *always* need pre-processing via Optio?
Need the above info to determine a course of action here
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 06:21 AM
10-23-2007 06:21 AM
Re: Remote Print Server and Optio
The printers that will use optio will be a different name than the straight printer, so yes all output through this print queue will be processed by optio.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 06:26 AM
10-23-2007 06:26 AM
Re: Remote Print Server and Optio
i hope that s/w helps you to avoid creating print queue on ths server and the s/w does the function of lp sub system. The printer might be configured on the windows machine and that is why you send the processed output to windows first and later to the printer.
"I need to enable other HP-UX system to print to this server"
why you need this way ? does that s/w do any other customized function for you.
You may configure the printer(whihc is on the windows system) as a remote printer to other HP-UX system.So that you can avoid a depency on a print server.Again depends on what your s/w does.
I think your plan sounds like "i have this way and need everything that way". Or i might have not understood the scenario properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 06:30 AM
10-23-2007 06:30 AM
Re: Remote Print Server and Optio
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 06:56 AM
10-23-2007 06:56 AM
Re: Remote Print Server and Optio
The goal- when run on SvrB, the command "lp -doptio1 somefile" causes:
a) "somefile" to be transmitted to SvrA
b) SvrA to invoke Optio on "somefile"
c) SvrA to print the processed file to print.
This is doable. it gets a little easier if SvrB and SvrA can (or do already) share disks in some manner, such as nfs.
My initial thought is to have the printer scripts on SvrB store the file (or ftp it) to somewhere where the data is accessible by SvrA. A scheduled job on SvrA examines the directory where the data is stored and for each file found, it processes it thru Optio for printing. In this scenario, it should be possible to process and save the "lp" options if necessary for processing on SrvrB
Another, somewhat easier (at least in my mind) would be to bypass the lp command on SvrB and have the app that creates the file on SvrB save the file in the proper location for SvrA to find it and process. Then all you need to deal with is processing via Optio and printing. Note that it may not be possible to process options in this case, but multiple destinations could be handled by saving the data in different directories and using each directory as kind of a queue for each real destination / option set. I did something similar to this when using AutoCad in batch mode to create plot files from dxf files.
So the question now is which method works best for you? If neither is works well, describe how you would like it to work.
I'm hoping A. Clay chimes in here. You might want to look at this thread about Epson printers and his response. http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1170682
It has some discussion on modifying model scripts for printers. Do let the script complexity rattle you, I don't think this is going to be a major undertaking.
I just read your other reply, so it seems that you want to by-pass the Windows box as well? If so, then:
What make/model(s) of printers do you need to support? Do they have JetDirect cards attached today?