Please enter search query.
Search <book_title>...
Veritas Access Installation Guide
Last Published:
2018-07-27
Product(s):
Access (7.3.1)
Platform: Linux
- Introducing Veritas Access
- Licensing in Veritas Access
- System requirements
- System requirements
- Linux 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 NIC bonding and NIC exclusion
- About VLAN Tagging
- Automating Veritas Access installation and configuration using response files
- Displaying and adding nodes to a cluster
- Upgrading Veritas Access and operating system
- Upgrading Veritas Access using a rolling upgrade
- Uninstalling Veritas Access
- Appendix A. Installation reference
- Appendix B. Troubleshooting the LTR upgrade
- Appendix C. Configuring the secure shell for communications
Obtaining the Red Hat Enterprise Linux compatible kernels
Veritas Access supports only Red Hat Enterprise Linux compatible kernels.
After installing the Oracle Linux (OL) operating system, obtain the Red Hat Enterprise Linux (RHEL) compatible kernels. To obtain the RHEL compatible kernels, check the /etc/grub.conf
file and change the default from 0 to 1.
See Installing the Oracle Linux operating system on the target Veritas Access cluster.
To obtain the RHEL compatible kernels directly after the OL installation
- Check the
/etc/grub.conf
file and change default=0 to default=1.default=1 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Oracle Linux Server Unbreakable Enterprise Kernel (3.8.13-68.3.4.el6uek.x86_64) root (hd0,0) kernel /vmlinuz-3.8.13-68.3.4.el6uek.x86_64 ro root=/dev/mapper/vg_pilotvm13-lv_root rd_NO_LUKS rd_LVM_LV=vg_pilotvm13/lv_swap LANG=en_US.UTF-8 rd_LVM_LV=vg_pilotvm13/lv_root rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet initrd /initramfs-3.8.13-68.3.4.el6uek.x86_64.img title Oracle Linux Server Red Hat Compatible Kernel (2.6.32-573.el6.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-573.el6.x86_64 ro root=/dev/mapper/vg_pilotvm13-lv_root rd_NO_LUKS rd_LVM_LV=vg_pilotvm13/lv_swap LANG=en_US.UTF-8 rd_LVM_LV=vg_pilotvm13/lv_root rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet initrd /initramfs-2.6.32-573.el6.x86_64.img
- Before installing Veritas Access, check for the file
/etc/yum.repos.d/public-yum-ol6.repo
.Generally the latest version is enabled as:
[public_ol6_latest] name=Oracle Linux $releasever Latest ($basearch) baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle gpgcheck=1 enabled=1
- Because Veritas Access does not support RHEL 6.9 or OL 6.9, you need to make the following change to the file.
If
'uname -r' = 2.6.32-573.el6.x86_64
2.6.32-504.el6.x86_64
RHEL 6.6 kernel
2.6.32-573.el6.x86_64
RHEL 6.7 kernel
2.6.32-642.el6.x86_64
RHEL 6.8 kernel
then change
[public_ol6_latest] name=Oracle Linux $releasever Latest ($basearch) baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle gpgcheck=1 enabled=0
and search for
public_ol6_u7_base
Mark the enabled=0 to enabled=1.
[public_ol6_u7_base] name=Oracle Linux $releasever Update 7 installation media copy ($basearch) baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/7/base/$basearch/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle gpgcheck=1 enabled=1
- Run the following command to install Veritas Access:
# ./installaccess