How to upgrade names.nsf from R5 to R6.x

We currently upgraded our Domino R5 to Domino 6.5.1 upgrade seem no problem but we noticed that our names.nsf design is not on R6 design, my question is how to change names.nsf from R5 to names.nsf R6 design? After running the new domino server i already choosen yes to upgrade databases but it not work on my domino.Can somebody help me how can we solve this problem…

Thanks…

Subject: How to upgrade names.nsf from R5 to R6.x

shut down domino server and run from command line:

ndesign -f names.nsf

ndesign -f admin4.nsf

nfixup names.nsf -f -j -v -l

ncompact names.nsf -c -i -K -F

nupdall names.nsf -R

nfixup admin4.nsf -f -j -v -l

ncompact admin4.nsf -c -i -K -F

nupdall admin4.nsf -R

RW

Subject: RE: How to upgrade names.nsf from R5 to R6.x

May one and final question?what r those syntaxes means? -f -j -v -l and -f on ndesign?

Subject: RE: How to upgrade names.nsf from R5 to R6.x

Thank you very much i will try this one and i’ll let you know if it works… By the way may i ask you if there’s any white papers regarding this one?because i can’t see any.

Thanks again…

Subject: RE: How to upgrade names.nsf from R5 to R6.x

all this is in upgrade guide

http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg246889.html?Open