One Day Sec

How can I check the system version of VMware Workspace ONE Access and where are the application logs stored?

Use the command `vamicli version --appliance` with root privileges to view the version. The application logs are located at /opt/vmware/horizon/workspace/logs/. Additionally, common commands like `chkconfig --list` and `systemctl status` are useful for monitoring services. For version details, a Python script using pywbem and CIM connections can also be run, as shown in the article's implementation.
vamiclisystem versionlogschkconfigsystemctlPython

Browse all Q&A →