- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In summary of the options:
Pick one of the following:
software-packages stage --iso --acceptEulasstages software packages from ISO and accepts EULA.software-packages stage --url --acceptEulasstages software packages from the default VMware online repository and accepts EULA.
Verify that it downloaded correctly:
software-packages list --stagedlists the details of the staged software package.
Install the updates:
software-packages install --stagedinstalls the staged software package.
Apply the changes:
rebootreboots 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>