- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can I move 10.2 printers to 11.0?
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-23-2005 05:46 AM
09-23-2005 05:46 AM
Can I move 10.2 printers to 11.0?
I had to move accounts from a 10.2 server to a 11.0 server. The servers were identical except for the O/S. I wanted to do the same with printers, but I seem to be stuck.
I followed the other excellent threads about how to migrate a printer configuration between machines - that all seems to work just fine. I can see the new printers in SAM, and in the HP Jetadmin utility.
But, If I send something to print, it just hangs in the queue, and if I try to use Jetadmin to administer one of the printers, that hangs as well.
Is it possible to move the lp files from a 10.2 machine to an 11.0, or should I start from scratch?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 08:12 AM
09-23-2005 08:12 AM
Re: Can I move 10.2 printers to 11.0?
Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 08:46 AM
09-23-2005 08:46 AM
Re: Can I move 10.2 printers to 11.0?
On your 10.20 box, do an lpstat -t and cancel any old, hung jobs. There's no since moving them. Next lpshut.
cd /
find ./var/spool/lp ./etc/lp -print | cpio -ocv > /var/tmp/lp.cpio.
Now rcp or ftp your /var/tmp/lp.cpio to the new box.
One the new box:
lpshut
Now let's make a backup of your existing printers on the 11.X box.
cd /
find ./var/spool/lp ./etc/lp -print | cpio -ocv > /var/tmp/lp.cpio.save
Next, use swremove to remove the Jetadmin software on your 11.x box.
Next, download and swinstall the newer Jetdirect software from: http://h20180.www2.hp.com/apps/Lookup?h_query=jet+direct+printer+installer&h_tool=software&h_lang=en
Do another lpshut in case the swinstall start lpsched --- although I don't think it does.
Next make sure that your hostname resolution for the printers is working --- please tell me you didn't use IP addresses in your interace files -- although they will continue to work.
Next execute "/opt/hpnp/bin/transferqueue local" and answer "all". This will convert your Detadmin inerface files to use the newer Jetdirect utilities.
lpsched
Now everything, including default printer, should be as it was.
(You now use the "hppi" command rather than "jetadmin" to administer Network printers).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 05:48 AM
09-26-2005 05:48 AM
Re: Can I move 10.2 printers to 11.0?
Thanks, everything is up and running now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 05:48 AM
09-26-2005 05:48 AM