Veritas Access Installation Guide
- Licensing in Veritas Access
- System requirements
- System requirements
- Linux requirements
- Network and firewall requirements
- Preparing to install Veritas Access
- Deploying virtual machines in VMware ESXi for Veritas Access installation
- Installing and configuring a cluster
- 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
- 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.conf
yum 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.