Veritas NetBackup™ Security and Encryption Guide
- Increasing NetBackup security
- Security deployment models
- Port security
- About NetBackup daemons, ports, and communication
- Additional port information for products that interoperate with NetBackup
- About configuring ports
- Auditing NetBackup operations
- Configuring Enhanced Auditing
- Access control security
- NetBackup Access Control Security (NBAC)
- Configuring NetBackup Access Control (NBAC)
- Configuring Access Control host properties for the master and media server
- Access Control host properties dialog for the client
- Troubleshooting Access Management
- Windows verification points
- UNIX verification points
- Verification points in a mixed environment with a UNIX master server
- Verification points in a mixed environment with a Windows master server
- About determining who can access NetBackup
- Viewing specific user permissions for NetBackup user groups
- Security management in NetBackup
- About the Security Management utilities
- About audit events
- About host management
- Adding shared or cluster mappings
- About global security settings
- About host name-based certificates
- About host ID-based certificates
- Using the Certificate Management utility to issue and deploy host ID-based certificates
- About certificate deployment security levels
- Setting up trust with the master server (Certificate Authority)
- About reissuing host ID-based certificates
- About Token Management for host ID-based certificates
- About the host ID-based certificate revocation list
- About revoking host ID-based certificates
- Security certificate deployment in a clustered NetBackup setup
- About deployment of a host ID-based certificate on a clustered NetBackup host
- Data at rest encryption security
- About NetBackup client encryption
- Configuring standard encryption on clients
- About configuring standard encryption from the server
- Configuring legacy encryption on clients
- About configuring legacy encryption from the client
- About configuring legacy encryption from the server
- Additional legacy key file security for UNIX clients
- Data at rest key management
- About the Key Management Service (KMS)
- Installing KMS
- Configuring KMS
- About key groups and key records
- Overview of key record states
- Configuring NetBackup to work with KMS
- About using KMS for encryption
- KMS database constituents
- Command line interface (CLI) commands
- About exporting and importing keys from the KMS database
- Troubleshooting KMS
- Regenerating keys and certificates
- NetBackup web services account
Configuring auditing on a NetBackup master server
Auditing is enabled by default in new installations. However, the default may be enabled or disabled after an upgrade, depending on the setting before the upgrade.
NetBackup auditing can be configured directly on a NetBackup master server or by using OpsCenter.
The master server settings for enabling or disabling audit logging and setting the retention period are configured in the Manage > Hosts section of OpsCenter. Within OpsCenter, the expiration setting for Audit logs is configured under Settings > Purge.
See the NetBackup OpsCenter Administrator's Guide for more details.
To configure auditing on a master server, use the nbemmcmd command with the -changesetting option.
To configure NetBackup auditing on a master server
- From a command prompt, locate the nbemmcmd command on the master server in the following directory:
On Windows:
Install_path\Veritas\NetBackup\bin\admincmd
On UNIX:
/usr/openv/netbackup/bin/admincmd
- Enter the nbemmcmd command using the following syntax:
nbemmcmd -changesetting -AUDIT DISABLED -machinename masterserver
Where -AUDIT DISABLED turns off auditing on the master server that is indicated.
In the following example, auditing has been turned off for server1.
For example:
nbemmcmd -changesetting -AUDIT DISABLED -machinename server1
- Configure the audit retention period using the following syntax:
nbemmcmd -changesetting -AUDIT_RETENTION_PERIOD number_of_days -machinename masterserver
Where number_of_days indicates (in days) how long audit records are to be retained for the audit report. If no retention period is indicated, the default audit retention period is 90 days.
Note:
An audit retention period value of 0 (zero) indicates that the records are never deleted.
OpsCenter downloads the audit records periodically and retains them for a period of time that is configurable in OpsCenter. Retaining the audit records on the master server is only necessary if you want to view audit reports using the command line on the master server.
See the following topic for more information.
See Retaining and backing up audit trail records.
In the following example, the records of user actions are to be retained for 30 days and then deleted.
nbemmcmd -changesetting -AUDIT_RETENTION_PERIOD 30 -machinename server1
The two options can be combined in one command line, as in the following example:
nbemmcmd -changesetting -AUDIT ENABLED -machinename server1 -AUDIT_RETENTION_PERIOD 30
- Run nbauditreport to display a report of the audited information.
Note:
When a back level media server connects to an 8.0 master server, the nbauditreport operation fails. Upgrade the media server to 8.0 to successfully run the nbauditreport operation.