re NLO Growing in size
The large increase of NLO's may possibly
due the prune process not completing.
Use "Tell DAOSMgr Status"
on server console to see if daos is synchronised state
If "needs Resync" state
you could try ..
( Please make sure all nlo's are backed
up before doing ...)
tell daosmgr resync
tell daosmgr status
tell daosmgr prune 0
tell daosmgr resync force
FYI ..
NLO's are cleaned up (deleted) by the
DAOS Prune process that is scheduled to run nightly at 2:00 AM. NLO's
are only removed when the DAOS catalog is in a 'Synchronized' state, the
NLO refcount is zero, and the NLO was marked deleted longer than the prune
interval ago..
For listing which .nlo's are used for
a specific database using the following command:
tell daosmgr listnlo -o dbname all dbname.nsf
The following commands are documented
in the Domino Administrator Help:
Tell DAOSMgr Quit
Tell DAOSMgr Help
Tell DAOSMgr Status
Tell DAOSMgr Status database_name
Tell DAOSMgr Status Catalog
Tell DAOSMgr Status Dbsummary
Tell DAOSMgr Status Databases
Tell DAOSMgr ListNLO
Tell DAOSMgr Prune 0
Tell DAOSMgr Prune number of days old
Tell DAOSMgr Resync
Tell DAOSMgr Resync Force