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™ for OpenStack Administrator's Guide
  3. Deploying NetBackup for OpenStack
  4. Installing NetBackup for OpenStack Components
  5. Installing on RHOSP
  6. Troubleshooting for overcloud deployment failures
NetBackup™ for OpenStack Administrator's Guide

Troubleshooting for overcloud deployment failures

NetBackup for OpenStack components are deployed using puppet scripts.

In case of the overcloud deployment failing do the following command to provide the list of errors. The following document also provides valuable insights: https://docs.openstack.org/tripleo-docs/latest/install/troubleshooting/troubleshooting-overcloud.html

openstack stack failures list overcloud
heat stack-list --show-nested -f "status=FAILED"
heat resource-list --nested-depth 5 overcloud | grep FAILED

=> If nbosdmapi containers does not start well or in restarting state, 
use following logs to debug.


docker logs nbosdmapi

tail -f /var/log/containers/nbosdmapi/nbosdmapi.log

 

=> If nbosdm containers does not start well or in restarting state, 
use following logs to debug.


docker logs nbosdm

tail -f /var/log/containers/nbosdm/nbosdm.log

Feedback

Was this page helpful?
Previous

Changing the nova user ID on the NetBackup for OpenStack Nodes

Next

Installing on Ansible OpenStack Ussuri

Feedback

Was this page helpful?