Please enter search query.
Search <book_title>...
NetBackup™ Web UI Kubernetes Administrator's Guide
Last Published:
2022-12-19
Product(s):
NetBackup (10.1.1)
- Overview of NetBackup for Kubernetes
- Deploying and configuring the NetBackup Kubernetes operator
- Configure settings for NetBackup snapshot operation
- Managing image groups
- Deploying certificates on NetBackup Kubernetes operator
- Managing Kubernetes assets
- Managing Kubernetes intelligent groups
- Protecting Kubernetes assets
- Recovering Kubernetes assets
- Troubleshooting Kubernetes issues
Customization of datamover properties
You can customize datamover properties by passing key-value pairs in the backup server specific configmap.
Table: Datamover properties
Key Name | Possible Values |
---|---|
VXMS_VERBOSE | Range:[0,99] |
VERBOSE | Range:[0,5] |
DTE_CLIENT_MODE |
|
To update the configmap, add the key value pairs as follows:
apiVersion: v1 data: datamover.properties: | image=reg.domain.com/datamover/image:latest VERBOSE=5 DTE_CLIENT_MODE=OFF VXMS_VERBOSE=5 version: "1" kind: ConfigMap metadata: name: backupserver.sample.domain.com namespace: kops-ns