DAOS Manager Tell commands
This table describes additional Tell commands you can use with the Domino Attachment and Object Service (DAOS) process.
CommandResult
Tell DAOSMgr QuitStops DAOS Manager process, cleans up, and exits.
Tell DAOSMgr HelpLists DAOS Manager options.
Tell DAOSMgr StatusDisplays status of various DAOS Manager operations.
Tell DAOSMgr Status database_nameDisplays DAOS status of the database with database_name, for example, mymail.nsf.
Tell DAOSMgr Status Catalog Displays status of the DAOS catalog.
Tell DAOSMgr DbsummaryDisplays status of all DAOS-enabled databases.
Tell DAOSMgr DatabasesDisplays status of all DAOS-enabled databases with additional details, for example, a database's last resynchronization point.
Tell DAOSMgr ListNLOLists DAOS objects (.NLO files) in the DAOS storage repository, allowing an administrator to identify documents whose objects may be missing after an event such as a server restore or the deletion of a database file through the operating system. You can restore the missing objects from backup sources. Files are missing when they are still referenced by documents in at least one database, but are no longer present in the repository.

You can enter -o to specify the name of an output file, the keyword ALL or MISSING to list all or just missing files, and the name of a database whose objects to list. For example:

tell daosmgr listnlo -o mymailobjects.txt MISSING mymail.nsf

Tell DAOSMgr Prune

Tell DAOSMgr Prune number of days old

With no argument, displays the current delete interval that was specified in the Server document.

With the argument 0, immediately deletes all DAOS unreferenced objects.

With the number of days old argument, deletes all DAOS unreferenced objects that are older that are older than the argument, overriding the delete interval specified in the Server document.

Caution Objects that have not been backed up since the last prune operation are at risk of being lost when you run with either 0 or a shorter number of days than the default interval.

Tell DAOSMgr ResyncResynchronizes DAOS-enabled databases with DAOS objects in the storage repository. Resynchronization is necessary whenever DAOS reference counts need to be recalculated, for example when there has been a database restore, deletion of a database through the operating system, or any other event that can invalidate the count.

Resynchronization corrects mismatches between reference counts in the DAOS catalog (DAOSCAT.NSF) and actual objects found. When a mismatch is detected, DAOS disallows pruning of attachment objects (.NLO files) until DAOS is synchronized using this command.

Tell DAOSMgr Resync ForceRuns the resynchronization command whether or not the DAOS catalog is in a synchronized state.
Related topics