I am currently in the process of planning to convert 3500 user mailfiles from 8.5.3 to a new 9.0.1 mail template, across 8 servers. I plan on using an IND files with the target mail files listed and running the convert while the Domino server are up. Are there best practises or things ? Are there any known issues ?
Many Thanks
Subject: Mail File conversion
Using Files to control the conversion is good. I would not convert more than 100-150 per session, as you must determine if there were any errors and cif xthem is they occured, so limit the numbers of files acted upon at once. If you are performing the conversion with the server running, perform the task during off hours when the server is not too busy
You can also run two or three of the tasks at a time, if the server is not too busy
Subject: From everything I’ve read, NSF_UPDATEODS is a client only parm…
…at least that’s what i heard!
It’s really too bad that there’s not a repository of notes.ini parameters maintained by IBM anywhere, that we could use for reference…
Subject: Personally, I like to do it at off hours with Domino Server down
I also use the same set if .ind files to run dbmt filename.ind -updallThreads x -CompactThreads 0 where x is the number of threads per ind file ( base it on number of processors) after the converts to bring all views modified up to date and then start the domino server… Then proceed to next mail server asap and rinse and repeat. This usually results in a much better end user experience… They don’t sit and wait while their favorite views get rebuilt one time following a design change.
Subject: Remember to use -u when upgrading the templates
When load convert runs with -u switch, the user-created folders’ design will be upgraded as well.
I would also add CREATE_R9_DATABASES=1, CREATE_R9_LOG=1 and NSF_UPDATEODS=1 to the server’s Notes.INI.