Veeam Live Event: Q1 live announcement
Short Update: Be sure to take tomorrows Live Session: More information: https://go.veeam.com/q1-live-announcementg
Virtualization Blog
Short Update: Be sure to take tomorrows Live Session: More information: https://go.veeam.com/q1-live-announcementg
Dear all Issue Had some Issues with a customer connecting to an old (5.x) Horizon View environment with my 4.10 Agent (MAC). Client connects but immediately after connecting I got a black screen and a disconnection message. Resolution This is because of a change / disable TLS 1.0 version. So just use the 4.9 client or tell your customer to update 🙂 Download You can download it here: https://my.vmware.com/web/vmware/details?downloadGroup=CART19FQ3_WIN_490&productId=578&rPId=25728 Regards and Happy New Year!
Dear all During an ESXiUpdate I hade some issues and restarted the services.sh. Then I got following error to “fix” it you have to use following command:
1 |
services.sh restart & tail -f /var/log/jumpstart-stdout.log |
You have to press CTRL+C so you can quit tail -f log monitor
Hi all Short information about an useful Twitter account: Do you know VeeamKB https://twitter.com/veeamkb Lates KB related on Veeam products – very useful. Regards Admin
Hi everyone I’m not sure if you know already this, but a few days ago I had a vSphere installation for a customer. During the configuration of the ESXi i found the little tiny button in the right upper corner: There you can: Change root Password Change Language Setting up console defaults and change the application timeout It made my life so much easyer during the ESXi management / configuration. Regards & Happy easter
Hi all My last project was based on VMware Horizon View & Windows 10. So there are a lot of guides out there (see link list at the end). I did some other changes that helped me: Compatibility Be sure, that your actual Win10 Build is supported by Horizon View: https://kb.vmware.com/s/article/2149393 Tools Use the VMware OS Optimization Tool https://labs.vmware.com/flings/vmware-os-optimization-tool Settings DelayedDesktopSwitchTimeout To configure the value of the DelayedDesktopSwitchTimeout registry entry, follow these steps: Click Start, type regedit in the Start Search box, and then press ENTER. Locate the following registry subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System Double-click the DelayedDesktopSwitchTimeout registry entry. In the Value data box, type 5, and then click OK. On the File menu, click Exit....
Hi All Short info: If you need some RegistryHacks for Veeam, check out this KB – very useful. Registry Values in Veeam Backup & Replication: https://www.veeam.com/kb2182 Regards vm-UP! Team
Hi all Some links, that my help you: O365 Data Location http://o365datacentermap.azurewebsites.net/ Azure Services https://azure.microsoft.com/de-de/regions/services/ Azure Location http://azuredatacentermap.azurewebsites.net/ Regards vm-UP ! – Team
Hi all Just a short information. Be sure to join the VeeamON Tour. It will be a great Event with lots of news. For EMEA you can register here: https://go2.veeam.com/veeamon-tour-emea Regards Patrice
Hey all Issue Today I had an issue joining a Windows 7 Client to a DSfW (Domain Services for Windows – Novell -> MicroFocus) Solution was to enable SMB1: Add RegKey
1 |
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 0 -Force |
Modify Service