Upgrading the AIX operating system

Use this procedure to upgrade the AIX operating system if SFHA 6.0.1 is installed. You must upgrade to a version that SFHA 6.0.1 supports.

To upgrade the AIX operating system

  1. Create the install-db file.
    # touch /etc/vx/reconfig.d/state.d/install-db
  2. 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
  3. Stop all the volumes by entering the following command for each disk group:
    # vxvol -g diskgroup stopall
  4. If you are upgrading 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
  5. Stop the VEA backend service by entering the following command:
    # /opt/VRTS/bin/vxsvcctrl stop
  6. Upgrade the AIX operating system. See the operating system documentation for more information.
  7. Apply the necessary APARs.
  8. Enable SFHA to start after you reboot.
    # rm /etc/vx/reconfig.d/state.d/install-db
  9. Reboot the system.
    # shutdown -Fr