User Tools

Site Tools


tsm:tsm_tdpdomino

http://www-01.ibm.com/support/docview.wss?uid=swg21567514

Client is running transaction logging for all databases. The backup schedule is:
Sunday - Full backup followed by an INACTIVATELOGS command.
Mon-Sat - Incremental backups
every 2-hours - Archivelog backups

These are scripts that should contain one or more "domdsmc" commands. Commands like
domdsmc archivelog -logfile=...
domdsmc incremental '*' -logfile=....
domdsmc inactivatelog -logfile=...

The management class retention is VERE=NOLIM, VERD=NOLIM, RETE=35 RETO=35

Best Practice

Full backup plus transaction log archives

It is often not practical to back up entire databases with each regular backup for large Domino installations. Archival logging captures changes to all logged databases in the archived transaction log files. Full database backups are run less frequently, reducing burdens on network and storage resources. To implement this strategy:

  • Run regular log archives by running the archivelog command. The log file does not fill and it captures changes to logged databases.
  • Run regular Incremental backups, which back up logged databases with unchanged DBIIDs.
  • Run occasional Selective backups of all logged databases. The number of transaction log files to be processed during a restore is reduced (use: domdsmc selective *), full backups for NSF.
  • Issue the inarchivelog command (following Selective backups) to allow nonessential transaction log files to expire.

Example of query commands

domdsmc help query * 
domdsmc query adsm
domdsmc query domino
domdsmc query preferences
DOMDSMC Query DBBackup *
DOMDSMC Query DB2Backup *|

displays information for all the database backups that are stored on the local Tivoli Storage Manager server. The information includes inactive backup objects and subdirectories within the file path.

> domdsmc query dbbackup * /ADSMOPTFile=dsm.opt /inactive /subdir=yes 
Database Backup List
--------------------
Domino Server: chilly
--------------------
DB Backup Date Size A/I Logged Database Title Database File
------------------- --------- --- ------ -------------- -------------
01/22/2008 14:29:42 819.00KB A Yes Administration admin4.nsf
01/07/2008 12:11:07 729.00KB I Yes Administration admin4.nsf
01/07/2008 12:29:04 729.00KB I Yes Administration admin4.nsf
01/07/2008 12:46:21 729.00KB I Yes Administration admin4.nsf
01/19/2008 13:50:27 819.00KB I Yes Administration admin4.nsf
01/22/2008 14:29:44 501.50KB A No Administration admin4.ntf
01/07/2008 12:29:06 389.50KB I No Administration admin4.ntf
01/07/2008 12:46:23 389.50KB I No Administration admin4.ntf
01/19/2008 13:50:33 501.50KB I No Administration admin4.ntf
01/19/2008 13:56:48 501.50KB I No Administration admin4.ntf
01/22/2008 14:30:24 300.75MB A Yes A new database data2\db1.nsf
01/07/2008 11:51:39 300.75MB I Yes A new database data2\db1.nsf
01/07/2008 12:11:42 300.75MB I Yes A new database data2\db1.nsf
01/07/2008 12:29:42 300.75MB I Yes A new database data2\db1.nsf
01/07/2008 12:47:04 300.75MB I Yes A new database data2\db1.nsf

The following example queried the Tivoli Storage Manager server and listed databases on the Domino server with the wildcard character

> domdsmc q dom *
Domino Server Information
-------------------------
Domino Server Name: Windows2003
Domino Server Level: 8.5.3.0
Domino Server Build: 390
Logging: Archival
Domino NSF Database Information
-------------------------------
Last Modified Date Size Logged Database Title Database
------------------ ---- ------ -------------- --------
09/09/2007 12:18:12 320.00KB No Java AgentRunner AgentRunner.nsf
10/13/2007 13:34:38 75.00KB No Agent Log alog4.ntf
04/19/2007 07:08:51 144.00KB No Archive Log (R5.0) archlg50.ntf
06/19/2007 00:00:18 1,876.00KB No bookmark.nsf
04/04/2007 05:37:10 1,250.00KB No Bookmarks bookmark.ntf
10/13/2007 13:35:06 64.00KB No Local free time info busytime.ntf
05/21/2007 07:06:16 61.00KB No Local Document Cache cache.ntf
06/07/2007 10:00:55 1,750.00KB No Domino R5 Certificat cca50.ntf
05/21/2007 06:58:22 91.00KB No Cluster Analysis clusta4.ntf
05/31/2007 11:19:28 821.00KB No Server Certificate A csrv50.ntf
03/06/2007 07:52:11 111.00KB No Database Analysis dba4.ntf
10/13/2007 13:34:49 95.00KB No Database Library dblib4.ntf
03/19/2007 05:23:05 130.00KB No Decommission Server decomsrv.ntf
tsm/tsm_tdpdomino.txt · Last modified: 2021/01/01 21:25 (external edit)