- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copying all queues from UG005 host to UG002 h...
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
09-27-2007 04:50 AM
09-27-2007 04:50 AM
Copying all queues from UG005 host to UG002 host
I need transfer all 170 printer queues from UG005 host to UG002 host.
If I use transferqueue tool will I able to use all queues created in host UG005 like if
was created in host UG002 ?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 04:56 AM
09-27-2007 04:56 AM
Re: Copying all queues from UG005 host to UG002 host
See KB doc LPKBRC00009243 - http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01019982-1
"Make sure that the queue names on the source workstation do not conflict with the queue names on the destination workstation. If the same queue name exists on both workstations, then the queue on the destination workstation will be overwritten by the source workstation's queue.
"
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 05:09 AM
09-27-2007 05:09 AM
Re: Copying all queues from UG005 host to UG002 host
on local host:
/usr/sam/lbin/lpmgr -S -v -xsavedir=/var/sam/lp/
cp -r -p /var/sam/lp/lp.new/* /var/sam/lp/
tar up /var/sam/lp and copy to remote host
On remote host, stop the spooler (lpshut)
un tar the tarball from above
/usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp/
lpsched -v
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 05:59 AM
09-27-2007 05:59 AM
Re: Copying all queues from UG005 host to UG002 host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 06:16 AM
09-27-2007 06:16 AM
Re: Copying all queues from UG005 host to UG002 host
Sorry - I have Solaris - but don't run printing on them...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 07:41 AM
09-27-2007 07:41 AM
Re: Copying all queues from UG005 host to UG002 host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 08:13 AM
09-27-2007 08:13 AM
Re: Copying all queues from UG005 host to UG002 host
cp -r -p /var/sam/lp/lp.new/* /var/sam/lp/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 08:15 AM
09-27-2007 08:15 AM
Re: Copying all queues from UG005 host to UG002 host
cp -r -p /var/sam/lp/lp.new/* /var/sam/lp/
because when you back the spooler up - it saves it to lp.new...
And you need it in /var/sam/lp in order to do a restore...
Rgds...Geoff