- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: printer 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
03-26-2002 05:56 AM
03-26-2002 05:56 AM
I was reading man pages on lp and so far, I concluded that if I copied the following directories:
/etc/lp
/usr/lib/lp
/var/adm/lp
/var/spool/lp
directories, I should be pretty much OK. However, the only thing that worries me is the version of jetadmin used for prtiner interface on 10.20 versus 11.00.
Could somebody give me some tips before I get myself into 'hot water'?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 06:03 AM
03-26-2002 06:03 AM
Re: printer queue migration
The file should be /var/sam/lp/lpinfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 06:21 AM
03-26-2002 06:21 AM
Solution/opt/hpnp/bin/transferqueue
Has man page
transferqueue(1) transferqueue(1)
NAME
transferqueue allows users to transfer all Unix JetAdmin/JetDirect
Printer Installer Utility created queues from one Unix host to another
in the JetDirect Printer Installer Utility environment.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 06:40 AM
03-26-2002 06:40 AM
Re: printer queue migration
The best choice would be storing your Printer configuration throuh SAM.
SAM -> Printers and Plotters -> LP spooler -> Save/Restore spooler configuration.
Directly copying the /etc/lp files to the new system is not a good idea, you can refer those files if needed.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 08:08 AM
03-26-2002 08:08 AM
Re: printer queue migration
another. However, the following procedure can be used as a workaround. If the
procedure does not work, the printers will have to be added using the normal
methods.
1 - On the machine that has the printers you want to duplicate(system A), do
the following:
a) Go into SAM 'Printers and Plotters' area
b) Go to 'Save/Restore Spooler Configuration'
c) Go to 'Actions'
d) Click on 'Save Spooler Configuration'
e) Exit out of SAM
f) cd /var/sam/lp
g) tar cvf sam.tar *
h) transfer the sam.tar file to the system on which you want to
duplicate the printers(system B)
2 - On System B, do the following:
a) If the spooler state has not been saved before, the /var/sam/lp
directory will need to be created:
mkdir /var/sam/lp
b) Move the sam.tar file to /var/sam/lp
mv sam.tar /var/sam/lp/sam.tar
c) cd /var/sam/lp
d) tar xvf sam.tar
e) Go into SAM 'Printers and Plotters' area
f) Go to 'Save/Restore Spooler Configuration'
g) Go to 'Actions'
h) Click on 'Restore Spooler Configuration'
If all goes well, the printer configuration should be the same on System B as
it was on System A. If not, then all the printers will have to be readded
manually.
More information is available in the HP-UX System Administration Tasks manual.
"man manuals" will give you ordering information and part numbers.
Most HP documentation is avaialable online at:
http://www.docs.hp.com
Hope that helps.
Ross Martin
HP Response Center