Veritas NetBackup™ AdvancedDisk Storage Solutions Guide

Last Published:
Product(s): NetBackup (8.3.0.1, 8.3, 8.2, 8.1.1, 8.1)
  1. Introducing AdvancedDisk
    1.  
      About the AdvancedDisk storage option
  2. Licensing AdvancedDisk
    1.  
      About the AdvancedDisk license
    2.  
      Licensing AdvancedDisk
  3. Configuring AdvancedDisk
    1.  
      Configuring the AdvancedDisk option
    2.  
      About AdvancedDisk file system requirements
    3.  
      Configuring credentials for CIFS storage and disk storage units
    4.  
      About AdvancedDisk storage servers
    5.  
      About AdvancedDisk data movers
    6.  
      About AdvancedDisk preferred or required read servers
    7.  
      About data encryption for AdvancedDisk storage
    8.  
      About key management for encryption of NetBackup AdvancedDisk storage
    9. Configuring key management for NetBackup AdvancedDisk storage encryption
      1.  
        Setting up the KMS database for NetBackup AdvancedDisk storage encryption
      2.  
        Creating a KMS key group for NetBackup AdvancedDisk storage encryption
      3.  
        Creating a KMS key for NetBackup AdvancedDisk storage encryption
      4.  
        Saving a record of the KMS key names for NetBackup AdvancedDisk storage encryption
    10. Configuring an AdvancedDisk storage server
      1.  
        AdvancedDisk storage server configuration options
    11.  
      About AdvancedDisk disk pools
    12.  
      Configuring a CIFS disk volume for AdvancedDisk encryption
    13. Configuring an AdvancedDisk disk pool
      1.  
        NetBackup nbdevconfig command options for AdvancedDisk disk pools
      2.  
        AdvancedDisk disk pool properties
    14. Configuring an AdvancedDisk storage unit
      1.  
        AdvancedDisk storage unit properties
      2. About AdvancedDisk storage unit recommendations
        1.  
          About configuring a favorable client-to-server ratio
        2.  
          About throttling traffic to the media servers
    15.  
      About storage lifecycle policies
    16. Creating a storage lifecycle policy
      1.  
        Storage Lifecycle Policy dialog box settings
    17.  
      Creating a backup policy
    18.  
      Resilient Network properties
    19.  
      Specifying resilient connections
  4. Managing AdvancedDisk
    1. Managing AdvancedDisk storage servers
      1.  
        Viewing AdvancedDisk storage servers
      2.  
        Determining AdvancedDisk storage server state
      3.  
        Viewing AdvancedDisk storage server attributes
      4.  
        Removing AdvancedDisk storage server attributes
      5.  
        Removing an AdvancedDisk storage server from disk pool access
      6.  
        Deleting an AdvancedDisk storage server
    2. Managing AdvancedDisk disk pools
      1.  
        Viewing AdvancedDisk disk pools
      2.  
        About changing the AdvancedDisk disk pool size
      3.  
        Adding volumes to an AdvancedDisk disk pool
      4.  
        Changing AdvancedDisk disk pool properties
      5.  
        Determining AdvancedDisk disk pool state
      6.  
        Changing AdvancedDisk disk pool state
      7.  
        Determining AdvancedDisk disk volume state
      8.  
        Changing AdvancedDisk disk volume state
      9.  
        Merging AdvancedDisk disk pools
      10.  
        Removing a volume from an AdvancedDisk disk pool
      11.  
        Inventorying a NetBackup disk pool
      12.  
        Deleting an AdvancedDisk disk pool
    3.  
      About monitoring AdvancedDisk storage capacity and usage
    4.  
      Monitoring NetBackup disk activity
    5.  
      Viewing AdvancedDisk disk reports
    6. Displaying detailed AdvancedDisk storage usage information
      1.  
        NetBackup disk volume capacity and usage reference
    7.  
      Displaying KMS key information for AdvancedDisk encryption
  5. Toubleshooting AdvancedDisk
    1. About unified logging
      1.  
        About using the vxlogview command to view unified logs
      2.  
        Examples of using vxlogview to view unified logs
    2. About legacy logging
      1.  
        Creating NetBackup log file directories for AdvancedDisk
    3.  
      NetBackup AdvancedDisk log files
    4.  
      AdvancedDisk troubleshooting
    5.  
      Resolving an incorrect storage type problem

About legacy logging

Legacy logging and unified logging are the two forms of debug logging used in NetBackup. All NetBackup processes use either unified logging or legacy logging.

In legacy debug logging, each process creates log files of debug activity in its own logging directory. The NetBackup legacy debug log directories are located in the following directories:

Windows

install_path\NetBackup\logs
install_path\Volmgr\debug

UNIX

/usr/openv/netbackup/logs
/usr/openv/volmgr/debug

These top-level directories can contain a directory for each NetBackup process that uses legacy logging. By default, NetBackup creates only a subset of all of the possible log directories. For example, the following directories are created by default on UNIX servers:

  • nbfp

  • nbliveup

  • nblogadm

  • user_ops

To enable logging for all of the NetBackup processes that use legacy logging, you must create the log file directories that do not already exist, unless you use the Logging Assistant. For more information about the Logging Assistant, see the NetBackup Administrator's Guide, Volume I. The guide is available at the following location:

http://www.veritas.com/docs/DOC5332

You can use the following batch files to create all of the debug log directories at once:

  • Windows: install_path\NetBackup\Logs\mklogdir.bat

  • UNIX: usr/openv/netbackup/logs/mklogdir

See the NetBackup Commands Reference Guide for a complete description about the mklogdir command. The guide is available at the following location:

http://www.veritas.com/docs/DOC5332

After the directories are created, NetBackup creates log files in the directory that is associated with each process. A debug log file is created when the process begins. Each log file grows to a certain size before the NetBackup process closes it and creates a new log file.

To enable debug logging for the NetBackup Status Collection Daemon (vmscd), create the following directory before you start nbemm.

Windows

install_path\Volmgr\debug\vmscd\

UNIX

/usr/openv/volmgr/debug/vmscd

As an alternative, you can restart vmscd after creating the directory.

More Information

About unified logging