Veeam Restore Linux VM and NIC (network card) not showing

Hi,

I found when I recovered a VMs with Veeam version 8 update 2, the Nic card was not showing. This is related to the change of the MAC Address.

You need to ensure in this file :

/etc/udev/rules.d/70-persistent-net.rules

You have only one ETH0 and also the MAC ADDRESS in this file, matches the MAC address of your NIC Card in the VMware Properties!

After to ensure your NIC configuration follow update you MAC address inside this file also.
/etc/sysconfig/network-scripts/ifcfg-eth0

 

JF

Visual Studio – “Could not run the GenerateResource” after conversion

Problem:
After a project upgrade/update/convert you receive the following error on Build:

Could not run the “GenerateResource” task because MSBuild could not create or connect to a task host with runtime “CLR2? and architecture “x86?. Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable “C:\Program Files (x86)\MSBuild\12.0\bin\MSBuildTaskHost.exe” exists and can be run.

Solution:
Edit your project file (.csproj | .vbproj) with a text editor such as Notepad.
Manually add this line at the end of the first PropertyGroup node:

<PropertyGroup>

<DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost>
</PropertyGroup>

Netextender SSL error Sonicwall OS 5.9+

Hi,

With the newer sonicwall 5.9+ os, there’s minor differences when you setup the SSL VPN from previous OS.

Not so tricky, but, when I try to login from a windows 8.1 machine I face an SSL error with the self signed ?

please make sure the server has valid certificate …

You need to change the following settings :

SSL VPN -> Server Settings -> Check Enable Server Cipher Preferences -> Select : 3DES_SHA1.

 

Reconnect and work….. Cheers..
FYI on the Mac the connection was working with the default settings.

 

Hyper-V on Vmware and Hyper-V Tips and Trick

Hi,

I’m using VMware for now nearly 10 years. I heard a lot of nice feature of Hyper-V. Now I will jump into it and share some discovery.

First, I’m Vmware, so I want to have Hyper-V run on my VMware workstation. Thanks to another tech – blogger, (I will not take the credit)

http://www.rickygao.com/enable-hyper-v-under-vmware-workstation-for-your-lab/

Also I wanted to create template, but I don’t have System Center Virtual Machine Manager (VMM).

http://oxfordsbsguy.com/2014/06/02/how-to-create-a-hyper-v-vm-template-without-vmm/

First read it’s always “Best Practices”

http://blogs.technet.com/b/askpfeplat/archive/2013/03/10/windows-server-2012-hyper-v-best-practices-in-easy-checklist-form.aspx

Stay tune, all tips I found I will share.

J

SQL Server Installation Error Language FR / French

Hi,

You have a french OS, all in french, you download SQL Server in French, you start the setup and you face this error :

This SQL Server setup media does not support the language of the OS, or does not have the SQL Server English-language version installation files. Use the matching language-specific SQL Server media; or install both the language specific MUI and change the format and system locales through the regional settings in the control panel.

Don’t panic, you check all your regional settings, your in French (Canada)…. Why it’s not working…..  I don’t know, but change all your regional settings to French (France). Start the setup, install and enjoy.

Put back your regional setting back to french canada after the setup.

Thanks Microsoft,