- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- export Printer configuration
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
08-14-2007 05:49 PM
08-14-2007 05:49 PM
export Printer configuration
I have around 80 remote printer configured on HP-UX V2 server.
is it possible to export the configuration and import it at new server
Regards
Nabil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2007 06:34 PM
08-14-2007 06:34 PM
Re: export Printer configuration
Have a look at this thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=960651
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 02:16 AM
08-15-2007 02:16 AM
Re: export Printer configuration
NOTE: Do all of these operations as root.
1) Get your hostname resolution working on the new box (/etc/hosts, NIS, NIS+, DNS, LDAP) as it does on the old so that printer hostnames can be resolved.
2) Install the JetDirect software on the new box.
3) On the old box:
lpshut
/usr/sam/lpbin/lpmgr -S -xsavedir=/var/sam/lp
cd /var/sam
chown -R lp:lp lp # this prevents problems later when we restore
find lp -print | cpio -ocv > /var/tmp/samlp.cpio
lpsched
4) Copy /var/tmp/samlp.cpio from the old box to the new using rcp, sftp, ftp, ...
5) On the new box:
cd /
lpshut
find ./etc/lp ./var/spool/lp -print | cpio -ocv > /var/tmp/lp.cpio # just in case
6) cd /var/sam
cpio -icvdum < /var/tmp/samlp.cpio
/usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp
7) lpsched
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 04:19 AM
08-15-2007 04:19 AM
Re: export Printer configuration
SAM LP spooler, save config
tar up the /var/sam/lp
copy tar file to new system
untar
SAM LP Spooler, restore config on new server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 05:24 PM
08-15-2007 05:24 PM