InfoScale™ 9.0 Release Notes - AIX
- Introduction and product requirements
- Changes introduced in this release
- Fixed issues
- Limitations
- Storage Foundation software limitations
- Dynamic Multi-Pathing software limitations
- InfoScale Volume Manager software limitations
- File System (VxFS) software limitations
- SmartIO software limitations
- Replication software limitations
- Cluster Server software limitations
- Limitations related to bundled agents
- Limitations related to VCS engine
- Limitations related to the VCS database agents
- Virtualizing shared storage using VIO servers and client partitions
- Cluster Manager (Java console) limitations
- Limitations related to LLT
- Limitations related to I/O fencing
- Limitations related to bundled agents
- Storage Foundation Cluster File System High Availability software limitations
- Storage Foundation for Oracle RAC software limitations
- Storage Foundation for Databases (SFDB) tools software limitations
- Storage Foundation software limitations
- Known issues
- Issues related to installation, licensing, upgrade, and uninstallation
- Storage Foundation known issues
- Dynamic Multi-Pathing known issues
- InfoScale Volume Manager known issues
- File System (VxFS) known issues
- Dynamic Multi-Pathing known issues
- Replication known issues
- Cluster Server known issues
- Operational issues for VCS
- Issues related to the VCS engine
- Issues related to the bundled agents
- Issues related to the VCS database agents
- Issues related to the agent framework
- Cluster Server agents for Volume Replicator known issues
- Issues related to Intelligent Monitoring Framework (IMF)
- Issues related to global clusters
- Issues related to the Cluster Manager (Java Console)
- LLT known issues
- I/O fencing known issues
- Storage Foundation and High Availability known issues
- Storage Foundation Cluster File System High Availability known issues
- Storage Foundation for Oracle RAC known issues
- Oracle RAC known issues
- Storage Foundation Oracle RAC issues
- Storage Foundation for Databases (SFDB) tools known issues
- Issues related to installation, licensing, upgrade, and uninstallation
Upgrade causes disconnect between VVR primary and secondary on AIX (4116979)
This issue is observed when you upgrade an InfoScale VVR setup from version 7.4.2 to 8.0.2 on the AIX platform. In a VVR configuration, when the replication is paused and the secondary is upgraded to version 8.0.2, there is a disconnect between the VVR primary and the secondary.
The primary RVG entry is not found on the secondary. The replication status from the secondary displays the following:
VxVM VVR vradmin INFO V-5-52-1205 Primary is unreachable or RDS has configuration error. Displayed status information is from Secondary and can be out-of-date.
On the primary, the vradmin repstatus command displays no information about the secondary. Missing RVG in the RDS leads to failure in the migrate operation. In such a scenario, you cannot perform an upgrade on the VVR primary.
Workaround: To successfully upgrade the primary in such a scenario, you need to first take all the service groups offline on the primary and make the primary as the secondary. Detach the rlink from the primary and then proceed to upgrade the primary.
Perform the following steps on an RVG on the primary:
- Take the application service group offline to unmount all the volumes.
# hagrp -offline servicegroup -any
- Convert the primary RVG to secondary.
# vxrvg -g diskgroup makesecondary rvgname
- Detach the rlink from the new secondary.
# vxrlink -g diskgroup -r rvgname det rlink
- Run the InfoScale installer on the secondary and upgrade the secondary.
# ./installer.sh
Observe that the replication status may appear as "config error: secondary SRL missing" because the installer fails to associate the SRL to the RVG.
- Manually attach the SRL to the RVG.
# /usr/sbin/vxvol -g diskgroup aslog rvgname srlname
This step is needed if during the upgrade of the secondary in the earlier step, the product installer fails to associate the SRL to the RVG.
- Attach the rlink for the RVG.
# vxrlink -g diskgroup -r rvgname att rlink
- Convert the secondary RVG to a primary RVG.
# vxrvg -g diskgroup -F makeprimary rvgname
- Pause the replication for the RVG.
# vradmin -g diskgroup pauserep rvgname
- Resume the replication for the RVG.
# vradmin -g diskgroup resumerep rvgname
Verify that the replication status shows as "failback synchronisation needed (fbsync)".
- Resynchronize the primary and secondary.
# vradmin -g diskgroup resync rvgname
- Repeat these steps for all the RVGs.