Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section XVI. System Administration
  4. Defining Report Metrics
  5. Changing backup success percentage

Changing backup success percentage

By default the Backup Status Report defines the Success Percentage metric as 85%. Although this percentage is typical, your SLA might require a different percentage. You can change this percentage for specific host groups or for all host groups.

To change the success percentage metric:

  1. Determine the host group's ID.

  2. Log on to the Portal Server as user aptare.

  3. Type the following command:

    sqlplus portal/<portal_password>@//localhost:1521/scdb
  4. Insert a row into the ptl_sla_group_policy table. The following example assumes that you want to change the success percentage to 95% for all host groups.

    INSERT INTO ptl_sla_group_policy (group_id, successful_backups_objective, successful_restores_objective)
    VALUES (300000, 95.0, 95.0);
    commit;

Feedback

Was this page helpful?
Previous

Defining Report Metrics

Next

Changing job status

Feedback

Was this page helpful?