Veritas Access Installation Guide
- Licensing in Veritas Access
- System requirements
- Important release information
- System requirements
- Linux requirements
- Software requirements for installing Veritas Access in a VMware ESXi environment
- Hardware requirements for installing Veritas Access virtual machines
- Management Server Web browser support
- Required NetBackup versions
- Required OpenStack versions
- Required Oracle versions and host operating systems
- Required IP version 6 Internet standard protocol
- Network and firewall requirements
- Maximum configuration limits
- Preparing to install Veritas Access
- Deploying virtual machines in VMware ESXi for Veritas Access installation
- Installing and configuring a cluster
- Installation overview
- Summary of the installation steps
- Before you install
- Installing the operating system on each node of the cluster
- Installing Veritas Access on the target cluster nodes
- About managing the NICs, bonds, and VLAN devices
- About VLAN tagging
- Replacing an Ethernet interface card
- Configuring I/O fencing
- About configuring Veritas NetBackup
- About enabling kdump during an Veritas Access configuration
- Reconfiguring the Veritas Access cluster name and network
- Configuring a KMS server on the Veritas Access cluster
- Automating Veritas Access installation and configuration using response files
- Displaying and adding nodes to a cluster
- Upgrading the operating system and Veritas Access
- Performing a rolling upgrade
- Uninstalling Veritas Access
- Appendix A. Installation reference
- Appendix B. Configuring the secure shell for communications
- Appendix C. Manual deployment of Veritas Access
Setting up the Oracle Linux yum server repository
Use the following procedure to download the packages from the repositories that are available on the Oracle Linux yum server.
- Download the appropriate Oracle Linux yum server configuration file in place, by running the following command:
# cd /etc/yum.repos.d
# wget https://yum.oracle.com/public-yum-release.repo -O /etc/yum.repos.d/public-yum-release.repo
where release is the Oracle Linux version. For example, to download the configuration file for Oracle Linux 7, run the following command:
# wget https://yum.oracle.com/public-yum-ol7.repo -O /etc/yum.repos.d/public-yum-ol7.repo
- The
/etc/yum.confyum repository configuration file can contain one or more sections that define repositories. By default, the latest repository is enabled. To enable an alternative repository, edit the yum configuration file:Open the yum configuration file in a text editor.
Locate the section for the repository that you want to enable. For example,
[ol7_addons]To enable the repository, change the value of the enabled directive from 0 to 1.
enabled=1
- Start using yum. For example,
# yum list
# yum install glibc
Note:
Ensure that yum installs the RPMs from the Oracle Linux repository. The installer does not automatically configure yum for Oracle Linux as in case of RHEL.