NetBackup™ Installation Guide

Last Published:
Product(s): NetBackup & Alta Data Protection (10.4)
  1. Preparing for installation
    1. General installation information
      1.  
        Available NetBackup installation methods
      2.  
        About compatibility between NetBackup versions
      3.  
        About NetBackup software availability
      4.  
        Required libraries missing from some Linux distributions
      5. How to install NetBackup
        1.  
          About the NetBackup preinstall checker
        2.  
          About the NetBackup Product Improvement Program
      6.  
        Creating the user account to support the NetBackup web server
      7. About storage device configuration
        1.  
          Locating supported robot types
      8.  
        About security certificates for NetBackup hosts
      9.  
        Environment variable for certificate key size
      10.  
        Restrictions on the NetBackup installation directory
      11.  
        NetBackup database is not supported on the btrfs file system
    2. Installation operational notes and limitations
      1.  
        Windows compiler and security requirements for NetBackup 10.4 and later installation
      2.  
        Java GUI and JRE installation optional for some computers
      3.  
        Enable 8dot3 name file setting for the NetBackup primary servers
      4.  
        NetBackup servers must use a host name that is compliant with RFC 1123 and RFC 952
      5.  
        Host ID-based certificate is not deployed during installation on 8.1 media server or client host with dual stack configuration
      6.  
        External certificate authority certificates supported in NetBackup 8.2 and later
      7.  
        SCCM and Chef deployment tools and documentation now available
      8.  
        Known SUSE Linux primary server install issue
    3.  
      Performance and tuning considerations
    4. SORT information
      1.  
        About Veritas Services and Operations Readiness Tools
      2.  
        Recommended SORT procedures for new installations
    5. Veritas NetInsights Console information
      1.  
        About Veritas Usage Insights
      2.  
        Best practices for Veritas Usage Insights
  2. NetBackup licenses
    1.  
      About NetBackup license requirements
    2.  
      About license entry
    3.  
      Frequently asked questions about licenses
  3. Installing server software on UNIX systems
    1. Installation requirements for UNIX and Linux
      1.  
        Do not mix non-English versions of Windows and UNIX platforms unless primary and media servers are NetBackup appliances
      2.  
        NetBackup installations on environments that run different versions of UNIX-based operating systems
      3.  
        Special installation guidelines for Solaris systems
      4.  
        Special installation guidelines for Linux clustered environments
    2.  
      How the installation script works
    3. Installing NetBackup primary server software on Linux
      1.  
        Silently installing NetBackup primary server software on Linux
      2.  
        Continuing with NetBackup software installation
    4. Installing NetBackup media server software on Linux
      1.  
        Silently installing NetBackup media server software on Linux
    5. About pushing client software from a primary server to clients
      1.  
        Installing client type software on a primary server
  4. Installing server software on Windows systems
    1.  
      Installation requirements for Windows and Windows clusters
    2.  
      Requirements for Windows cluster installations
    3.  
      Performing local, remote, or clustered server installation on Windows systems
    4.  
      Post-installation tasks for NetBackup cluster environments
    5.  
      Verifying Windows cluster installations or upgrades
    6.  
      Installing NetBackup servers silently on Windows systems
  5. About the administrative interfaces
    1.  
      About the NetBackup web user interface
    2.  
      About the NetBackup Administration Console
    3.  
      Installing the NetBackup Administration Console
    4.  
      Installing multiple versions of the NetBackup Administration Console on Windows
    5.  
      Removing earlier versions of the NetBackup Administration Console on Windows
    6.  
      About the NetBackup Remote Administration Console
    7.  
      Installing the NetBackup Remote Administration Console
  6. Installing NetBackup client software
    1.  
      About NetBackup client installation
    2. About NetBackup client installation on Windows
      1.  
        About Windows client installation methods and requirements
      2.  
        Installing NetBackup Windows clients locally or remotely
      3.  
        Installing NetBackup Windows clients silently
      4.  
        How to configure NetBackup clients
    3. About NetBackup client installation on UNIX and Linux
      1.  
        About UNIX and Linux client installation methods
      2.  
        Installing UNIX clients locally
      3.  
        Install of the UNIX and Linux client binaries with native installers
      4. About remote installation methods for UNIX and Linux clients
        1.  
          Installing client software with the ssh method
        2.  
          Installing client software with the sftp method
      5.  
        Adding a UNIX/Linux client after initial server installation
  7. Configuring NetBackup
    1.  
      About NetBackup startup and shutdown scripts
    2. About NetBackup server configuration
      1.  
        Starting the NetBackup Administration Console
      2.  
        About the Device Configuration Wizard
      3.  
        About the Volume Configuration Wizard
      4.  
        About the Catalog Backup Wizard
      5.  
        About the Backup Policy Configuration Wizard
  8. Removing NetBackup server and client software
    1.  
      About NetBackup server software removal on Linux systems
    2.  
      About NetBackup client software removal on UNIX and Linux systems
    3.  
      Removing NetBackup from UNIX and Linux servers and clients
    4.  
      About NetBackup server software removal on Windows systems
    5.  
      Removing NetBackup server and client software from Windows servers, clusters, and clients
    6.  
      About removal of the Java Console state data from Windows servers and Windows clients
    7.  
      Removing a clustered media server by migrating all data to a new media server
  9. Reference
    1.  
      Generate a certificate on the inactive nodes of a clustered primary server
    2.  
      NetBackup database user
    3.  
      About the NetBackup answer file
    4.  
      About the NetBackup IT Analytics Data Collector
    5.  
      Manually install or uninstall NetBackup IT Analytics Data Collector binaries
    6.  
      Manually configure the NetBackup IT Analytics Data Collector
    7.  
      Persistent Java Virtual Machine options
    8.  
      About RBAC bootstrapping
    9.  
      NetBackup primary server web server user and group creation
    10.  
      About the NetBackup Java Runtime Environment
    11.  
      Add or Remove Java GUI and JRE after install
    12.  
      Using NetApp disk arrays with Replication Director
    13.  
      Security updates to the NetBackup database
    14.  
      Size guidance for the NetBackup primary server and domain

Creating the user account to support the NetBackup web server

Beginning with NetBackup 8.0, the NetBackup primary server includes a configured web server to support critical backup operations. This web server operates under user account elements with limited privileges. These user account elements must be available on each primary server (or each node of a clustered primary server).

You can use numerous procedures to create users and groups in operating systems. Some specific approaches are shown but other methods may accomplish the same goal. The home directory path, user name, and group names are not hard-coded, and can be changed. The default local user name is nbwebsvc, and the default local group name is nbwebgrp.

Note:

For Linux platforms, the UID must be the same for each local account in a clustered environment. Be sure that the local accounts are defined consistently on all cluster nodes.

To create the user account and the user group on Linux

  1. Create the local group with the command shown:

    Command: # groupadd group_name

    Example: # groupadd nbwebgrp

  2. Create the local user account with the command shown:

    Command: # useradd -g group_name -c comment -d /usr/openv/wmc user_name

    Example: # useradd -g nbwebgrp -c 'NetBackup Web Services application account' -d /usr/openv/wmc nbwebsvc

To create the user account and the user group on Windows

Note:

You must use domain accounts in clustered environments on Windows.

Note:

Web service user account names are limited to 20 characters.

  1. Create the local user account with the command shown:

    Command: C:\>net user user_name StrongPassword /add (where StrongPassword is a strong password to associate with the account)

    Example: C:\>net user nbwebsvc 1U*s7lQ# /add

  2. Create the local group with the command shown:

    Command: C:\>net localgroup group_name /add

    Example: C:\>net localgroup nbwebgrp /add

  3. Make the new user a member of the new group with the command shown:

    Command: C:\>net localgroup group_name user_name /add

    Example: C:\>net localgroup nbwebgrp nbwebsvc /add

  4. Grant the Log On As a Service right to the new user as follows:
    • Go to Control Panel > Administrative Tools > Local Security Policy.

    • Under Security Settings, click Local Policies and then User Rights Assignment.

    • Right-click on Log on as a service and select Properties.

    • Add the local user.

    • Save your changes and close the Log on as a service properties dialog.

Installation of the NetBackup primary server fails if any of these requirements are not met. On Windows, you are asked to provide the password for the user account as part of the installation process.