How Upgrade from VCSA 6.7 to 7.0

Hi, Today i decided upgrade my VCSA 6.7 to 7.0. First, I need to verify that my VCSA version in my environment that it supports upgrading to 7.0 or not.

For this purpose, I check it from ย Product Interoperability Matrix that can help me to find out a lot of information.

Then I downloaded VCSA 7.0 iso and run the installer.

I choose Upgarde.

1- Genral information.

Upgrading the appliance is a two stage process. the first stage involves deploying a new vCenter Server to the target ESXi host or a compute resource in the target vCenter Server.

2- License agreement, Click on check box. Next

3- Enter source vCenter Serever IP and HTTPS port that you want upgrade and press the Connect to Source Button

On this page, fill in all the blank fields, Next

4- This is where you will select the VCSA deployment target. You can choose a vCenter different from the one you are upgrading, or you can choose an ESXi host that is managed by the VCSA you are upgrading.  Once selected, click  NEXT

5- Enter the new VM name for your VCSA 7.0 and set the root password for it, NEXT

6- Select your deployment size, I choose Large. NEXT

7- Select datastore, you can select Thin or Thick disk mode, NEXT

8- Configure your temprory network settings, NEXT

9- The installer will begin deploying the new VCSA according to the settings you provided.

10-  Stage 1 of the deployment process is complete. Continue

1- The second stage completers the upgrade process by copying data from the source appliance to the deployed vCenter Server. NEXT

2- After the Pre-upgrade check is finished you will see warnings that you should look in to before you proceed.

3- Once you have fixed all the issues from the pre check or you accept the warnings shown you will need to select which data you want to migrate to the new VCSA. This is something that you have to make a decision on because it is based on what historical data you might want to keep.

4- You can now  join VMware Customer Experience Improvement Program. This basically allows VMware to collect certain sanitized data from your environment, which could help with future releases.

5- Verify the settings then check the box if you have backed up your VCSA, NEXT

6- Donโ€™t be alarmed! This is just a warning letting you know once the upgrade is complete the original VCSA will be shut down and the newly deployed VCSA will take over the network configuration.

7- This process took about 45 minutes for me.

8- The upgrade is now complete ๐Ÿ™‚

9- Login to the VCSA by the FQDN or IP address and proceed.

Finish ๐Ÿ™‚

How Upgrade vRops 7.5 to 8.5-Part4

How upgrade your vRops to new version?

We want upgrade vRops 7.5 to 8.5. There are some software update best practice:

  1. Take a snapshot of your deployed vRealize Operations clusters or back them up before you begin the software update. See the release notes for details on how to snapshot correctly.
  2. Run the pre-upgrade assessment tool before the upgrade. This is imperative and will provide you with a list of impacted content caused by the removal of numerous metrics from the product. Ignoring this step may potentially lead to broken content.
  3. Remove your snapshots after the software update completes or you may experience performance degradation.

Ok, let start the upgarde.

1- Login to your vRops admin UI:

https://your-ip/admin

2- Take cluster into offline status

3- Then go to the System Status section

4- Press Install a software update button and select your update file. Update files format must be *.PAK .

5- Then press upload button

6- If you have get error that means you dont have enough space, you can check you server space

SSH to you vRops IP Address:

df -h

my /storage/log use is 97%

7- I truncate the logs with this command:

find /storage/log/ -mount -type f -mtime +1 -exec echo {} \; -exec truncate -cs 0 {} \; 2>&1 | tee /tmp/files_truncated.txt

8- My update file’s successfully Done.

9- Press Next, and I accept the termsof this agreement

10- The next page show Important update and release information, Next

11- And Finallay press the Install button

Thank you very much.