Veritas NetBackup™ Flex Scale Installation and Configuration Guide
- Preparing for NetBackup Flex Scale deployment
- Configuring NetBackup Flex Scale
- Troubleshooting NetBackup Flex Scale deployment
- NetBackup Flex Scale upgrades and patch management
- Removing NetBackup Flex Scale
- Appendix A. Installing NetBackup Flex Scale
- About NetBackup Flex Scale software installation
- Enabling remote IPMI connections
- Setting up the RAID configuration on the nodes
- Configuring the BIOS settings on the nodes
- Downloading the product installer ISO
- Mounting the ISO file on the nodes
- Installing NetBackup Flex Scale using the ISO
- Installing hardware vendor packages
- Installing Emergency Engineering Binaries (EEBs)
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/incomingwhere Node_management_IP is the IP address that is assigned to the eth1 network interface of the node.Download the hardware vendor package from the Veritas support website. Choose the vendor package that is compatible with your appliance hardware platform:
VRTSnbfs_DELL_Utilities_5562_v1.0.tar3.58MBVRTSnbfs_HPE_Utilities_5551_v1.0.tar32.01MB
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
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]