NetBackup for OpenStack data mover service logs on Kolla
nbosdmapi log:
The log for the NetBackup for OpenStack data mover API service is located on the nodes, typically controller, where the NetBackup for OpenStack data mover API container is running.
Log in to the nbosdmapi container using docker command.
docker container exec -it < nbosdmapi_container_id > /bin/bash
The log file is then located under:
/var/log/kolla/nbosdmapi/nbosdmapi.lognbosdm log:
The log for the NetBackup for OpenStack data mover service is typically located on the compute nodes.
Log into the nbosdm container using docker command.
docker container exec -it < nbosdm_container_id > /bin/bash
The log file is then located under:
/var/log/kolla/nbosdm/nbosdm.log