Upgrading 6.01CF2 to 6.01CF3 on Redhat 8

Hi All

I have successfully upgraded from 6.01 to 6.01 CF2 with out any problems but whne I go to upgrade from 6.01CF2 to 6.01CF3 on my Redhat 8 Domino Server I get the error message :-

Checksum for file n_English.inf is not valid.

I initially suspected it could be a problem with the downloaded tar file so I downloaded another copy several days later and I still have the same problem.

Anyone with any ideas how I can rectify this !!!

Many thanks

Subject: Upgrading 6.01CF2 to 6.01CF3 on Redhat 8

Please, try setting the environment variable (NUI_NOCHECKSUM=1 export NUI_NOCHECKSUM or in case of csh “setenv NUI_NOCHECKSUM 1”)?This should skip the checksum checking on the installation and force ths install of the 6.01 CF3.

You’ve got this message because installer thinks that your version of the .inf file does not correspond to 6.01. CF2 .

-Irina Khasin.

Subject: RE: Upgrading 6.01CF2 to 6.01CF3 on Redhat 8

Hi Irina

Many thanks for your response - I set the environment variable as suggested however the install still fails with the following error :-

Not checking patches for Linux

The installation cannot proceed for the local host.

Any suggestions

Regards and many thanks for your time

Subject: RE: Upgrading 6.01CF2 to 6.01CF3 on Redhat 8

Solved it - the problem was it was trying to install to localhost and the network entry had been replaced from localhost to a dns name. To resolve this I edited the script.dat file and changed the target_host to the name of the local server and ran the script install.

Once again thanks for your time