Please enter search query.
Search <book_title>...
Storage Foundation and High Availability 8.0.2 Configuration and Upgrade Guide - AIX
Last Published:
2023-06-05
Product(s):
InfoScale & Storage Foundation (8.0.2)
Platform: AIX
- Section I. Introduction to SFHA
- Introducing Storage Foundation and High Availability
- Section II. Configuration of SFHA
- Preparing to configure
- Preparing to configure SFHA clusters for data integrity
- About planning to configure I/O fencing
- Setting up the CP server
- Configuring the CP server manually
- Configuring CP server using response files
- Configuring SFHA
- Configuring Storage Foundation High Availability using the installer
- Configuring a secure cluster node by node
- Verifying and updating licenses on the system
- Configuring Storage Foundation High Availability using the installer
- Configuring SFHA clusters for data integrity
- Setting up disk-based I/O fencing using installer
- Setting up server-based I/O fencing using installer
- Manually configuring SFHA clusters for data integrity
- Setting up disk-based I/O fencing manually
- Setting up server-based I/O fencing manually
- Configuring server-based fencing on the SFHA cluster manually
- Setting up non-SCSI-3 fencing in virtual environments manually
- Setting up majority-based I/O fencing manually
- Performing an automated SFHA configuration using response files
- Performing an automated I/O fencing configuration using response files
- Section III. Upgrade of SFHA
- Planning to upgrade SFHA
- Preparing to upgrade SFHA
- Upgrading Storage Foundation and High Availability
- Performing a rolling upgrade of SFHA
- Performing a phased upgrade of SFHA
- About phased upgrade
- Performing a phased upgrade using the product installer
- Performing an automated SFHA upgrade using response files
- Performing post-upgrade tasks
- Post-upgrade tasks when VCS agents for VVR are configured
- About enabling LDAP authentication for clusters that run in secure mode
- Planning to upgrade SFHA
- Section IV. Post-installation tasks
- Section V. Adding and removing nodes
- Adding a node to SFHA clusters
- Adding the node to a cluster manually
- Adding a node using response files
- Configuring server-based fencing on the new node
- Removing a node from SFHA clusters
- Removing a node from a SFHA cluster
- Removing a node from a SFHA cluster
- Adding a node to SFHA clusters
- Section VI. Configuration and upgrade reference
- Appendix A. Support for AIX Live Update
- Appendix B. Installation scripts
- Appendix C. SFHA services and ports
- Appendix D. Configuration files
- Appendix E. Configuring the secure shell or the remote shell for communications
- Appendix F. Sample SFHA cluster setup diagrams for CP server-based I/O fencing
- Appendix G. Changing NFS server major numbers for VxVM volumes
- Appendix H. Configuring LLT over UDP
- Using the UDP layer for LLT
- Manually configuring LLT over UDP using IPv4
- Using the UDP layer of IPv6 for LLT
- Manually configuring LLT over UDP using IPv6
Upgrading the AIX operating system
Use this procedure to upgrade the AIX operating system if OS upgrade is needed. You must upgrade to a version that Veritas InfoScale Enterprise 8.0.2 supports.
To upgrade the AIX operating system
- Create the
install-db
file.# touch /etc/vx/reconfig.d/state.d/install-db
Note:
The AIX OS upgrade may involve single or multiple reboots. It is necessary to create this file to prevent Veritas Volume Manager from starting VxVM daemons or processes.
- Set the LLT_START attribute to 0 in the
/etc/default/llt
file to prevent LLT from starting automatically after restart:LLT_START=0
- Stop activity to all file systems and raw volumes, for example by unmounting any file systems that have been created on volumes.
# umount mnt_point
- Stop all the volumes by entering the following command for each disk group:
# vxvol -g diskgroup stopall
- If you want to upgrade a high availability (HA) product, take all service groups offline.
List all service groups:
# /opt/VRTSvcs/bin/hagrp -list
For each service group listed, take it offline:
# /opt/VRTSvcs/bin/hagrp -offline service_group \ -sys system_name
- Upgrade the AIX operating system. See the operating system documentation for more information.
- Apply the necessary APARs.
For information about APARs required for Veritas InfoScale Storage 8.0.2, refer to the Veritas InfoScale 8.0.2 Release Notes.
- Restart the system.
# shutdown -Fr
- Enable SFHA to start after you restart.
# rm /etc/vx/reconfig.d/state.d/install-db
- Change
/etc/default/llt
to start LLT on the nodes by setting the LLT_START attribute to 1: LLT_START=1.LLT_START=1