Finally time to start migration to Linux....

Boaz Bezborodko boaz at mirrotek.com
Tue Sep 20 14:06:09 PDT 2011



> Date: Tue, 20 Sep 2011 14:58:17 -0400
> From: "scooter6 at gmail.com"<scooter6 at gmail.com>
> Subject:
> To: filepro-list at lists.celestial.com
> Message-ID:
> 	<CADpQzqMBsCcrHP84tVHcqNj1gnun05UMNFex=00jkTUbpdMxYA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Some of you might have seen we have been heavily contemplating the migration
> from SCO to CentOS Linux.
> Well, the time is quickly approaching to get this started.  I have a few
> questions I'd like some guidance on.
>
> The server we're going to be using is a Dell PowerEdge w/Dual Xeon
> processors, 8GB RAM and 4x146GB drives w/Perc RAID controller.
> (this is just what I have to work with - don't shoot the messenger lol)
>
> So, my thoughts are:
>
> 1)  Build 2 mirror RAID volumes - one for the CentOS and one for filePro and
> all the data  (would you agree/disagree with this approach? if you disagree,
> I'm open for ideas)
> 2)  I obviously have to migrate the users to Linux (is there a 'quick' way
> to do this? I have about 75 users to create on the new system)
> 3)  I will need to configure our printers, which are Konica/Minolta BizHubs
> -- is there any 'magic' to doing this on Linux vs SCO?
> 4)  We have a LOT of scripts that are written using the Bourne shell
> (/bin/sh) - do I need to do anything magical on the Linux side to make these
> work when I copy them over?
> 5)  We have approx 25 GB of data that needs to move and I will copy that
> over the LAN.  Does anything special need to happen with the filePro data
> files when I move them from SCO to CentOS?
> 6)  I'm looking for a backup system that will backup our data nightly -
> something preferably where I can rotate tapes and keep a copy offsite as
> well.We are very heavily dependent on our data (as I'm sure you all are) and
> with any kind of 'downtime' we're in big trouble not being able to produce
> revenue.
>       Does anyone have any thoughts/suggestions on best way to do daily
> backups, etc?  Our data footprint will continue to grow so it's needs to be
> fairly scalable and be able to grow with us.
> 7)  Anything else I need to 'be on the lookout' for when doing this
> conversion that perhaps I haven't thought of?
>
> Thanks for any/all suggestions - our server should be here by Thursday and
> am hoping to get it started this weekend.
>
> Thanks
> Scott
>
Not having experience with either SCO or FP on Linux I can only answer 6.

I moved from using tapes to creating "snapshots" of my data on an 
off-site storage unit.  (My data is served up by a Samba server.)

Rsnapshot (http://rsnapshot.org/) uses rsync and symlinks to create 
snapshots of your system and data going back to any number of hourly, 
daily, weekly, etc.  It does this efficiently with symlinks so that only 
changed files are stored.  If a file doesn't change then you simply 
create a link to the existing file.  Rsync efficiently makes the 
transfer of only the changes to a file.

I did it 3 years ago with a hack of a $90 D-Link NAS device that is 
still running.  Today I'd probably do it with a Synology device.  (I 
think that they have a version of Time-Shift working on their system.)  
I'd also set up a local backup in case I have to restore a large amount 
of data quickly.

I used to have regular problems with tapes.  I haven't had a single 
problem recovering data from the new setup.



More information about the Filepro-list mailing list