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 with InfoScale 7.4 or later
Use the product installer to first upgrade VVR on the Secondaries and then on the Primary.
To upgrade a Secondary
- Pause the replication to a Secondary by initiating pauserep on the Primary.
# /usr/sbin/vradmin -g <disk_group_name> pauserep <RVG_name> <secondary_hostname>
- Verify that the replication has paused.
# /usr/sbin/vradmin -g <disk_group_name> -l repstatus <RVG_name>
- Upgrade from VVR 7.4 or later to VVR 8.0 on the Secondary.
- Resume the replication to the Secondary by initiating resumerep on the Primary.
# /usr/sbin/vradmin -g <disk_group_name> resumerep <RVG_name> <secondary_hostname>
- Verify that the replication has resumed.
# /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.
- Pause the replication to the Secondary by initiating pauserep on the Primary.
# /usr/sbin/vradmin -g <disk_group_name> pauserep <RVG_name> <secondary_hostname>
- Verify that the replication has paused.
# /usr/sbin/vradmin -g <disk_group_name> -l repstatus <RVG_name>
- Upgrade from VVR 7.4 or later to VVR 8.0 on the Primary.
- Resume the replication to the Secondary by initiating resumerep on the Primary.
# /usr/sbin/vradmin -g <disk_group_name> resumerep <RVG_name> <secondary_hostname>
- Verify that the replication has resumed.
# /usr/sbin/vradmin -g <disk_group_name> -l repstatus <RVG_name>
- Mount all the file systems and start all the applications on the Primary.