File Integrity Check


 
Thread Tools Search this Thread
Operating Systems Solaris File Integrity Check
# 1  
Old 11-05-2008
File Integrity Check

Hi,

I have two NFS shares mounted on a solaris system.

share1 and share2 , both are from different NFS servers

share1 has 500GB of data

share 2 is empty. I am copying all the data from share1 to share2.

It is like migrating the data from one NFS share to another.

Is there anyway with which I can determine the integrity of the copied Data?

I want to prevent any corruption of data while doing the same.

Can it be done?

Regards,

Athreya VC
# 2  
Old 11-05-2008
Verify the exact size of the data after transfer. It should be sufficient.
# 3  
Old 11-05-2008
Hi incredible,

Thanks for the reply.

I was thinking of some kind of mechanism like md5sum with which I can check the integrity. B'se the data size that is getting copied is large here.

Regards,

Athreya VC
# 4  
Old 11-05-2008
# 5  
Old 11-05-2008
this would take awhile but tar the content of the mounted directory and then compress them (with your favorite compression). run digest against this to get your hash. copy to the other drive. run digest again to verify your copy.

more importantly, where are these nfs mounts? are they servers or filers? no need to use the overhead of nfs and another network stack to copy files between two servers/filers.
# 6  
Old 11-05-2008
Hi All,

Thanks for the reply.

The mounts are from the NetApp filers. It is happening such that, I want to migrate data from one filer to the other filer.

I am using NFS as a way to do it. Both the filers are in different Network Segment and i could not afford much downtime too

I want be sure when we copy the data between the mounts on the NFS client

there should not be any corruption.

Regards,

Athreya VC
# 7  
Old 11-06-2008
i think your best bet might be to do what i said above. i looked around and found someone used rsync with linux and copied to a new mount.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Integrity check for the backup

Hello I thought of different ways of integrity check for the backup and look for the fastest approach to start programming. in all these approaches randomness is used. I would appreciate if someone give more suggestions or correct me. 1- Machine Name Check We can check if the machines were... (5 Replies)
Discussion started by: frhling
5 Replies

2. UNIX for Dummies Questions & Answers

compressed and tar file integrity

How can I ensure the folder that I tar and compress is good to be archive in DVD or tape? Must I uncompress and untar the file, or there is any way to tell the integerity of the compressed file before send to archive? I have bad experience on this, which the archive compressed file cold not be... (2 Replies)
Discussion started by: vivien_chu
2 Replies

3. Shell Programming and Scripting

data integrity check needed

Hi friends I need copied 100gd of data to other Solaris server. Could anyone help me guiding appropriate way of checking data integrity at source and destination so can I delete the data at source location . How can print/check cksum of individual file in each folder and match it with... (7 Replies)
Discussion started by: hk_kamozalwar
7 Replies

4. Cybersecurity

File Integrity checker with recovery

Hello friends I have an CentosOS 5 box running Apache, I want to Install a powerful File Integrity checker with recovery option to maintain any changes may be happened without my hand Could you help me to recommend such solution Thanks (3 Replies)
Discussion started by: reaky
3 Replies

5. UNIX for Advanced & Expert Users

Check EOF char in Unix. OR To check file has been received completely from a remote system

Advance Thanks. (1) I would like to know any unix/Linux command to check EOF char in a file. (2) Or Any way I can check a file has been reached completely at machine B from machine A. Note that machine A ftp/scp the file to machine B at unknown time. (5 Replies)
Discussion started by: alexalex1
5 Replies
Login or Register to Ask a Question