- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Print Queue migration.
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
11-20-2003 06:39 AM
11-20-2003 06:39 AM
Print Queue migration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 06:50 AM
11-20-2003 06:50 AM
Re: Print Queue migration.
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpj06746
-Denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:49 AM
11-20-2003 07:49 AM
Re: Print Queue migration.
1) Make sure that hostname resolution is taken care of by copying /etc/hosts, setting up DNS, and/or NIS(+).
2) On the old box do an lpstat -t and look for any old stale printjobs. Cancel these as there is no point in transferring these jobs. Finally do an lpshut.
3) On the old box:
cd to /
find ./etc/lp ./var/spool/lp -print | cpio -ocv > /var/tmp/lp.cpio
4) On the new box (after JetDirect software is installed):
lpshut
cd to /
find ./etc/lp ./var/spool/lp -print | cpio -ocv > /var/tmp/lp.cpio.safe (just to be safe)
5) ftp (binary) /var/tmp/lp.cpio from the old box to the new
6) cd to /
cpio -icvdum < /var/tmp/lp.cpio
7) /opt/hpnpl/bin/transferqueue local
and enter "ALL" when prompted.
This will convert all your old JetAdmin interface files to JetDirect
8) lpsched
Everything, including your original default printer, will be as it was.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:53 AM
11-20-2003 07:53 AM
Re: Print Queue migration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:55 AM
11-20-2003 07:55 AM
Re: Print Queue migration.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 08:02 AM
11-20-2003 08:02 AM
Re: Print Queue migration.
Backup the spooler configuration:
/usr/sam/lbin/lpmgr -S -v -xsavedir=/var/sam/lp/
cd /var/sam
tar cvf lp.tar lp
ftp lp.tar to new server put in /var/sam
on new server,
cd /var/sam
tar xvf lp.tar
/usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp/
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 08:04 AM
11-20-2003 08:04 AM