Thanks for the answer but then how would you include the selective backups of eg mail6/*.nsf to the mgmt class MGMT_SEL and the incremental backups of them to MGMT_INCR instead of both type backups to DOMINO in your example? I've found already the document that states that two different stanzas should be created to bind the backups to another management class. I've followed the setup on a test server and ran first a selective backup using the mgmt class MGMT_SEL as default for the stanza server_NOTES_FULL. However when I ran immediately afterwards the incremental backup with the mgmt class MGMT_INCR now as default using the stanza server_Notes_INCR, it was again a full backup. Is this because the first full backup was created on another TSM node name (NOTES_FULL) and thus the incremental backup of the TSM node (NOTES_INCR) did not have a full backup yet? The dsm.opt of server_NOTES_FULL is: COMMMethod TCPip TCPPort 1500 TCPServeraddress TSMSERVER TCPWindowsize 63 TCPBuffSize 32 NODename server_notes_full PASSWORDAccess Generate SCHEDMODE Prompted TCPCLIENTADDRESS Server_Notes TCPCLIENTPORT 1502 COMPRESSIon yes COMPRESSAlways NO
INCLUDE * MGMT_Notes_FULL and the dsm_incr.opt of server_NOTES_INCRis: COMMMethod TCPip TCPPort 1500 TCPServeraddress TSMSERVER TCPWindowsize 63 TCPBuffSize 32 NODename server_notes_incr PASSWORDAccess Generate SCHEDMODE Prompted TCPCLIENTADDRESS SERVER_Notes TCPCLIENTPORT 1502 COMPRESSIon yes COMPRESSAlways NO INCLUDE * MGMT_Notes_Incr I will have to take a look at the transaction log backups too since the incremental backup would be almost a daily full backup based on the modification time of the nsf files. best regards, Kurt Beyers ________________________________ From: ADSM: Dist Stor Manager on behalf of Zoltan Forray/AC/VCU Sent: Mon 26/09/2005 16:32 To: [email protected] Subject: Re: [ADSM-L] Notes selective incremental management class Sure do. I just set these up. >From the TDP Book: When assigning a group of databases to a management class, you must assign both objects. For example, to assign all databases that match *.nsf in the mail6 subdirectory to the DOMINO management class, code the following statement: INCLUDE mail6/*.nsf* DOMINO Just put the INCLUDE statements in the proper stanza in the DSM.SYS (*nix) OPT(Windoze) file ! Kurt Beyers <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[email protected]> 09/23/2005 06:49 AM Please respond to "ADSM: Dist Stor Manager" <[email protected]> To [email protected] cc Subject [ADSM-L] Notes selective incremental management class Hello, Is it possible to bind the selective and incremental backups of Notes to different mgmt classes? For the TDP Informix, you can use a statement like include /inf_shm/inf_shm/*/0 MGMT_DB_FULL include /inf_shm/inf_Shm/*/1 MGMT_DB_INCR to bind the full backups (.../*/0) to the mgmt class MGMT_DB_FULL and the incremental backups (.../*/1) to the mgmt class MGMT_DB_INCR. Is there an equivalent statement for the Notes backup (tried already a look-alike statement, but it did not work)? thanks, Kurt
