Troubleshooting and Basic HowTos
Identify Application path on Linux SHD Server
To identify the application path in Linux SHD Server, you will need the console access of the Linux SHD. Open the Terminal and execute command which <Application name> e.g. which gedit
Application path on Linux SHD servers will be displayed.
Checking DVM Service status
To check the status of desktop agent service, open terminal and execute following commands:
For desktop agent service
sudo systemctl status edcdvm
For desktop agent monitoring service
sudo systemctl status edcdvmmon
Check Version of HyWorks DVM Tools - Linux
To check the version of HyWorks DVM tool, open terminal with user having sudo rights and execute the command
cat /etc/edcdvm/linuxDVM/productInfo.txt
Check Installation Logs of DVM Agent
To view the installation logs of DVM agent, open terminal with user having sudo rights and execute the command
vi /etc/edcdvm/linuxDVM/Logs/linuxDvmAgentInstaller.txt
Get location of Desktop Agent Logs
To get the location of desktop agent logs, execute command
vi /etc/edcdvm/linuxDVM/Logs/DesktopAgentLog.txt
Get location of Service Status Logs
To get the service logs, execute command
vi /etc/edcdvm/linuxDVM/Logs/services_status.txt
Checking HWE/ Non-HWE Kernel
As HyWorks supports only Non-HWE kernel OS, it's important to check using below methods:
-
Open terminal and run below command
dpkg -l xserver-xorg-core
-
In output
-
If version, architecture and description is none it means kernel is HWE
-
If version, architecture and description information is available then it means kernel is Non-HWE.
-
Note
-
Accops HyWorks does not support personal/pooled desktops or virtual app delivery on HWE kernel OS.
-
Usually released versions with point 0 and point 1 have Non-HWE kernel.
Verification of Packages Installation (USB redirection not working)
To check packages are correctly installed or not:
-
Go to the location where extracted packages are available
- Locate and verify assistive package installation logs
- Go to deb_packages_verify directory > logs. On this location 2 lists are present.
- Package installed logs and package not installed logs. From that you will get to know which packages are installed and which packages are not installed.
- Verifying if Built-in USB redirection driver is installed correctly:
-
Open terminal
-
Run command > eveusb.
-
USB network gate window should get open.
-
If it does not open, then reason may be internet availability or error while extracting packages.
-
Please refer below screenshot. If below prompt occurs, then user needs to restart the Linux machine.
-
-
Verify internet is available or not and then re-install the packages. Your issue will get resolved