IBM Domino: Using DBMT tool to maintain Domino Servers
Este artigo mostra um exemplo prático de como usar a ferramenta DBMT para manutenção dos servidores Domino.
Procedimento
Create a program document and populate as follow:
Options:
- -compactThreads 4
- number of threads for compact task
- -updallThreads 4
- number of threads for updall task.
- -force 6
- Take the DBs offline for fixup & compact if flagged for force. Where n is the dayof week to do the force (1 == Sunday, 2 == Monday, ...), 0 = “any” day
- -stoptime 06:00AM
- stop run at 06:00 AM.
- -noCompactLimit
- Allows compact to run past the end time, but no new compacts will be started.
e mail/ identifica o diretório onde será executado
Notes.ini Tips
- Best Practice
- In a clustered environment, use MailFileDisableCompactAbort=1 andMailFileEnableDeliveryFailover=1 together
- DBMT_MAILTemplate=<customTemplateName>
- By default, DBMT looks for dbs built from these templates [StdR7Mail,StdR8Mail, StdR85Mail, StdR9Mail] to ensure that certain critical viewsare built (i.e. $inbox, $sent, $all, etc.). Example: DBMT_MAILTemplate=CustomMail90,CustomMail85