- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copying Print Queues To HP-UX 11.23
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-16-2006 10:58 PM
03-16-2006 10:58 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 11:04 PM
03-16-2006 11:04 PM
Re: Copying Print Queues To HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 11:26 PM
03-16-2006 11:26 PM
Re: Copying Print Queues To HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 11:35 PM
03-16-2006 11:35 PM
SolutionBest way is sam. a-e on old :a-d f-g on 11.23
Saving/restoring spooler state can be done through SAM:
a) Go into SAM 'Printers and Plotters' area
b) Go to 'LP Spooler'
c) Go to 'Save/Restore Spooler Configuration'
d) Go to 'Actions' menu
e) Click on 'Save Spooler Configuration'
f) Go to 'Actions' menu
g) Click on 'Restore Spooler Configuration
Saving and restoring lp spooler state can also be done from the command line:
a) If the /var/sam/lp directory doesn't exist, create it.
# mkdir /var/sam/lp
b) Save the spooler state.
# /usr/sam/lbin/lpmgr -S -xsavedir=/var/sam/lp
c)copy /var/sam/lp to 11.23
d) Restore the spooler state.
# /usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp
WARNING: Restoring spooler state will completely replace the current printer configuration with the saved configuration. It is a good idea to make a backup copy of /etc/lp and /var/spool/lp before restoring spooler state.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 12:20 AM
03-17-2006 12:20 AM