Using a Windows system, how can I verify, that the Red Hat Enterprise Linux CDs (ISO images) I have downloaded from RHN are not corrupted?

Updated -

Issue

Using a Windows system, how can I verify, that the Red Hat Enterprise Linux CDs (ISO images) I have downloaded from RHN are not corrupted?

Environment

Red Hat Enterprise Linux

Resolution

You can check the md5sum to ensure that the image you have downloaded from RHN is not corrupted.

An md5sum is the output of an algorithm generated from the data contained in the file. Even minor changes in the file will cause the md5sum to be drastically different. For more information on how an md5sum works the Wikipedia contains an in-depth article.

When downloading the ISO files from the Red Hat Network (RHN) you can use an Open Source tool called winmd5sum to generate an md5sum from the downloaded file. The winmd5sum application can be downloaded from the CNET Download.com at http://download.cnet.com/WinMD5Sum/3000-2381_4-10115916.html.

After downloading winmd5sum, run it by double clicking on the icon. Drag and drop the ISO file into the file name dialog box and click the "Calculate" button. In a few moments an md5sum will be generated. On an older computer this operation may take some time. On the Red Hat Network "Easy ISO" link where the ISO files were downloaded, beside each ISO file should be a string of characters. Copy the MD5Sum beside the relevant ISO file and paste it into the "Compare" text entry box.

If the md5sum file does not match, you will need to download the ISO file from the Red Hat Network again.

Comments