Forum Discussion

Vikesh_Thakur's avatar
2 years ago

Catalog Backup Failing with Error code 9202

Catalog backup Failed with error as the service user account does not have the write permissions on the specified path.(9202) Nov 9, 2022 12:33:03 AM - requesting resource  stnbbackup.shiptech.carni...
  • Vikesh_Thakur's avatar
    2 years ago

    Here are the commands and steps that need to be done to change the service user to "root" and allow the catalog backup to complete successfully.

     

    Stop all NetBackup services: netbackup stop

    Kill any remaining services/processes: bp.kill_all

    Change the service user: nbserviceusercmd --changeUser

    When asked for what user to change to, type: root

    After service user is successfully changed to "root" start NetBackup services: netbackup start

    Then attempt the catalog backup again.