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. NetBackup™ Troubleshooting Guide
  3. Troubleshooting procedures
  4. Troubleshooting issues with the security configuration risk feature
NetBackup™ Troubleshooting Guide

Troubleshooting issues with the security configuration risk feature

Security configuration risk depends on the status of the security settings in your NetBackup domain. A higher configuration risk score indicates weaker security configurations. To minimize the risk, enable all the security settings.

For more information on the security configuration risk feature, refer to the NetBackup Security and Encryption Guide.

Table:

Sr. No.

Issue

Possible reason

Resolution

1.

Internal server error in:

GET API /security/status

Error in extracting the cluster name or client name for the given host through NetBackup Service Layer (NBSL).

Check the logs to confirm the following:

"Cannot retrieve hostName from system property"

Check if the NBSL service is up and running.

Ensure that the Client name (virtual name in case of cluster) is properly set for the given primary server.

Exception in searching for the given host by its host name in database.

Check the logs to confirm the following:

"Exception occurred: hostname not found."

Ensure that the NetBackup database services are up and running. Increase verbosity, and retry the operations.

Contact Cohesity technical support.

Failure in reading base state template from database.

Check the logs to confirm the following:

"Caught exception while reading security template json."

Ensure that the correct JSON file is present in the database in EMM_MAIN schema:

emm_hostconffileversiondata

No key should have a null value.

Error in extracting number of hosts configured with service user from the database.

Check the logs.

Ensure that the NetBackup database services are up and running.

Increase verbosity, and retry the operations.

Contact Cohesity technical support.

API failed to extract malware configuration details for the host.

Check the logs to confirm the following:

"Exception raised from getting malware settings"

Increase verbosity, and retry the operations.

Contact Cohesity technical support.

API failed to extract number of hosts from the database.

Check the logs to confirm the following:

"Cannot retrieve number of hosts from database."

Ensure the NetBackup database services are up and running.

Increase verbosity, and retry the operations. Contact Cohesity technical support.

API failed to extract supported operations for MPA.

Check the logs to confirm the following:

"Error in fetching list of MPA supported operations."

Ensure the NetBackup database services are up and running.

Increase verbosity, and retry the operations. Contact Cohesity technical support.

8.

Internal server error in POST API /security/configuration-baseline

Validation of the request DTO failed.

Check the logs to confirm the following:

"Request DTO validation failed."

Validate input JSON to the API. Refer to the following to check the possible states of settings:

  • "allowInsecureBackLevelHost": 0/1

  • "certificateAutoDeployLevel": 0/1/2

  • "mfaEnforced": false/true

  • "dteGlobalMode": "PREFERRED_OFF"/"PREFERRED_ON"/"ENFORCED"

  • "backupAnomalyDetection": "0/1"

  • "mpa" : "ENABLED"/"DISABLED"

  • "hostPercentageWithServiceUser": "<Precentage value 0 to 100>"

  • "hostPercentageWithDteEnabled": "<Precentage value 0 to 100>"

  • "malwareDetection": "NOT_CONFIGURED"/"CONFIGURED"

9.

Notifications for security configuration risk are not generated.

Security baseline may be changed within 10 seconds of the change in configuration settings.

Avoid changing security baseline within 10 seconds of changing the security settings state.

Retry the operations. Contact Veritas technical support if the issue still persists. Collect web service logs and NetBackup audit logs.

10.

Exception with message: "The dashboard security status request or the data that is sent is not valid."

Possible reasons:

  • GET /security/status API refers to record EMM_MAIN.

    EMM_HostConfFileVersionData - whose VersionID has the highest value.

    This record may have incorrect JSON as part of field file contents.

Set the security baseline again.

NetBackup database service is not running.

Ensure that the NetBackup database services are up and running.

Anomaly management service is not running.

Ensure that Anomaly management service is up and running.

nbstserv is not running.

Ensure that nbstserv is up and running.

NetBackup Service Layer service is not running. The file should have service_user permissions.

Ensure that the NetBackup Service Layer (NBSL) is up and running.

Validation of the request DTO failed. The payload provided was having one of the unsupported attributes (from API version 13.0) or invalid value.

Validate input JSON to the POST security/configuration-baseline API for request API Version 12.0.

The following payload JSON is supported:

{ "data": { "type": "securityTemplateRequest", "attributes": { "securitySettingsTemplate": { "allowInsecureBackLevelHost": 0, "certificateAutoDeployLevel": 0, "mfaEnforced": false, "dteGlobalMode": "PREFERRED_OFF", "hostPercentageWithDteEnabled": 0, "backupAnomalyDetection": 0, "mpa": "ENABLED", "malwareDetection": "CONFIGURED", "hostPercentageWithServiceUser": 0 } } } }

Validation of the request DTO failed. The payload was containing attribute with invalid value.

Validate input JSON to the POST security/configuration-baseline API for request API Version 13.0.

The following JSON is supported:

{ "data": { "type": "securityTemplateRequest", "attributes": { "securitySettingsTemplate": { "allowInsecureBackLevelHost": 0, "certificateAutoDeployLevel": 0, "mfaEnforced": false, "dteGlobalMode": "PREFERRED_OFF", "hostPercentageWithDteEnabled": 0, "backupAnomalyDetection": 0, "mpa": "ENABLED", "malwareDetection": "CONFIGURED", "hostPercentageWithServiceUser": 0, "backupStoragePercentageWithEncryptionEnabled": 0, "isImmutableBackupStorageConfigured": true, "serverPercentageWithLatestNbuVersion": 0, "clientPercentageWithLatestNbuVersion": 0, "isCliAccessToOsAdmins": 0, "isWebUiAccessToOsAdmins": 0, "redirectedRestore": true } } } }

11.

Some settings do not have baseline value after upgrade

Some of the new security settings that are added in the NetBackup 11.0 do not have baseline set unless you set it explicitly.

Set the baseline values for all the security settings.

Feedback

Was this page helpful?
Previous

Troubleshooting issues with private key encryption

Next

Troubleshooting issues with the risk engine-based anomaly detection options

Feedback

Was this page helpful?