Veritas NetBackup™ Flex Scale Installation and Configuration Guide
- Preparing for NetBackup Flex Scale deployment
- Configuring NetBackup Flex Scale
- NetBackup Flex Scale upgrades and patch management
- Removing NetBackup Flex Scale
- Appendix A. Installing NetBackup Flex Scale using a downloaded ISO file
Installing hardware vendor packages
If you don't use the out of the box appliance that is pre-installed with an operating system and the NetBackup Flex Scale software and instead install the ISO image manually, ensure that you install the hardware vendor package that is compatible with your hardware vendor platform. You can download the vendor package from the Veritas Support website.
To install the hardware vendor package:
- Open an SSH session and log on to the appliance node as an admin user.
- To verify that the hardware vendor package is not already installed on the appliance, on the Appliance shell menu run the following command:
system self-test software
If the vendor package is not installed, the vendor utilities test fails.
Checking whether required vendor utilities are installed... [FAIL]
- Use the following command to open an NFS share:
system software share open
- To download the vendor package, on a local system, complete the following steps:
Mount the NFS share:
Node_management_IP:/system/inst/patch/incoming
where Node_management_IP is the IP address that is assigned to the eth1 network interface of the node.Download individual RPM vendor packages from the Veritas support website or from the vendor site. Choose the vendor package RPMS that are compatible with your appliance hardware platform.
Copy the package from your local system to the mapped directory.
Unmount the share.
- On the appliance node, in the Appliance shell menu, run the following command to close the NFS share:
system software share close
- To install the vendor package, enter the following command:
system install hw-vendor-packages rpm-name=rpmname
The following message is displayed after the package is installed successfully:
[Info] V-409-775-30005: Installed the hardware vendor package on the system successfully.
Optionally, you can run the self test again to ensure that the vendor utilities test completes successfully:
system self-test software
Checking whether required vendor utilities are installed... [PASS]