Veritas Flex Appliance Getting Started and Administration Guide
- Product overview
- Getting started
- Modifying settings
- Managing users
- Overview of the Flex Appliance default users
- Managing Flex Appliance Console users and tenants
- Adding a tenant
- Editing a tenant
- Removing a tenant
- Adding a local user to the Flex Appliance Console
- Connecting an Active Directory domain to the Flex Appliance Console
- Importing an Active Directory user or user group to the Flex Appliance Console
- Editing an Active Directory domain in the Flex Appliance Console
- Changing a user password in the Flex Appliance Console
- Removing a user from the Flex Appliance Console
- Changing the hostadmin user password in the Flex Appliance Shell
- Managing NetBackup application instance users
- Using Flex Appliance
- Managing the repository
- Creating application instances
- Managing application instances
- Resizing instance storage
- Editing instance network settings
- Managing application add-ons on instances
- Viewing instance performance metrics
- Running NetBackup commands on an application instance
- Setting environment variables on NetBackup instances
- Storing custom data on a NetBackup instance
- Establishing trust with a NetBackup 7.7.3 master server instance
- Upgrading application instances
- About Flex Appliance upgrades and updates
- Monitoring the appliance
- Reconfiguring the appliance
- Troubleshooting guidelines
Storing custom data on a NetBackup 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 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 instance
- Log in to the instance as the appadmin user.
- 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_keyfiles on the instance, you can make the following directory:sudo mkdir /mnt/nblogs/authorized_keys
- 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_keysexample, you can create the following subdirectory to store a specific user'sauthorized_keyfile:sudo mkdir /mnt/nblogs/authorized_keys/example_user
- Add the required information to the new directory.