NetBackup™ Status Codes Reference Guide
- NetBackup status codes
- NetBackup status codes
- NetBackup KMS status codes
- NetBackup status codes
- Media Manager status codes
- Media Manager status codes
- Media Manager status codes
- Device configuration status codes
- Device configuration status codes
- Device configuration status codes
- Device management status codes
- Device management status codes
- Device management status codes
- Robotic status codes
- Robotic status codes
- Robotic status codes
- Robotic error codes
- Robotic error codes
- Robotic error codes
- Security services status codes
- Security services status codes
- Security services status codes
- NetBackup alert notification status codes
NetBackup status code: 9202
Explanation: If master server is configured to use the service account, then NetBackup operations can fail if they try to create files and or folders outside of the NetBackup install directory.
Recommended Action: Verify that the service account has write access on the user path that is specified.
For example: If the service user account does not have write permissions on the disaster recovery package path specified in the catalog backup policy, the catalog backup fails with this error.
The catalog recovery also fails with this error if the service user account does not have write access to the DR path and its contents.
Run the following commands so that service user account has write access on the disaster recovery path:
Windows:
ICACLS "<DR_Path>" /grant:r "*S-1-5-80-623693008-3165178162-2673590941-1612452212-3346329012:(OI)(CI)F"
In this command example,
S-1-5-80-623693008-3165178162-2673590941-1612452212-3346329012
is Service SID of NetBackup Database Manager service (bpdbm).UNIX:
chown -R <service_user_name> <DR_Path>
After the chown command is run, verify that the service user can write to the specified path using the su command.
su <service_user_name> -c "touch <DR_path>/test.txt"
Click here to view technical notes and other information on the Veritas Technical Support website about this status code.