InfoScale™ 9.0 Storage Foundation Configuration and Upgrade Guide - AIX
- Section I. Introduction and configuration of Storage Foundation
- Section II. Upgrade of Storage Foundation
- Planning to upgrade Storage Foundation
- Preparing to upgrade SF
- Upgrading Storage Foundation
- Performing an automated SF upgrade using response files
- Performing post-upgrade tasks
- Planning to upgrade Storage Foundation
- Section III. Post configuration tasks
- Section IV. Configuration and upgrade reference
- Appendix A. Support for AIX Live Update
- Appendix B. Installation scripts
- Appendix C. Configuring the secure shell or the remote shell for communications
- Appendix D. Changing NFS server major numbers for VxVM volumes
Upgrading VVR sites for InfoScale 7.3.1
Use the product installer to first upgrade VVR on the Secondaries and then on the Primary.
To upgrade a Secondary
- Stop the replication to a Secondary by initiating stoprep on the Primary.
# /usr/sbin/vradmin -g <disk_group_name> stoprep <RVG_name> <secondary_hostname>
- Verify that the replication has stopped.
# /usr/sbin/vradmin -g <disk_group_name> -l repstatus <RVG_name>
- Upgrade VVR from any version from 7.3.1 to the latest on the Secondary.
- Start the replication to the Secondary host by initiating startrep on the Primary.
# /usr/sbin/vradmin -g <disk_group_name> startrep <RVG_name> <secondary_hostname>
- Verify that the replication has started.
# /usr/sbin/vradmin -g <disk_group_name> -l repstatus <RVG_name>
To upgrade the Primary
- Verify that the replication status is consistent and up-to-date.
# /usr/sbin/vradmin -g <disk_group_name> -l repstatus <RVG_name>
- Take the applications and the mount points down.
- Stop the replication to a Secondary by initiating stoprep on the Primary.
# /usr/sbin/vradmin -g <disk_group_name> stoprep <RVG_name> <secondary_hostname>
- Verify that the replication has stopped.
# /usr/sbin/vradmin -g <disk_group_name> -l repstatus <RVG_name>
- Upgrade VVR from any version from 7.3.1 to the latest on the Primary.
- Start the replication to the Secondary host by initiating startrep on the Primary.
# /usr/sbin/vradmin -g <disk_group_name> startrep <RVG_name> <secondary_hostname>
- Verify that the replication has started.
# /usr/sbin/vradmin -g <disk_group_name> -l repstatus <RVG_name>
- Mount all the file systems and start all the applications on the Primary.