December, 2014
Installing VMware Tools

1. First Right click on the Virtual Machine 2. Mount the Virtual CD
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# mkdir /mnt/temporal # mount /dev/cdrom /mnt/temporal/ mount: block device /dev/sr0 is write-protected, mounting read-only # mkdir /root/vmware # cp -R /mnt/temporal/* /root/vmware # umount /mnt/temporal # cd /root/vmware # tar -xzvf VMwareTools-9.4.0-1280544.tar.gz # cd vmware-tools-distrib/ # ls bin doc etc FILES INSTALL installer lib vmware-install.pl [root@owncloud vmware-tools-distrib]# ./vmware-install.pl --default Creating a new VMware Tools installer database using the tar4 format. That's it |
Alfanux
RDP Fails - Remote Desktop - a fatal error occurred
RDP Fails – Remote Desktop – a fatal error occurred
Remote Desktop – a fatal error occurred when attempting to access the ssl credential private key 1. Please delete the self-signed certificate. You may do this using mmc.exe, add Certificates snapin, select Computer account. The self-signed certificate should be under Remote Desktop\Certificates. 2. After successfully deleting the self-signed certificate please restart the Remote Desktop Configuration service. In Event Viewer please verify that event id: 1056 from Source: TerminalServices-RemoteConnectionManager was logged indicating that a new certificate was created. Rdp fails, error Remote desktop , ssl error. Error Terminal service, errorRead More