NetBackup and Veritas Appliances Hardening Guide
- Top recommendations to improve your NetBackup and Veritas appliances security posture
- Steps to protect Flex Appliance
- Managing single sign-on (SSO)
- About lockdown mode
- Configuring an isolated recovery environment on a WORM storage server
- Steps to protect NetBackup Appliance
- About single sign-on (SSO) authentication and authorization
- About authentication using smart cards and digital certificates
- About data encryption
- About forwarding logs to an external server
- Steps to protect NetBackup
- Configure NetBackup for single sign-on (SSO)
- Configure user authentication with smart cards or digital certificates
- Access codes
- Workflow to configure immutable and indelible data
- Add a configuration for an external CMS server
- Configuring an isolated recovery environment on a NetBackup BYO media server
- About FIPS support in NetBackup
- Workflow for external KMS configuration
- Workflow to configure data-in-transit encryption
- Workflow to use external certificates for NetBackup host communication
- About certificate revocation lists for external CA
- Configuring an external certificate for a clustered primary server
- Configuring a NetBackup host (media server, client, or cluster node) to use an external CA-signed certificate after installation
- Configuration options for external CA-signed certificates
- ECA_CERT_PATH for NetBackup servers and clients
- About protecting the MSDP catalog
- How to set up malware scanning
- About backup anomaly detection
Configure the DTE mode on the media server
The media server setting can be used only to turn off data-in-transit encryption (DTE) for NetBackup operations.
In a NetBackup configuration where a media server is slow because of the old hardware, you can turn off the media server DTE mode so that there is no performance issue. However, it is recommended that you upgrade the old media server hardware. This setting is available for media servers with NetBackup 10.0 and later.
RESTful API to be used for the global DTE configuration:
GET - /config/media-servers/{hostName}
PATCH - /config/media-servers/{hostName}
To set or view the media server DTE mode
- Ensure that you have an RBAC role with the following permissions on the media server resource:
View
Update
Manage access
- Run the following command to set the media server DTE mode:
nbseccmd -setsecurityconfig -dtemediamode off|on -mediaserver media_server_name
- Run the following command to view the media server DTE mode:
nbseccmd -getsecurityconfig -dtemediamode -mediaserver media_server_name
Note:
For 9.1 media servers, you can only view the DTE mode as On, but you cannot set it.