- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rdist in production
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
06-04-2002 11:40 AM
06-04-2002 11:40 AM
rdist in production
I have used the command before and think its the greatest thing sense sliced bread. I would like to implement it in our enviroment to keep duplicate files in sync across our network.
I guess my question is...
Can anyone think of any known issue with using rdist or give some sort of busness justifcation for not using it.
Thanks,
Yates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 11:45 AM
06-04-2002 11:45 AM
Re: rdist in production
If you have large files over 2 gb don't use rdist it will not supported. If you have sun / hp /other make sure you have same version.
If you have only HP then it is great tool. I use rdit to backup my 30 server's important stuff (from hp to sun) . It is fast and efficient. Whenever I need that data back from sun to HP I use cpio because of version mismatch it want work on sun.
If you have option to use rsync then use that. it is better and faster then rdist.
Thanks
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 11:49 AM
06-04-2002 11:49 AM
Re: rdist in production
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 11:53 AM
06-04-2002 11:53 AM
Re: rdist in production
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 11:54 AM
06-04-2002 11:54 AM
Re: rdist in production
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 12:01 PM
06-04-2002 12:01 PM
Re: rdist in production
Yes we are using NIS for that. This would be for files like ntp.conf for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 12:30 PM
06-04-2002 12:30 PM
Re: rdist in production
Attached is the script that creates config file krakenpee (rdist config file) It requires kraken_include and kraken_exclude file. Include and exclude file does what is's name suggest.
kraken is the system where I saves my data.
I run this script on all of my server.
It is not very well script but will gives you starting point.
Sachin