Forum Discussion

TrevorSalm's avatar
TrevorSalm
Level 4
9 years ago
Solved

File System Archiving Process while using Trigger File

Hello Everyone,

First off I would like to state I am still a beginner EV admin. I am currently working on implenting FSA on one of our main production volumes. Right now I am working in a test environment and I am having some trouble understanding the complete process from when the files get archived to when the saftey copies are removed and replaced with place holders. Our storage device is a NetApp 8020 C-Mode and in the current environment I am using a trigger file due to the compatibilty with NetApp and removing the Archive bit.  Here is how I currently get to the end results of having place holders....

Step 1: Make sure the PartitionSecuredNotification.xml is available in the partition's location...

Step 2: Then I enable "backup" mode on the Vault Store.

Step 3: I  clear backup mode from the vault store which takes the PartitionSecuredNotification.xml and renames it to PartitionSecuredNotification.old.

Step 4: I run the associated FSA task in normal mode.

 

I've noticed that this works and removes the saftey copies but not always( same type of files .zip)... I am assuming I am missing a step or am doing something out of order. Any help is greatly apprecaited!

 

Thanks,

Trevor

 

 

  • plaudone1's avatar
    plaudone1
    9 years ago

    Yes, those would be the steps.  You may need to wait a few minutes to run the task depending on the number of items that need to be secured.  

  • Hi TrevorSalm,

    Was the PartitionSecuredDateTime updated in the XML as this is the date used to secure the items?
    Also, you could use the IgnoreArchiveBitTrigger.txt file which will use the creation date on that file to secure items.
    The file will then be renamed to .old after coming out of backup mode.

    The status of the items is held in the JournalArchive table of the Vault Store database as BackupComplete.
    If the value is 1 then the item has been secured and is ready for post-processing.

    Regards,
    Patrick

    • TrevorSalm's avatar
      TrevorSalm
      Level 4

      Hey Patrick,

      Thanks for the response... I didnt "update" the time however the files inside the volume were still created before the date inside the XML. Is there any reason to use the IgnoreArchiveBitTrigger.txt compared to the PartitionSecuredNotification.xml ?

      "The status of the items is held in the JournalArchive table of the Vault Store database as BackupComplete.
      If the value is 1 then the item has been secured and is ready for post-processing." - Where can I access the JournalArchive table?

      • plaudone1's avatar
        plaudone1
        Level 6

        The files perform the same function however the time in the XML has to be updated whereas the .txt file only needs to be created and the process takes that created time.  

        Also, if the archiving task report file is set to Full you should be able to see the file in the report file to see what action was taken on the file.  It is found in EV_Install_Folder\Reports\FSA\Task_name... 

        The JournalArchive table is in the Vault Store database that holds that archive in SQL.  You would have to access it through SQL Server Management Studio.  

        Regards,

        Patrick