- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copying printers from one server to another
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
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
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-15-2001 09:16 AM
тАО06-15-2001 09:16 AM
Copying printers from one server to another
I have 83 printers on one server. I would like to have the same printers on another server.
Is there a way to duplicate these printers without having to enter each one on the second server?
Thanks,
Craig A. Sharp
Roush Industries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 09:41 AM
тАО06-15-2001 09:41 AM
Re: Copying printers from one server to another
Create a shell script to run lpadmin for each printer. fyi- You can get a list of your current printers with "lpstat -a".
example print queue create-
lpadmin -plp1 -i/usr/spool/lp/interface/lp1 -v/dev/null
This will create the necessary print queue structures and use the same driver scripts as your older system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 09:45 AM
тАО06-15-2001 09:45 AM
Re: Copying printers from one server to another
save and tar the lp spooler config
# /usr/sam/lbin/lpmgr -S
# cd /var/sam; tar cf lp.tar lp
ftp lp.tar to each system's /var/sam dir and
untar and restore the lp spooler config
# cd /var/sam; rm -rf lp; tar xf lp.tar
# lpshut
# /usr/sam/lbin/lpmgr -R
# lpsched
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 09:52 AM
тАО06-15-2001 09:52 AM
Re: Copying printers from one server to another
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 09:56 AM
тАО06-15-2001 09:56 AM
Re: Copying printers from one server to another
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc09a663ce855d511abcd0090277a778c,00.html
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 10:12 AM
тАО06-15-2001 10:12 AM
Re: Copying printers from one server to another
I use a combination of jetdirect, axis and intel netport servers. I am concerned about weither or not moving by this method will still allow the print spooler to locate the printer by dns on the second server (assuming the second server has dns access).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 10:47 AM
тАО06-15-2001 10:47 AM
Re: Copying printers from one server to another
Local printers are not necessarily directly attached. If the local printer is directly attached, then the interface script will most likely be using the LP system's slp utility.
If the local printer is network attached, the interface software will use whatever is necessary to talk to the remote device. If JetDirect, then JetAdmin is used. If Emulex, then an Emulex utility is used.
Remote printers are nothing more than LPD accessible spoolers on remote servers, which could be UNIX, Windows NT/2k, JetDirect cards, or any other network device that understand LPD. For these printers the interface scripts will most likely be using the LP system's rlp utility.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 04:23 PM
тАО06-15-2001 04:23 PM