Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vmware:vcsa8:start [2023/04/28 09:30] – created jsvmware:vcsa8:start [2024/02/08 05:49] (current) js
Line 1: Line 1:
-====== Update VCSA with iso and cli ======+====== Virtual Center Appliance 8 ======
  
-  - Download patch iso of VCSA from VMware +  * [[vmware:vcsa8:updatecli|Update VCSA with cli]] and ISO or default URL 
-  - copy iso to a datastore +  * [[vmware:vcsa8:chgrootpw|Change to already used root password]] 
-  - mount iso in VM from that datastore +  * [[https://kb.vmware.com/s/article/90561|How to Replace Expired Certificates on vCenter Server using Fixcerts Python Script (90561)]] 
-  - login with ssh to VCSA +  * [[https://williamlam.com/2024/02/automating-certificate-manager-cli-operations-in-vcenter-server-vcsa.html|Automating certificate-manager CLI operations in vCenter Server (VCSA)]]
-  - in the application menu use following three commands +
-     <code bash>software-packages stage --iso</code> +
-     <code bash>software-packages list --staged</code> +
-     <code bash>software-packages install --staged</code> +
-\\  +
-\\+
  
-====== Update VCSA 7 with default url and cli ====== 
  
-  - login with ssh to VCSA 
-  - in the application menu use following three commands:  
-     - <code bash>Command> update.set --currentURL default</code> 
-     - <code bash>Command> software-packages stage --url --acceptEulas 
- 
- 
-</code> 
- 
- 
-     - <code bash>Command> software-packages validate 
- 
-</code> 
- 
-     - <code bash>Command> software-packages install --staged 
- 
- 
- 
-</code>