Tag Archives: vSphere

VMWare vSphere: Update VCSA Appliance from command line

Hi,

I will show you how you can update a VCSA Appliance from command line rather then from webfrontend.

I assume you have configured a proxy server when you do not have a direct internet connection.

Login to the appliance at the console or by ssh.

First of all check the state of the lookup service by lsdoctor

Run the lsdoctor tool to recognized some certificate issues. Certificate issues are often the problem when an update fails.

Command> shell
root@vCenter [ ~/lsdoctor-master ]# python lsdoctor.py -l
2021-12-13T12:52:04 INFO generateReport: Listing lookup service problems found in SSO domain...
2021-12-13T12:52:04 INFO generateReport: No issues detected in the lookup service entries

Continue reading VMWare vSphere: Update VCSA Appliance from command line

Advertisment to support michlstechblog.info

VMware vSphere: Copy files to the VCSA (Linux) Appliance

Hi,

each user who migrated their Windows based vCenter Servers to the Linux based VCSA Appliance have the save problem. How can I copy files (for example certificates) to and from the VCSA.

The vSphere VCSA appliance have a builtin ssh daemon. Unfortunately it doesn’t support sftp/scp. If try to connect an
Error: Cannot initialize sftp protocol. occurs.

Continue reading VMware vSphere: Copy files to the VCSA (Linux) Appliance

VMware: Upgrade VMware tools without reboot

Hi

by default when upgrading the VMware tools of an VM and a reboot is requested the VM autmatically reboots after installation.
Continue reading VMware: Upgrade VMware tools without reboot

PowerCli: Invoke-VMScript fails with “An error occurred while sending the request”

Hi,

you want to call some commands in a VM and you got the following error “An error occurred while sending the request”
Continue reading PowerCli: Invoke-VMScript fails with “An error occurred while sending the request”

VMware vSphere: HTML5 Webclient returns 503 Service Unavailable (Failed to connect to endpoint)

Hi,

last week I upgraded an vSphere instance from vSphere 6 to vSphere 6.7.
Continue reading VMware vSphere: HTML5 Webclient returns 503 Service Unavailable (Failed to connect to endpoint)