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: 8409
Explanation: Cannot retrieve the Persistent Volume Claim (PVC) in given cluster. It may have been deleted.
Recommended Action: Perform the following as appropriate:
Check the NetBackup operator logs for details using the following command:
kubectl logs <netbackup-operator-pod-name> netbackup-operator -n <netbackup-operator-namespace>
Check if the PVC is available in namespace using the following command:
kubectl get pvc <pvc-name> -n <namespace>
If the PVC is not available, apply the environment YAML again using the following command:
kubectl apply -f <environment.yaml>
Verify that RBAC permissions are correct. Refer to the NetBackup Deployment on Azure Kubernetes Cluster (AKS) Administrator's Guide.
Check the Kubernetes documentation for PVC details: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
Click here to view technical notes and other information on the Veritas Technical Support website about this status code.