- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Copying Linux Configurations - Suggestions
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
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
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-2005 02:11 AM
тАО09-27-2005 02:11 AM
Here's my situation. I have two linux boxes in a cluster. I would like to keep them as similar as possible in terms of printer configurations and users. Is there an easy and safe way to copy printer configurations and user setups and passwords from one linux system to another?
Here is my configuration:
SuSE Linux 8.1
Regards,
Jeff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2005 02:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2005 03:05 AM
тАО09-27-2005 03:05 AM
Re: Copying Linux Configurations - Suggestions
Configure one as mater and the other as replica/slave.
For printers, depends if you are using LPRng or CUPS. You need to copy the configuration files, /etc/printcap, /etc/cups and the spool directories for the printers.
Use rsync to copy the configuration files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2005 03:20 AM
тАО09-27-2005 03:20 AM
Re: Copying Linux Configurations - Suggestions
I am using cups. Do I need to copy the whole /etc/cups?
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2005 04:06 AM
тАО09-27-2005 04:06 AM
Re: Copying Linux Configurations - Suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2005 05:04 AM
тАО09-27-2005 05:04 AM
Re: Copying Linux Configurations - Suggestions
It seems to work from the lp perspective. However, when I go to:
yast2 -> printers
Then when I look at the configuration I see many printers iwth the status:
Name Type Ready
correct_name -not yast2- unknown
Any thoughts?
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2005 05:40 AM
тАО09-27-2005 05:40 AM
Re: Copying Linux Configurations - Suggestions
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2005 04:16 PM
тАО09-27-2005 04:16 PM
Re: Copying Linux Configurations - Suggestions
It's better to keep all user authentication using LDAP or NIS.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2005 05:55 PM
тАО09-27-2005 05:55 PM
Re: Copying Linux Configurations - Suggestions
but for configurations you can use things like cfengine or more simple when executing commands, use ssh remotely and execute them on the 2 host simultaniously.