Please enter search query.
Search <book_title>...
Veritas Access 7.3 Installation Guide
Last Published:
2019-04-04
Product(s):
Access (7.3)
Platform: Linux
- Introducing Veritas Access
- Licensing in Veritas Access
- System requirements
- Important release information
- System requirements
- Linux requirements
- Operating system RPM installation requirements and operating system patching
- Kernel RPMs that are required to be installed with exact predefined RPM versions
- OL kernel RPMs that are required to be installed with exact predefined RPM versions
- Required operating system RPMs for OL 6.6
- Required operating system RPMs for OL 6.7
- Required operating system RPMs for OL 6.8
- Required operating system RPMs for RHEL 6.6
- Required operating system RPMs for RHEL 6.7
- Required operating system RPMs for RHEL 6.8
- Software requirements for installing Veritas Access in a VMware ESXi environment
- Hardware requirements for installing Veritas Access virtual machines
- Management Server Web browser support
- Supported NetBackup versions
- Supported OpenStack versions
- Supported Oracle versions and host operating systems
- Supported IP version 6 Internet standard protocol
- Linux requirements
- 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 NIC bonding and NIC exclusion
- 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 Veritas Access
- About types of Veritas Access patches
- Downloading Veritas Access 7.3 release
- Upgrading to Veritas Access 7.3 release
- Displaying the current version
- Displaying upgrade history of Veritas Access
- Downloading a Veritas Access patch release
- Displaying all Veritas Access releases that are available in the repository
- Installing Veritas Access patches
- Automatically execute your customized script before or after upgrade
- Upgrading Veritas Access using a rolling upgrade
- Uninstalling Veritas Access
- Appendix A. Installation reference
- Appendix B. Configuring the secure shell for communications
Automatically execute your customized script before or after upgrade
An interface is provided to automatically perform customized script before or after the upgrade. Put your executable script in the specified folder for the auto-execution.
If you want the script to be run before the upgrade
- Create a folder
/var/tmp/prestopon the master node. - Copy the script into the folder.
- If the script exits with error (exit code of the script executing is not zero), you are prompted to confirm whether to continue the upgrade:
CPI WARNING V-9-0-0 Prestop script /var/tmp/prestop/test.sh failed \ to be executed on test_02, the return code is 2. Do you want to continue? [y,n,q]
If you want the script to be run after the upgrade
- Create a folder
/var/tmp/poststarton the master node. - Copy the script into the folder.
- If the script exits with error (exit code of the script executing is not zero), you can see a warning message similar to the following:
CPI WARNING V-9-0-0 Poststart script /var/tmp/poststart/test.sh \ failed to be executed on test_02, the return code is 2.
The script would be automatically copied to other nodes and executed on each node.
Note that there should be only one executable script in the /var/tmp/prestop or /var/tmp/poststart folder, otherwise the upgrade fails with the following error messages:
CPI ERROR V-9-0-0 Don't know how to execute prestop or poststart \ script, please check the scripts. Only 1 script is supported and it should be executable.
Note:
Make sure there is no node rebooting operations in the customized script, because Veritas Access doesn't support node rebooting during upgrade.