Quantcast
Channel: Virtual Server forum
Viewing all 1182 articles
Browse latest View live

Network issue with Server 2012R2 Hyper-V

$
0
0

Weird issue with Sever 2102R2 2 node cluster. Has worked for several years but during patch Tuesday reboots 2nd node could not rejoin cluster. Cluster validation tool indicated it was a network error and Failover cluster manager shows same issue even though all NICs are up and can be reached via Ping, etc. Network configuration has 4 network adapters. #1 is on 192.168.140.10(LAN) on VM01 and 192.168.140.40(LAN) on VM02. #2 on both is setup as VM_Main in Hyper-V so doesn't have an IP address just Hyper-V virtual switch. #3 is on iSCSI network 192.168145.7(SAN) on VM01 and 192.168.145.11(SAN) on VM02. #4 is on iSCSI network 192.168.145.8(SAN) on VM01 and 192.168.145.12(SAN) on VM02. The SAN is connected to 2 - HP2530 switches with one adapter from each host and each controller (2) on the equalogic on each switch. The Hyper-v vEthernet adapter is on 192.168.140.23 and shows enabled on VM01. On VM02 the adapter is set to automatically detect and disabled.  I don't remember what the normal status of the vEthernet adapter was on VM02 as I set it up a while ago and it has worked (I was thinking the owner of the vEthernet switch was the controlling node in the cluster so disabled was normal for the non-controlling node). All adapters have IPv6 set to auto except the iSCSI SAN NICs where IPv6 is not installed. Cluster network 1 192.168.140.0 is set up for cluster communication.

On the cluster the cluster service on VM02 won't start and the network details in the cluster manager show that Cluster Network 1 - 192.168.140.40 (LAN) and Cluster Network 2 - 192.168.145.11 (SAN) are unreachable. Both networks are running fine on VM01 and all virtual machines are running on VM01. Again I can ping all interfaces and the binding order is the same on both nodes - LAN, VM_Switch, vEthernet Switch, SAN1, SAN2.

I have read quite a lot over the last few days and the indication is that the networks are not set up correctly but I am not sure how to change it. Again it has worked for quite a while and other than patches not sure what changed.

Sorry for such a long post but I know the more you know the easier it is to diagnose.


ewb



Internal Error in the .Net Runtime and clr.dll fault module

$
0
0

I have noticed a potential fix for these two sets of event logs.http://support.microsoft.com/kb/2640103. Our ImageRight is a third-party application. The application is on a Citrix hosted terminal server running windows 2008 R2 server OS. We are on .Net 4.5 Framework, Not sure what causes the application to crash, but a restart seems to fix things, it happens towards the end of the day. A question we have is the above hotfix is a potential fix, but that is for 4.0, and I have seen some folks uninstall 4.5, install 4.0, then install the hotfix, then run MS updates which upgrades .Net back to 4.5 and things seem to work. My question is what does this hotfix change, since we want to go to .Net 4.5 wouldn't the hotfix get taken off and .Net 4.5 replace the dlls the hotfix would have updated?

Faulting application name: imageright.desktop.exe, version: 5.7.7.1678, time stamp: 0x5332a927

Faulting module name: clr.dll, version: 4.0.30319.18444, time stamp: 0x52717e84

Exception code: 0xc0000005

Fault offset: 0x000a6d27

Faulting process id: 0x5714

Faulting application start time: 0x01cff8ccedae8d2b

Faulting application path: C:\Program Files (x86)\ImageRight\Clients\imageright.desktop.exe

Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll

Report Id: 479ab52a-64c0-11e4-912c-0050569c5ee7

Application: imageright.desktop.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an internal error in the .NET Runtime at IP 6AA56D27 (6A9B0000) with exit code 80131506.

Power usage in Hyper-V

$
0
0

Hi All, I wanted to post this question to get a larger perspective. 

In the team I work on, we have had reports of the laptop power draining much quicker when using the VM. I understand that this would sound normal to use more power being its a virtual machine. However, I'm wondering if someone has seen issues where the fans remain at a high speed even if at the lock screen, and the power seems to drain unusually fast?

Does anyone know of any tools that I can use to test the hardware within the VM to essentially find where the VM might be putting more "workload on the hardware" than the host machine?

Probably sounds like a crazy question but any thoughts are appreciated.

Thanks


JCtech1123, Cheers

Stop-VM via Powershell on HyperV Host

$
0
0

Hello,

I am trying to shutdown all machines on a VM HOST

$VMnames = get-vm |select-object VMElementName
$VMNames |out-file "C:\Windows\Scripts\VMs.log"
$VMs = get-content -path "C:\Windows\Scripts\VMs.log"
Foreach ($VMname in $VMs)
{
write-output "Reboot VM $VMname" |Out-File "C:\Windows\Scripts\Reboot.log" -Append
Get-Date |Out-File "C:\Windows\Scripts\Reboot.log" -Append
Stop-VM $VMname –Force
}

But this doesnt work whereas STOP-VM <NAME> -Force works

STOP-VM -Name <Name> -Force doesnt work at all

Any Idea? Regards Roman


ooGDoo

How to change Hyper-V 2012R2 Enhanced Session Mode Options?

$
0
0

MS Server 2012R2 with latest updates features improved Hyper-V hypervisor with broader functionality. In particular, it offers Enhanced Session Mode (ESM) for Win8.1 Guest VMs similar to VMware Tools allowing to integrate host PC services. Repeat publications on the web explain how to switch On the Enhanced Session Mode, like (no links were allowed by this site):

Using Virtual Machine Connection and the Enhanced Session Mode

Remote Desktop Settings for Hyper-V VM

Virtual machine Connection - Enhanced Session Mode Overview

What is missing in all them - a simple hint on how to change Enhanced Mode options btw VM sessions. It appears, MS developers forget to add such control to Hyper-V Manager. A running VM'sEnhanced Session Dialog allows to tick option "Save my settings for future connection to this virtual machine". But... it doesn't always work. Whether you select or deselect it, your choice of options is saved somewhere - but I couldn't find it anywhere, including mentioned in one article above folder %appdata%\roaming\Microsoft\Windows\Hyper-V\Client\1.0 , where some Hyper-V settings are saved, but not for this Dialog's options. 

Resetting a VM or switching the Enhanced Mode support in Hyper-V Manager Settings doesn't do it either, whether you Restart, Refresh service, switch Off / On ESM support, or whatever. Contrary to above article,Edit Enhanced Session Settings option doesn't exist now for VMs in Hyper-V Manager. The only way to change such options like choosing different devices via Enhanced Session Dialog I found was deleting the VM and re-creating it all over again.

Are there any normal ways to change the Dialog options once set?Where they're stored on the host? Pls verify your advice before posting, don't limit it to canned "troubleshooting" messages. If NO ways to change the Options, pls escalate this bug to developers for patching. For example, VMware GUI offers direct very convenient way to dynamically connect any removable device.












Pass through disk replace

$
0
0

Hi all

My Hyper-V local disk that use Pass-Through for VM was fail.

So I replaced failed disk.

After replace, Disk Manager don`t show disk status.

Normary disk show Primary(Healthy) status.

Replace Disk that use pass-through don`t show status

 Is it correct?

Do I need to show disk status?

Thx

Migrating Linux VM from 2012 to 2012R2 hv_vss_daemon issue

$
0
0
Hello
When migrating our Red Hat Enterprise Linux 6.7 VMs from server 2012 to server 2012R2 the hv_vss_daemon (part of intgrated services) fails to start automatically on boot. I've tried uninstalling and reinstalling integrated services version 4.0 I've tried upgrading to integrated services 4.1 and still no luck. Is this an issue/bug when migrating Linux VMs with Integrated Services?

Has anyone successfully completed the above without and issue? 

Regards

Virtual Machines monitoring

$
0
0

Hi,

I have around 200 virtual machines running different applications. Is there any way to find out which virtual machines have not been used for particular time so that we can remove them from the environment. 


How to rename snapshot on VM via powershell?

$
0
0

I've VM server with lots of folders and logical servers. I want to rename a specific snapshot on one of my servers using power-shell. I tried to do it by myself learning on Set-SCVMCheckpoint & Get-SCVMCheckpoint but without success.

Could you please assist and show me the correct full command?

Remote App/ VDI's and Direct Access Server 2012

$
0
0

We have a Remote Desktop Services deployment based on VDI and remote app. The environment is server 2012R2 (throughout), and Direct Access Clients running windows 8.1

Internally connecting to Remote Apps and VDI works and the network logs shows connection through IPv4.

Over DA the clients fail to connect to the Remote Apps and VDI again only showing connection through IPv4.

On the RDS IPv6 is enabled and they can be individually pinged return a IPv6 address, likewise the can be RDP too.  There is just the issue connecting through the connection broker to the session host or VDI host.

Any thoughts to get Remote App and VDI pools working through DA?

Virtual server naming convention

$
0
0

I am the new sysadmin for an IT company that has asked me to come up with a naming convention for all the servers within a vmware configuration.

These are the required details to be integrated in the name convention:

- environment

- number

- and preferably the name of the person that requested it (this will not always be applicable)

- the client name (Disney, Levi, etc.)... but not always applicable.

As a side note, the location of the servers are not relevant due to them being virtual.

I would greatly appreciate any suggestions for name conventions.

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

$
0
0

ظظ제이제이 45ഇ  제이제이닷컴ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

ظظ청량리 포켓몬Goə/ɚ 몬스터ഇ 출몰지역ʌ/а

New VHD not visible

$
0
0

Hi,

I have added new VHD to virtual machine, suddenly new VHD is not visible in VM, after restarted the VM it visible.

I am using Hyper V on windows server 2012 R2. We have enabled Checkpoints in Hyper V. Following event code reported.

Event ID 10170: Requester reported unsuccessful backup for the virtual machine

Event ID 16010:  The operation failed.

Event ID 19100: background disk merge failed to complete: The device does not recognize the command. (0x80070016).


Thanks, Manish

Ⅽ&Ⅿ대구중구–❡ ╴제이제이닷컴¦ 포켓몬고

$
0
0

–❡ ╴제이제이닷컴–제이제이45–다컴–  –❡ ╴제이제이닷컴 제이제이45다컴  

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고 Ⅽ&Ⅿ대구중구¦ 포켓몬고

Remote Desktop Connection keeps "Reconnecting"

$
0
0

1-
When I use Remote Desktop to connect to a Windows 10 VM, running on Windows 2012 R2 Core Server, the connection is lost after a couple of minutes, and then reconnects (usually on the first attempt, out of 20) only to lose connectivity again. This process repeats endlessly, no matter if there is a process (like "ping -t", ftp, etc.) running on the VM machine or not. This makes the entire VM structure useless.

2- 
If I connect to the same VM as above using Hyper-V manager (Connect.. option) running on a Win8 or Win10 cumputer the connection is stable, never lost, so no problem.
But o
nce I close this window, the process (for ex. "ping -t ") started on the VM machine drops as well.

Any ideas, suggestions, help would be greatly appreciated.

Thank you,
MikeOv


Can't find Virtualization settings in AMI BIOS

$
0
0

Asus machine, running Windows 8.1 Home

BIOS American Megatrends 0402 from 2013

Can't create a virtual machine because virtualization is not enabled. 

Can't find it in any of the BIOS menus though. Seems to be a common problem with AMD processors and the AMI BIOS. 

Some people find it in security settings and some in system settings, while most in CPU settings. None of those or any other menus show any virtualization options at all. Nothing for AMD-V or SVM.

I downloaded Speccy and discovered that my processor does support virtualization but is not enabled of course. No support for hyper threading. But should still be able to create a VM.

Is there a way to unhide this virtualization option? Which menu??

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

$
0
0

 ⁃㈎제이제이닷컴 ㈔⁃☯ hTTps://JJ zoa45. com  오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치오산시 ⁃㈎제이제이닷컴 ㈔⁃☯포켓몬고 위치

Hyper-V vswitches and linux AFPACKET bridging

$
0
0

Hello!

I seem to be having a problem with hyper-v client. I'm running windows 10 x64, and installed hyper-v on my system. So far, it's a great hypervisor, and the features are just fantastic. I really wish MS would advertise this as a feature, because it's pretty awesome.

Anyhoo, here's my problem:

I'm a malware analyst and I have the following network setup in hyper-v:

1 vswitch bridged to my workstation's physical network card. We'll call this vswitch1

3 private vswitches. We'll call these vswitch2, 3, and 4, respectively.

I have a PFsense VM connected to vswitch 1, 2, and 3. PFSense works fine and routes/firewalls properly between all the networks.

I have another VM, a debian 8 x64 linux VM. This VM is connected to vswitch 2 for management access, and connected to vswitch 3 and 4 to act as a bridge.

Why am I doing this? I plan on having malware analysis vms on vswitch 4. the debian VM acts as "fail-close"/failsafe in that if the malware does things I don't expect, I can power down the VM and remove its network access while leaving the PFSense VM that is routing and firewalling for my other VM networks alone.

I've done this before and I have gotten this to work on virtualbox, vmware workstation, vmware fusion, and vmware ESX with zero problems.

I configure the interfaces that my IPS software will be sniffing on (in this case, assume I'm using the snort IPS):

- I turn off any and all checksumming and/or checksum offloading for the interfaces

- I put the interfaces into promiscuous mode

- I activate snort and configure it to bridge between my two network interfaces (eth1 and eth2, respectively) using AFPACKET.

I spin up a malware analysis VM and put it on vswitch 4 and... it can't reach anything at all. running TCPDUMP shows that broadcast traffic makes it to my IPS/failsafe VM, crosses the bridge, then my pfsense VM, connected to vswitch 3 never sees it. It doesn't respond to ARP, it doesn't respond to DHCP.

So I gave my analysis vm a static IP address, a default route, its dns servers, and statically configured arp so that the VM would know the mac address of the PFSense VM (its default gateway) and... nothing worked still. It's almost as though vswitch 3 is dropping the traffic somehow.

Now, when I do this in vmware ESX, I have to configure any vswitches that I'm bridging between to allow promiscuous mode for this to actually work. Knowing this, I did the following:

On my PFsense VM, I configured the interface on vswitch 3 to be a port mirroring SOURCE

On the IPS VM running debian, I configured the NIC connected to vswitch 3 to be a DESTINATION

On my malware analysis vm on vswitch 4, I configured it to be a port mirroring SOURCE

On the IPS VM running debian, I configured the NIC connected to vswitch 4 to be a DESTINATION

In order to ensure that my options were thoroughly exhausted, I've also tried over port mirroring permutations, all of which didn't work:

PFSENSE vswitch 3 as DESTINATION, IPS VM vswitch 3 as SOURCE

IPS VM vswitch 4 as SOURCE, analysis VM as DESTINATION

Analysis VM as SOURCE, IPS VM vswitch 4 as DESTINATION,

IPS VM vswitch 3 as SOURCE, PFSENSE vswitch 3 as DESTINATION

and still, it doesn't work, and I can't fathom why.

So let's recap:

- I'm trying to bridge to hyper-v vswitches together with a LINUX vm using AFPACKET bridging.

- I'm not asking for linux or IDS/IPS technical support. I've done this a number of time on other baremetal and hosted hypervisors and got it to work.

- Just so we're abundantly clear, I have checksum offloading turned off completely on the linux VM interfaces, and snort is operating with the "-k none" flag to NOT mess with network traffic checksums. Still no dice.

- I've turned on promiscuous mode on the linux vm's network interfaces, activate the bridge, and can see broadcast messages (DHCP requests and ARP requests) go across the AFPACKET bridge, but then something is preventing the VM on the other side from getting the traffic. the fact that I can see the broadcast traffic on either side of the AFPACKET bridge leads me to believe that this isn't a linux problem, it's a problem with hyper-v, or the vswitch, or something.

- I am well aware of the vswitch port mirroring functions and they seem to not be working, at least in a way that I expect them to.

Please help if you can. Thanks!


I put in a consumer support ticket (1348219717) and was told to ask my question on the Microsoft Community forums who then told me that I should try asking the question here.

this is a verbatim copy of:https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/hyper-v-vswitches-and-linux-afpacket-bridging/ad4b6716-3532-41ef-944b-8eafe54bef30?tm=1469201700464

2008R2 Hyper V unable to connect

$
0
0

I have a 2008R2 Enterprise Server with Hyper V running on it. I can configure and set up Virtual machines with the Hyper-V Manager version 6.1.76 but cannot connect to the Hyper V using the windows 10  version of Hyper V Manage Version 10.0.10586.0. Is this normal or is there a way to connect using the current version?

Thanks in advance.


David Sweet

Pre loaded MS 10 OS

$
0
0

I had bought a HP laptop with preloaded MS 10 OS licenced version in 2014.

Recently there was some issue with the laptop and the same had to be formatted.

The registered vendor while handing over the laptop installed a trial version of MS 10 OS.

Is it possible to get the licenced version reinstalled without paying for it again.

Viewing all 1182 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>