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. Post Installation Health-Check
  5. Verify the NetBackup for OpenStack Appliance services are up
NetBackup™ for OpenStack Administrator's Guide

Verify the NetBackup for OpenStack Appliance services are up

NetBackup for OpenStack uses three main services on the NetBackup for OpenStack Appliance:

  • nbosjm-api

  • nbosjm-scheduler

  • nbosjm-policies

Those can be verified to be up and running using the systemctl status command.

systemctl status nbosjm-api
######
● nbosjm-api.service - nbosjm api service
   Loaded: loaded (/etc/systemd/system/nbosjm-api.service; disabled; 
           vendor preset: disabled)
  Drop-In: /run/systemd/system/nbosjm-api.service.d
           └─50-pacemaker.conf
   Active: active (running) since Wed 2020-04-22 09:17:05 UTC; 1 day 2h ago
 Main PID: 21265 (python)
    Tasks: 1
   CGroup: /system.slice/nbosjm-api.service
           └─21265 /home/rhv/myansible/bin/python /usr/bin/nbosjm-api 
           --config-file=/etc/nbosjm/nbosjm.conf
systemctl status nbosjm-scheduler
######
● nbosjm-scheduler.service - nbosjm scheduler service
   Loaded: loaded (/etc/systemd/system/nbosjm-scheduler.service; disabled; 
           vendor preset: disabled)
  Drop-In: /run/systemd/system/nbosjm-scheduler.service.d
           └─50-pacemaker.conf
   Active: active (running) since Wed 2020-04-22 09:17:17 UTC; 1 day 2h ago
 Main PID: 21512 (python)
    Tasks: 1
   CGroup: /system.slice/nbosjm-scheduler.service
           └─21512 /home/rhv/myansible/bin/python /usr/bin/nbosjm-scheduler 
           --config-file=/etc/nbosjm/nbosjm.conf
systemctl status nbosjm-policies
######
● nbosjm-policies.service - nbosjm policies service
   Loaded: loaded (/etc/systemd/system/nbosjm-policies.service; enabled; 
           vendor preset: disabled)
   Active: active (running) since Wed 2020-04-22 09:15:43 UTC; 1 day 2h ago
 Main PID: 20079 (python)
    Tasks: 33
   CGroup: /system.slice/nbosjm-policies.service
           ├─20079 /home/rhv/myansible/bin/python 
/usr/bin/nbosjm-policies 
--config-file=/etc/nbosjm/nbosjm.conf
           ├─20180 /home/rhv/myansible/bin/python 
/usr/bin/nbosjm-policies 
--config-file=/etc/nbosjm/nbosjm.conf
           [...]
           ├─20181 /home/rhv/myansible/bin/python 
/usr/bin/nbosjm-policies 
--config-file=/etc/nbosjm/nbosjm.conf
           ├─20233 /home/rhv/myansible/bin/python 
/usr/bin/nbosjm-policies 
--config-file=/etc/nbosjm/nbosjm.conf
           ├─20236 /home/rhv/myansible/bin/python 
/usr/bin/nbosjm-policies 
--config-file=/etc/nbosjm/nbosjm.conf
           └─20237 /home/rhv/myansible/bin/python 
/usr/bin/nbosjm-policies 
--config-file=/etc/nbosjm/nbosjm.conf

Feedback

Was this page helpful?
Previous

Post Installation Health-Check

Next

Check the NetBackup for OpenStack pacemaker and NGINX cluster

Feedback

Was this page helpful?