Link to home
Start Free TrialLog in
Avatar of 320adel
320adelFlag for Australia

asked on

names.nsf ODS upgrade

Hi Team.

We are trying to update names.nsf on our domino server from ODS 43  to ODS 51.

Looking at documentation is suggests to run a compact -c which will upgrade to 51.
We have the create_R85_database=1 in the notes.ini

After running the compact and bringing the server back up we notice that names.nsf is still ODS 43.

Can anyone suggest anything we may have missed or provide some info on where to go form here.

Thanks
Avatar of larsberntrop
larsberntrop
Flag of Netherlands image

Easy.
Set the notes.ini var Create_R85_Databases=1 (you made typo, forgot the last s)
While your at it, set Create_R9_Databases=1 and Create_R85_Log=1
If on 8.5.2 or newer, down server and run ncompact -ODS -*
Otherwise, Create a new replica of names.nsf on the server, name it namesODS.nsf, When complete bring server down, In server data directory, rename names.nsf to names.nsf.old, Rename namesODS.nsf to names.nsf
Start server
Check ODS.  Should be 51. Also, on your notes client, if 8.5.2 or newer, ncompact -ODS -* works too (run with client not running!)
On 8.5 with Create_R85_Databases=1 will upgrade to ODS51 if on 9 with Create_R9_Databases=1, will upgrade to ODS52
Avatar of 320adel

ASKER

Hi Larsberntrop,

Thanks so much for the quick response.

Haha yea the "database" was just a typo in the thread above.
I have added the other two lines "Create_R9_Databases=1 and Create_R85_Log=1"

We are currently running 8.5.2 FP3

If we run the ncompact -ODS -* what exactly does this do?
Will it upgrade the ODS for all databases?

I did a test by creating a "new copy" of the names.nsf and I see that it is on ODS 51 but have noticed the copy is less than a 1Mb in size while the original names.nsf is about 30Mb?

Again thanks for all your help.
ASKER CERTIFIED SOLUTION
Avatar of larsberntrop
larsberntrop
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 320adel

ASKER

Creating  new copy did the trick.

Thanks