- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Migrate HPUX print queues to Linux
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
02-13-2004 02:20 AM
02-13-2004 02:20 AM
Migrate HPUX print queues to Linux
Are there any tools? Should I load CUPS on HPUX (11.0) and try to migrate there first, then save the CUPS config and move it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 02:30 AM
02-13-2004 02:30 AM
Re: Migrate HPUX print queues to Linux
I wouldn't bother playing with cups on HPUX. Despite the name (common unix printing system) cups is very linux-centric. I wasted about 2 weeks trying to get cups to work properly with solaris on the server end and eventually scrapped the idea in favour of a linux cups server, the cups clients are fine under solaris however. Some of the issues there were: print queues mysteriously dying, cupsd dumping core, etc. CUPS can run in parallel with existing lp spoolers, so get your CUPS environment working under linux first, and then kill the HPUX server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 02:30 AM
02-13-2004 02:30 AM
Re: Migrate HPUX print queues to Linux
However, the idea of installing CUPS on HP-UX first is a bit of a waste of time becuase you would still have to set the printers up in CUPS and you may as well do that on the Linux box.
In a nutshell, if you are using cups on Linux (a very good idea by the way) then I would suggest you bite the bullet and re-create the queues on the linux box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 02:36 AM
02-13-2004 02:36 AM
Re: Migrate HPUX print queues to Linux
I can't imaging having to sit there and manually recreating 100's and 100's of print queues in a Linux environment.
I'd like to scrap the HPUX printing solution for a Linux one, but NOT if this is what I have to do to migrate to Linux!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:01 AM
02-13-2004 03:01 AM
Re: Migrate HPUX print queues to Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:10 AM
02-13-2004 03:10 AM
Re: Migrate HPUX print queues to Linux
it went something like this... in perl of course!
$command="/usr/sbin/lpadmin -p $name -D \"$description\" -E -L \"$location\" -v $method://$name.company.com:$port -m $ppd";
system($command);