Veritas NetBackup™ CloudPoint Install and Upgrade Guide
- Section I. CloudPoint installation and configuration
- Preparing for CloudPoint installation
- CloudPoint host sizing recommendations
- Deploying CloudPoint using container images
- Deploying CloudPoint extensions
- Installing the CloudPoint extension on AWS (EKS)
- CloudPoint cloud plug-ins
- CloudPoint storage array plug-ins
- NetApp plug-in configuration notes
- Nutanix Files plug-in configuration notes
- Dell EMC Unity array plug-in configuration notes
- FUJITSU AF/DX plug-in configuration notes
- NetApp NAS plug-in configuration notes
- Dell EMC PowerStore plug-in configuration notes
- Dell EMC PowerStore NAS plug-in configuration notes
- Dell EMC PowerFlex plug-in configuration notes
- Dell EMC XtremIO SAN plug-in configuration notes
- Pure Storage FlashArray plug-in configuration notes
- Pure Storage FlashBlade plug-in configuration notes
- IBM Storwize plug-in configuration notes
- HPE RMC plug-in configuration notes
- HPE XP plug-in configuration notes
- Hitachi plug-in configuration notes
- Hitachi (HDS VSP 5000) plug-in configuration notes
- InfiniBox plug-in configuration notes
- Dell EMC PowerScale (Isilon) plug-in configuration notes
- Dell EMC PowerMax and VMax plug-in configuration notes
- Qumulo plug-in configuration notes
- CloudPoint application agents and plug-ins
- Oracle plug-in configuration notes
- Additional steps required after a SQL Server snapshot restore
- Protecting assets with CloudPoint's agentless feature
- Volume Encryption in NetBackup CloudPoint
- CloudPoint security
- Preparing for CloudPoint installation
- Section II. CloudPoint maintenance
- CloudPoint logging
- Upgrading CloudPoint
- Uninstalling CloudPoint
- Troubleshooting CloudPoint
Before you begin migrating CloudPoint
Make sure that you complete the following before installing CloudPoint:
Ensure that your environment meets system requirements.
Create the instance on which you install CloudPoint or prepare the physical host.
For more information on the ports, see See Verifying that specific ports are open on the instance or physical host.
See Creating an instance or preparing the host to install CloudPoint.
Prepare a RHEL 8.5 or 8.4 host for installation. You can either upgrade your existing RHEL 7.x OS to RHEL 8.5 or 8.4 OS, or create a new system with RHEL 8.5 or 8.4.
For upgrading the system from RHEL 7.x to RHEL 8.5 or 8.4, follow the Red Hat documentation:
For creating a new system with RHEL 8.5 or 8.4, configure a Podman container platform
See Table: Installing container platform.
The brief steps include:
Setup the RHEL repos
For AWS cloud, enable the extra repos
# sudo yum-config-manager --enable rhui-REGION-rhel-server-extras
For on-premise, enable your subscriptions:
# sudo subscription-manager register --auto-attach --username=<username> --password=<password>
Install Podman if required:
# sudo yum install -y podman
If SELinux is enabled, change the mode to permissive mode and restart the system.
Edit the
/etc/selinux/config
configuration file and modify theSELINUX
parameter value toSELINUX=permissive
.
Run the following commands to install the required packages (
lvm2
,udev
anddnsmaq
) on the hosts:#yum install -y lvm2-<version>
#yum install -y lvm2-libs-<version>
#yum install -y python3-pyudev-<version>
#yum install -y systemd-udev-<version>
#yum install -y dnsmasq-<version>
Run the following commands to lock the Podman and Conmon versions to the supported versions, so that they do not get updated with the yum update:
sudo yum install -y podman-2.2.1-7.module+el8.3.1+9857+68fb1526
sudo yum install -y conmon-2:2.0.20-2.module+el8.3.0+8221+97165c3f
sudo yum install -y python3-dnf-plugin-versionlock
sudo yum versionlock podman* conmon*
Verify that specific ports are open on the instance or physical host.
Next, you migrate CloudPoint from the RHEL 7.x host to the newly prepared RHEL 8.3 or 8.4 host.