vFouad
Leadership
Leadership

In summary of the options:

Pick one of the following:

  • software-packages stage --iso --acceptEulas     stages software packages from ISO and accepts EULA.
  • software-packages stage --url --acceptEulas     stages software packages from the default VMware online repository and accepts EULA.

Verify that it downloaded correctly:

  • software-packages list --staged      lists the details of the staged software package.

Install the updates:

  • software-packages install --staged   installs the staged software package.

Apply the changes:

  • reboot  reboots the VCSA

Also if like me you had a PSC where the software-packages command was missing try this instead:

# python /usr/lib/applmgmt/support/scripts/software-packages.py <Then add options>

Reply
0 Kudos