HA Pair Upgrade Using ISO Upload

The following procedure shows how to upload the ISO file to the appliances via SFTP.

  1. Upload the ISO file to the appliances via SFTP or SCP, using the "ascadminuser" account.

  2. Log in to the appliances via SSH using the "ascadminuser" account.

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

    $ asc ha --disband

  4. Apply the upgrade on both the primary and the secondary using the following command: $ asc upgrade -i /pathname/filename.iso

    where "pathname" and "filename" are the location and file name of the uploaded ISO image.

    Example: 

    $ asc upgrade -i /home/ascadminuser/HTCC-5.3.0.53577-upgrade.iso
    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.

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

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

  6. The ISO image file may now be deleted from the appliance.