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 job status

Changing job status

By default, the Job Summary Report defines the job status as follows:

Table: Table 1 Job Summary Metrics

Metric

Default Value

LONG_JOB_HOURS_DEFAULT

12 hours

SLOW_JOB_DEFAULT

<200 kilobytes per second

STALLED_JOB_DEFAULT

1800 seconds (30 minutes)

Although these values are typical, your SLA might require a different values. You can change these metrics for specific host groups or for all host groups.

To change the job status:

  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 metric to 1MB per second for all host groups.

    INSERT INTO ptl_group_policy (group_id, policy_name,display_name, numeric_value)
    VALUES (300000,'SLOW_JOB_KB_PER_SEC', 'SlowRunning Job', 1000);
    commit;

Feedback

Was this page helpful?
Previous

Changing backup success percentage

Next

Working with Log Files

Feedback

Was this page helpful?