When backing up Enterprise Vault Index or Vault Store resources, Backup Exec will place them in backup mode. Once each backup set is complete, the resource is taken out of backup mode. In some instances the backup job will fail or hang when the Backup Exec is trying to toggle backup mode. The Enterprise Vault trace utility, DTrace can be used to confirm that the backup mode command has been received and properly implemented. Use DTrace as follows:
On the Enterprise Vault server, from a command prompt, first change to the Enterprise Vault directory, then type dtrace and hit enter
At the DT> prompt that appears type:
set storagemanagement verbose
and hit enter
Then type
log c:\dtrace.log
and hit enter
Leave the dtrace window open and minimize it. When testing is complete type quit to stop dtrace logging.
Run the backup of the EV Index or Vault Store resources where a problem is suspected. Once testing is complete, open the dtrace.log document and look for the following lines to see that Enterprise Vault as successfully received and implemented backup mode. Below are the lines to expect when the vault store is successfully put into backup mode:
54 13:58:04.235 [5760] (StorageManagement) <5320> EV:H CStorageManage::UpdateVaultStoreBackupModeEx: Requested partition cache clearance to migratorAssister
55 13:58 :04.907 [3348] (StorageFileWatch) <9776> EV~I Event ID: 7102 Watch file partition scan stopped for all the partitions on a VaultStore as it is entering the backup mode. | Vault Store Name: Express Vault Store | Vault Store EntryID: 1EDDFA3E4C577FD46A05EB226CDD2C7DC1210000evserver1 |
56 13:58:05.626 [6288] (StorageDelete) <2900> EV~I Event ID: 4230 Request thread pool (InstanceId = [1]) stopped. Total threads stopped = [8]. |
57 13:58 :05.704 [6288] (StorageDelete) <28192> EV~I Event ID: 4229 Request thread pool (InstanceId = [1]) started with maximum thread count = [8]. |
58 13:58:05.720 [6288] (StorageDelete) <24792> EV~I Event ID: 7050 StorageDelete threads restarted successfully. |
59 13:58 :05.751 [5760] (StorageManagement) <5320> EV~I Event ID: 7058 Successfully set Backup Mode on Vault Store. |Vault Store Name: Express Vault Store |Vault Store EntryID: 1EDDFA3E4C577FD46A05EB226CDD2C7DC1210000evserver1 |
If debugging is also enabled on the EV server for beremote.exe, the following will be seen for this operation:
BEREMOTE: [06/05/15 13:58:04] [2720] [ndmp\ndmpsrvr] - ndmpdPutEVInBackupMode: Inside ndmpdPutEVInBackupMode()
BEREMOTE: [06/05/15 13:58:04] [2720] [fsys\ev] - ModifyBackupModeStatus - entering
BEREMOTE: [06/05/15 13:58:04] [2720] [fsys\ev] - ModifyBackupModeStatus - DeviceName: (EV-PTN::\\EV\sql-ad\EVSITE\Express Vault Store Group\Express Vault Store\Express Vault Store Ptn1@\\evserver1.EV.LOCAL\C$) BackupMode:(PUSH) BackModeReason: (BACKUP)