Upgrading a server using Option 1

This option installs the new version of Domino over the existing version, without first uninstalling.

Before you begin

Before continuing, see Options for upgrading a Domino server.

Procedure

  1. Make backups of all files (ID files, notes.ini files, system databases, applications, etc.) and validate the integrity of the backups.
  2. Shut down the Domino server. Make sure the server shuts down cleanly, with no errors or hangs. For information on what to do if the server doesn’t shut down cleanly, see Shutting down a server cleanly.
  3. (DAOS, pre-V11 upgrade) Rename the daoscat.nsf in the data directory to daoscat.bak or some other unique non-nsf name. For example: mv/local/notesdata/daoscat.nsf/local/notesdata/daoscat.bak.
  4. Launch the Domino installer.
  5. Follow on-screen prompts.
  6. Before restarting the upgraded server:
    1. Set the notes.ini to the desired database ODS level. For example, for the V12 ODS level, use Create_R12_Databases=1. For more information, see Domino on-disk structure (ODS).
    2. Upgrade databases to the specified ODS level by running the command dbmt -compactThreads <n> <datadirectory> where <n> is a value less than or equal to the number of CPUs. For example:
      • Windows: ndbmt.exe -ct 4 d:\notefile\
      • AIX and Linux: dbmt -ct 4 /local/notesdata/
      • IBM i: (See article How to run Fixup, Compact, or other command while the Domino iSeries server is down on the Support site.)
    3. (DAOS, pre-V11 upgrade) Run the following command to create daoscat.nsf and the catalog indexes.
      • Windows: ndaosmgr.exe resync quick
      • AIX and Linux: daosmgr.exe resync quick
      • IBM i: (See article How to run Fixup, Compact, or other command while the Domino iSeries server is down on the Support site.)
  7. Restart the Domino server.
  8. (DAOS, pre-V11 upgrade) Schedule a full resync at some point in the future, for example off-business hours in a maintenance window with the Domino Server down. DAOS object deletions are suspended until the full resync is completed.
    • Windows: ndaosmgr.exe resync force
    • AIX and Linux: daosmgr.exe resync force
    • IBM i: (See article How to run Fixup, Compact, or other command while the Domino iSeries server is down on the Support site.)
  9. Run the Fixup task at some point in the future, for example off-business hours in a maintenance window with the Domino Server down, as described in the Running Fixup section. This step ensures that any updates to the fixup task that have been released in the latest version of the Domino server are applied to your environment.