HA Pair Upgrade Using vSphere

The following procedure shows how to mount the ISO image to the appliances using vSphere.

  1. Upload the ISO to a datastore using the DataStore Browser.

  2. Connect the CD/DVD drive of both appliances to the ISO in the datastore.

  3. Log in to the appliances via SSH (or the VM console) using the "ascadminuser" account.

  4. Disband the HA setup by entering the following command on the secondary instance:

    $ asc ha --disband

  5. Apply the upgrade on both the primary and the secondary using the following command: $ asc upgrade -i

    Example: 

    $ asc upgrade -i
    Installing...
    --- Validating update
    --- HyTrust has announced the End of Life of the support for the
    --- following products:-
    --- Cisco UCS
    --- Cisco NX-OS
    --- CA Arcot
    --- CA Access Control for Virtual Environments
    --- CloudControl 5.0 will be the final version of the product that
    --- will support these products.
    --- HyTrust has announced the End of Life of the support for
    --- VMware NSX Verion 6.1.x. CloudControl 5.0.x will be the final
    --- version of the product that will support NSX Version 6.1.x.
    --- HyTrust recommends our customers using these versions to work
    --- with their VMware representatives to upgrade their environments.
    --- Upgrade Initiated
    --- Preserve CA certs
    --- Stopping services
    --- Cleaning old backups
    --- Cleaning up packages (pre-install)
    --- Upgrading packages
    --- Cleaning up packages (post-install)
    --- Performing post-install tasks
    --- Cleaning old backups
    --- Upgrading HTCC DB
    --- Upgrading HyTrust DB
    --- Restarting services

    CloudControl automatically restarts at the end of the upgrade.

  6. Run the following command from the secondary as "ascadminuser":

    $ asc ha --join <primary ha IP> --mode secondary

  7. The ISO image may now be disconnected from the appliance and removed from the datastore.