- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Prints Lost in Failover
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-04-2001 04:57 AM
10-04-2001 04:57 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 05:02 AM
10-04-2001 05:02 AM
Re: Prints Lost in Failover
I have heard of people doing this with the standard lp spoller on HP-UX as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 05:08 AM
10-04-2001 05:08 AM
Re: Prints Lost in Failover
Assuming your printer definitions are identical on both systems, I'd consider copying your /var/spool/lp directory to a directory on your shared vg (maybe created an lv just for this purpose), and linking /var/spool/lp to it.
For completeness you may want to create a service definition for the spooler, but I'm not sure if this would *definitely* be required.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 05:12 AM
10-04-2001 05:12 AM
Re: Prints Lost in Failover
It's can be done, and if your printing is critical it is pretty cool.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 06:24 AM
10-04-2001 06:24 AM
SolutionA little bit of clarification. Is this an Active-Active cluster so that both nodes have printing going on in normal circumstances? If so, this makes the task more difficult to use the standard lp spooler.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 06:50 AM
10-04-2001 06:50 AM
Re: Prints Lost in Failover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 07:04 AM
10-04-2001 07:04 AM
Re: Prints Lost in Failover
Part of the package start/stop will be lpsched/lpshut. Note than /var/spool/lp/sinterface is symbolically linked to /etc/lp/interface. The same is true for /var/spool/lp/rsmodel. Make sure that those files are identical in /etc/ on both nodes and that should fix you. I assume that you have JetDirect installed, it will need to be installed in identical locations on both machines and any filters or programs which are called by your interface programs will also need to be installed in identical locations on both boxes. Don't forget to disable starting/stopping lp in the /sbin/init.d/scripts.
Regards, Clay