Veritas Access Software-Defined Storage (SDS) Management Platform Solutions Guide

Last Published:
Product(s): Access (7.4)
Platform: Linux
  1. Introduction
    1.  
      About Veritas Access
    2.  
      About the SDS Management Platform
  2. Deploying the SDS Management Platform with Veritas Access
    1.  
      Deploying the SDS Management Platform
  3. Using the SDS Management Platform interface
    1.  
      Using the SDS Management Platform launchpad
    2.  
      Using the Infrastructure application
    3.  
      Using the Long Term Retention Storage (LTR) application
    4.  
      Operation icons on the SDS Management Platform interface
  4. Setting up SSL in the SDS Management Platform
    1.  
      About setting up SSL in the SDS Management Platform
    2.  
      Generating and installing a new certificate
    3.  
      Creating and upgrading a trust store
  5. Performing authentication
    1.  
      Authentication modules
    2.  
      Certificate-based client authentication
  6. System backup and restore
    1.  
      About system backup and restore
    2.  
      Automatic backups
    3.  
      Manual backups
  7. Troubleshooting
    1.  
      Log locations
    2.  
      Diagnostic reports
    3.  
      Java Virtual Machine (JVM) parameters
    4. SDS Management Platform known issues
      1.  
        If multiple bucket creation requests with different inputs for attributes such as size and layout are in progress in parallel, then a bucket can get created with incorrect attributes
      2.  
        When editing a storage resource or backup server, an Advanced button is available that shows options that you should not change
      3.  
        If you add a Veritas Access cluster where the host includes the protocol (such as, https://10.20.30.40), the provider gets added and collects data but running the LTR workflow fails
      4.  
        When you create a bucket, the status of the task appears as DONE, even though the creation is still in progress
      5.  
        Clicking on a non-mapped Veritas Access cluster directs you to an empty wiki page which shows a table and some data
      6.  
        If you restart the operating system, the SDS Management Platform does not start automatically
      7.  
        When you add a storage resource or backup server, the added resource is not automatically visible
      8.  
        After the SDS log is rotated, the log messages from either Veritas Access or the SDS plugin go to the rotated file instead of the new file
      9.  
        Some of the storage resources may appear as faulted and a warning sign appears next to the cluster IP address in the Infrastructure> Storage Resources page
      10.  
        Creation of STU fails if the S3 user is changed
    5.  
      Software limitations

Automatic backups

Complete data backups are performed automatically at regular intervals by the system. The backup path, interval, and number of backups to keep are specified with the following configuration parameters:

  • backupPath

  • backupFrequencyInHours

  • numberOfBackupsToKeep

By default, these parameters are written to a local disk folder called backup, which is located parallel to the installation folder, once every hour, with a rolling window of 100 backups. The oldest backups are removed automatically once the number is arrived at. You can specify the backup path to use a mounted network share rather than the local disk. The service owner or user should have write privileges on that target. Very large data centers can produce large backup files that may consume all the available space on the disk. Hence, the backup folder or disk should be dimensioned accordingly, or the number of retained backups reduced accordingly.

Note:

The backups are of the data only, not the software installation.

The automatic backup is a folder named with a date and timestamp, containing zip files, and all the configuration files required to restore the object database, the RDF datastore, and all instance-specific configuration parameters, providers, and authentication data. The object database (which is in-memory at run-time) is saved to the db-core.zip file, and the RDF datastore, wiki pages, and ontology are saved in the timestamp_diagnosticfeedback.zip file. These files collectively offer a consistent backup set from which the data can be restored to the time of the backup.

Note:

The in-memory DB is persisted at intervals of one minute in between the hourly backups to /db/dbcore.zip.temp.#. If these files are still available after an incident, there is no loss of persisted data. However, all of the data that has originated from providers is reloaded at the next provider run if it is no longer in the database. Hence, it is not critical to maintain the data in this database from backups.