NetBackup 8.3.0.1 Application Guide

Last Published:
Product(s): Appliances (2.0)
Platform: Flex Appliance OS
  1. Product overview
    1.  
      Introduction to NetBackup applications for Flex Appliance
    2.  
      About the Flex Appliance documentation
    3.  
      NetBackup 8.3.0.1 application new features, enhancements, and changes
    4.  
      Operational notes
  2. Geting started
    1.  
      Prerequisites before you can create NetBackup application instances
    2.  
      Installing the NetBackup Administration Console and client packages
  3. Creating NetBackup application instances
    1. Creating application instances
      1.  
        Creating a NetBackup master server instance
      2.  
        Creating a NetBackup media server instance
      3.  
        Creating a NetBackup WORM storage server instance
  4. Managing NetBackup application instances
    1.  
      Managing application instances from Flex Appliance and NetBackup
    2. Accessing NetBackup master and media server instances for management tasks
      1. Managing users on a master or media server instance
        1.  
          Adding and removing local users on a master or media server instance
        2.  
          Connecting a remote user domain to a master or media server instance
        3.  
          Changing a user password on a master or media server instance
      2. Running NetBackup commands on a master or media server application instance
        1.  
          Creating a NetBackup touch file on a master or media server application instance
      3.  
        Monitoring NetBackup services on a NetBackup master server instance
      4.  
        Mounting an NFS share on a NetBackup master server instance
      5.  
        Setting environment variables on master and media server instances
      6.  
        Storing custom data on a master or media server instance
      7.  
        Modifying or disabling the nbdeployutil utility on a master server instance
      8.  
        Establishing trust with a NetBackup 7.7.3 master server instance
    3. Accessing NetBackup WORM storage server instances for management tasks
      1. About the NetBackup WORM storage server shell
        1.  
          About the dedupe command
        2.  
          About the retention command
        3.  
          About the setting command
        4.  
          About the support command

Storing custom data on a master or media server instance

Flex Appliance does not generally support adding or editing directories and files on application instances. If you create or edit a directory or file and the instance is relocated or stopped for any reason, the changes are not maintained when the instance restarts.

However, if you have critical data that you must store on a NetBackup master or media server application instance, use the following procedure to add it to the /mnt/nblogs directory.

Warning:

The /mnt/nblogs directory is used for NetBackup logs and has 250GB of storage space that cannot be resized. The data that you add to this directory must be critical and small in size. If you use too much storage space, the instance may be affected.

To store custom data on a NetBackup master or media server instance

  1. Log in to the instance as the appadmin user.
  2. Run the following command to create a directory under /mnt/nblogs:

    sudo mkdir /mnt/nblogs/<directory>, where <directory> is the name of the new directory.

    For example, if you need to store SSH authorized_key files on the instance, you can make the following directory:

    sudo mkdir /mnt/nblogs/authorized_keys

  3. If required, run the following command to create a subdirectory:

    sudo mkdir /mnt/nblogs/<directory>/<subdirectory>, where <directory> is the name of the directory that you created in the previous step and <subdirectory> is the name of the subdirectory.

    In the authorized_keys example, you can create the following subdirectory to store a specific user's authorized_key file:

    sudo mkdir /mnt/nblogs/authorized_keys/example_user

  4. Add the required information to the new directory.