Veritas NetBackup™ Appliance Security Guide

Last Published:
Product(s): Appliances (3.0, 2.7.3, 2.7.2, 2.7.1)
Platform: NetBackup Appliance OS
  1. About the NetBackup Appliance Security Guide
    1.  
      About the NetBackup Appliance Security Guide
  2. User authentication
    1. About user authentication on the NetBackup appliance
      1.  
        User types that can authenticate on the NetBackup appliance
    2. About configuring user authentication
      1.  
        Generic user authentication guidelines
    3.  
      About authenticating LDAP users
    4.  
      About authenticating Active Directory users
    5.  
      About authenticating Kerberos-NIS users
    6.  
      About the appliance login banner
    7.  
      About user name and password specifications
  3. User authorization
    1.  
      About user authorization on the NetBackup Appliance
    2. About authorizing NetBackup appliance users
      1.  
        NetBackup Appliance user role privileges
    3.  
      About the Administrator user role
    4.  
      About the NetBackupCLI user role
  4. Intrusion prevention and intrusion detection systems
    1.  
      About Symantec Data Center Security on the NetBackup Appliance
    2.  
      About the NetBackup Appliance intrusion prevention system
    3.  
      About the NetBackup Appliance intrusion detection system
    4.  
      Reviewing SDCS events on the NetBackup appliance
    5.  
      Running SDCS in unmanaged mode on the NetBackup appliance
    6.  
      Running SDCS in managed mode on the NetBackup appliance
  5. Log files
    1.  
      About NetBackup Appliance log files
    2.  
      About the Collect Log files wizard
    3.  
      Viewing log files using the Support command
    4.  
      Where to find NetBackup Appliance log files using the Browse command
    5.  
      Gathering device logs on a NetBackup appliance
    6.  
      Log Forwarding feature overview
  6. Operating system security
    1.  
      About NetBackup appliance operating system security
    2.  
      Major components of the NetBackup Appliance OS
    3.  
      Vulnerability scanning of the NetBackup Appliance
  7. Data security
    1.  
      About data security
    2.  
      About data integrity
    3.  
      About data classification
    4. About data encryption
      1.  
        KMS support
  8. Web security
    1.  
      About SSL usage
    2.  
      Implementing third-party SSL certificates
  9. Network security
    1.  
      About IPsec Channel Configuration
    2.  
      About NetBackup Appliance ports
  10. Call Home security
    1. About AutoSupport
      1.  
        Data security standards
    2. About Call Home
      1.  
        Configuring Call Home from the NetBackup Appliance Shell Menu
      2.  
        Enabling and disabling Call Home from the appliance shell menu
      3.  
        Configuring a Call Home proxy server from the NetBackup Appliance Shell Menu
      4.  
        Understanding the Call Home workflow
    3. About SNMP
      1.  
        About the Management Information Base (MIB)
  11. Remote Management Module (RMM) security
    1.  
      Introduction to IPMI configuration
    2.  
      Recommended IPMI settings
    3.  
      RMM ports
    4.  
      Enabling SSH on the Remote Management Module
    5.  
      Replacing the default IPMI SSL certificate
  12.  
    STIG and FIPS conformance
  13. Appendix A. Security release content
    1.  
      NetBackup Appliance security release content

KMS support

The NetBackup Appliance supports encryption managed by NetBackup Key Management Service (KMS) which is integrated with NetBackup Enterprise Server 7.1. KMS is supported on master and media server appliances. Regenerating the data encryption key is the only supported method of recovering KMS on an appliance master server.

The following describes the KMS key features:

  • Does not require an additional license.

  • Is a master server-based symmetric key management service.

  • Can be administered as a master server with tape devices connected to it or to another NetBackup Appliance.

  • Manages symmetric cryptography keys for tape drives that conform to the T10 standard (such as LTO4 or LTO5).

  • Designed to use volume pool-based tape encryption.

  • Can be used with tape hardware that has built-in hardware encryption capability.

  • Can be managed by a NetBackup CLI administrator using the NetBackup Appliance Shell Menu or the KMS Command Line Interface (CLI).

About the keys used under KMS

The KMS generates keys from passcodes or auto-generates keys. Table: KMS files lists the associated KMS files that hold the information about the keys.

Table: KMS files

KMS files

Description

Location

Key file or key database

This file is critical for KMS, as it contains the data encryption keys.

/usr/openv/kms/db/KMS_DATA.dat

Host Master Key

This file contains the encryption key that encrypts and protects the KMS_DATA.dat key file using AES 256.

/usr/openv/kms/key/KMS_HMKF.dat

Key Protection Key

This encryption key encrypts and protects individual records in the KMS_DATA.dat key file using AES 256. Currently, the same key protection key is used to encrypt all of the records.

/usr/openv/kms/key/KMS_KPKF.dat

Configuring KMS

To configure KMS on an appliance master server, you must log in as a NetBackupCLI user. For information about this user, refer to the following topic:

See About the NetBackupCLI user role.

To create a NetBackupCLI user, see the NetBackup Appliance Commands Reference Guide.

The following describes how to configure and enable KMS on an appliance.

To configure and enable KMS on an appliance

  1. Log in to the appliance master server as a NetBackupCLI user.
  2. Create an empty database using the nbkms command, as follows:

    [nbcli@myappliance~]# nbkms -createemptydb

  3. Start nbkms. For example:

    [nbcli@myappliance~]# nbkms

  4. Create a Key group. For example:

    [nbcli@myappliance~]# nbkmsutil -createkg -kgname KMSKeyGroupName

  5. Create an active key. For example:

    [nbcli@myappliance~]# nbkmsutil -createkey -kgname KMSKeyGroupName -keyname KMS KeyName