- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Looking for a script to move printers from one...
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
06-23-2004 12:20 AM
06-23-2004 12:20 AM
Looking for a script to move printers from one box to another
We have upgraded a server to HP-UX 11.i and are in need of a script to pull the printers from another 11.i to one we just upgraded. Does anybody have one?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 12:32 AM
06-23-2004 12:32 AM
Re: Looking for a script to move printers from one box to another
I do not have one, but.
If you use SAM, you are able to make a backup of the printer config.
( SAM ==> Printers and Plotters ==> lp spooler ==> Save/Restore Spooler Configuration)
backup.
The files will be backuped in /var/sam/lp
Copy that backup to an other server and use sam on that server to Retore the backup.
Check the sam log for commands if you want to create a script,
Warning a restore deletes all currectly configured printers...
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 12:47 AM
06-23-2004 12:47 AM
Re: Looking for a script to move printers from one box to another
tar -cvf lp.tar /var/sam/lp/
ftp that tarball to other system
then on that system:
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
06-23-2004 01:06 AM
06-23-2004 01:06 AM
Re: Looking for a script to move printers from one box to another
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 02:14 AM
06-23-2004 02:14 AM
Re: Looking for a script to move printers from one box to another
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062910847
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073548884
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073548881
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073661478
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073870946