Quantcast
Channel: Virtual Machine Manager – General forum
Viewing all 2770 articles
Browse latest View live

Add Library server - standalone

$
0
0

Hi All,

I really need to add some shared folders full of ISO & VHDX files to my VMM environment however they resides on a server which is not a member of domain and cant be joined. Its the same server which is running the Hyper-V host. Im able to add it as a Hyper-V host (Add host from perimeter network wizard) to my VMM however Im unable to add it as a Library server.

I read that Library server can be only a server which is member of the same domain as VMM. Is there really no other way or workaround how to add these folders to VMM Library?

Thanks


Get VMM powershell from jobs

$
0
0

Hi All,

I like when VMM creates a service, a VM, or a complex operation.

We can see all these operations on the Jobs view, and we can almost see the first command like New-SCVirtualMachine

or something else.

Now, is there any way to get all the VMM powershell commands from a specific job. I'm sure the commands are stored somewhere since we can make a 'Restart Job' for example.

This will be nice since we can reuse these powershell commands to create great scripts.

Thanks


Regards, Samir Farhat Infrastructure Consultant


Can not login with domain\username

$
0
0

I have an issue with logging in with domain\username and password into SCVMM Console.  The only way I can login is with username and password.  This isn't normally a big problem but it is hampering my ability to deploy Windows Azure Pack since the powershell scripts are using domain\username. Has anyone seen this before and know how to fix this problem?  Thanks

Nick

VMM 2012 R2 Update Rollup 2 | Error 20413 - VMM encountered a critical exception and created an exception report | 441 Agent communication is blocked

$
0
0

The Background:

VMM environment was updated from 2012 R2 to Update Rollup 1, followed by Update Rollup 2. Bare-Metal deployments have been working successfully and no agent communication issues have occurred until now. The VMM server is on a separate instance from the SQL server. The report.txt file indicates that there is a problem communicating with the SQL server however VMM starts fine and the VMM service starts fine as well (normally not the case when there are SQL problems).

The Issue:

When the client deploys a new host it comes up with following error message after installing the VMM agent (Report attached):

"Error 20413 - VMM encountered a critical exception and created an exception report"

------------------- Error Report -------------------

----------------------------------------------------

Error report created 20/06/2014 1:53:10 p.m.

CLR is not terminating

----------------------------------------------------

--------------- Bucketing Parameters ---------------

----------------------------------------------------

EventType=VMM20

P1(appName)=vmmservice.exe

P2(appVersion)=3.2.7634.0

P3(assemblyName)=Microsoft.UpdateServices.AdminDataAccessProxy.dll

P4(assemblyVer)=6.3.9600.16384

P5(methodName)=Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPGetConfiguration

P6(exceptionType)=System.Data.SqlClient.SqlException

P7(callstackHash)=4e8

SCVMM Version=3.2.7634.0

SCVMM flavor=C-buddy-RTL-AMD64

Default Assembly Version=3.2.7634.0

Executable Name=vmmservice.exe

Executable Version=3.2.7510.0

Base Exception Target Site=140706924135576

Base Exception Assembly name=Microsoft.UpdateServices.BaseApi.dll

Base Exception Method Name=Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow

Exception Message=A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

EIP=0x00007ff9008bab78

Build bit-size=64

------------------------------------------------------------------------------------------------

Upon inspecting the host after failed deployment the host status indicates that

"Agent communication is blocked. The version of the virtualization software of the VMM agent is unsupported. Update the agent and virtualization software, and then try the operation again"

ID 441

-----------------------------------------------------------------------------------------------


MCSE: Private Cloud, Virtualization enthusiast.

memory leak issues

$
0
0
Hello.
I've been working on a project for almost 6 months.I use powershell via c# in order to control vmm.
I've been having memory issues since the beginning.I don't know what is going on.(up to 2GB in a few minutes)
I have included a very basic forms application which reproduces the problem.
In fact what i'm doing is:

 
 for (int x = 0; x < 100; x++)
            {
                using (PowerShellInstance = PowerShell.Create())
                {
                    StringBuilder sb = new StringBuilder();
                    //sb.Append("Import-Module virtualmachinemanager;");
                    sb.AppendFormat(@"$User = ""{0}"" ;", usernamev);
                    sb.AppendFormat(@"$PWord = ConvertTo-SecureString –String ""{0}"" –AsPlainText -Force;", passwordv);
                    sb.Append(@"$Credential = New-Object –TypeName System.Management.Automation.PSCredential –ArgumentList $User, $PWord;");
                    sb.AppendFormat(@"$vmmConnection=Get-SCVMMServer {0} -UserRoleName 'Administrator' -Credential $Credential;", serveripv);
                    sb.Append(@"$vmmConnection.Disconnect();");

                    PowerShellInstance.Commands.AddScript(sb.ToString());
                    var l = PowerShellInstance.Invoke();
                }
            }

Any ideas please?            
A sample project http://www68.zippyshare.com/v/3971803/file.html       

SCVMM: The SQL Server service account does not have permission to access Active Directory Domain Services

$
0
0

I am running into above issue with SCVMM 2012 and MS SQL Server 2014.

Tried all different solution posted so far but unfortunately still struggling with the same issue.

Any help in this will be highly appreciated.

Integrating SCVMM 2012 R2 with SCOM 2012 R2.

$
0
0
What are the steps to integrate SCVMM 2012 R2 with SCOM 2012 R2? thanks in advance.

Delegate custom static MAC address assignment

$
0
0

Good Morning,

Our networking environment is similar to the one referenced here (http://social.technet.microsoft.com/Forums/systemcenter/en-US/c016e1a2-e79d-4405-9e88-1df78c10b54d/assigning-mac-addresses-to-vdi-pool?forum=winRDc) where MAC addresses must be registered before an IP will be assigned.  In some instances during VM creation, we will assign a pre-registered MAC address that is not part of the SCVMM MAC pool.  Currently users must either be an Administrator or a Delegated Administrator to assign a custom MAC address.  I would like to reduce privileges for most of our users to Tenant Administrator.  Is there a way to allow Tenant Administrators to assign custom static MAC addresses?

Thank you,

Nathan


Doubt Out Of Band

$
0
0

hi all,

Is possible with out of band receive alerts of hard disk problem or other hardware issues?

best regards

Virtual Machine Manager Does Not Show Updated Status of VMs

$
0
0
Why doesn't Virtual Machine Manager always show the current status of my VMs?  I have VMM open and am also looking at Hyper-V Manager on the host server itself.  I started one (Windows 7) VM 10 minutes ago from Hyper-V Manager.  Almost immediately Hyper-V Manager show the start attempt was successful and it now shows the VM as running.  However, VMM still shows it as stopped.  How can you use a tool like this to manage your VMs when it doesn't give you current information?

Host Group Settings with Anti-Affinity Settings

$
0
0

How to configure Host Group in such a way that HA VMs for that particular Host Group  do not coexist on the same node in a failover cluster?  Thanks in advance.

vmware esxi 5.0

$
0
0

hi

i installed vmware esxi 5.0 & it working fine. but now i want to add other physical server's resources like cpu, ram or hdd from lan network to that esxi.  can anyone tell about it.

Firewall settings for SQL Server Analysis Services for VMM Integration

$
0
0

I am integrating SQL Server Analysis Services with VMM 2012 R2. I have a reporting server instance which has analysis services installed as well. The problem that I face is with the firewall settings for remote access into the analysis services instance. When I turn the firewall on, I am unable to connect with the instance, but when I am turn the firewall off, it connects perfectly and it gets configured.

So, I am interested in knowing the ports that I need to allow through the firewall at the analysis services instance server so that I can configure the integration.

So far, I have tried my luck with ports 0, 135, 80, 443, 1433, 2382, 2383 and 54321.

Thanks in advance.


SCVMM 2012 SP1 Host Not Responding WMI Unknown error 0xc0000bbb

$
0
0

Hi,

We're absolutely stumped over getting this message on some of our HP BL460c G6 hosts that we have rebuilt to Windows Server 2012 (a fully supported option).

We can add the host to SCVMM 2012 SP1 perfectly and all works well for a time and then the host goes into a "Host Not Responding" state in SCVMM.

Error (2912)An internal error has occurred trying to contact the hvbb3.jmu.ac.uk server: : .

WinRM: URL: [http://hvbb3.jmu.ac.uk:5985], Verb: [ENUMERATE], Resource:

[http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/Win32_PerfFormattedData_Tcpip_NetworkInterface], Filter: []Unknown error (0xc0000bbb)

Recommended ActionCheck that WS-Management service is installed and running on server hvbb3.jmu.ac.uk. For more information use the command "winrm helpmsg hresult". If hvbb3.jmu.ac.uk is a host/library/update server or a PXE server role then ensure that VMM agent is installed and running.

The event log shows the following 2 entries:

Windows Management Instrumentation has stopped WMIPRVSE.EXE because a quota reached a warning value. Quota: HandleCount  Value: 111791 Maximum value: 4096 WMIPRVSE PID: 1044 Providers hosted in this process: C:\Windows\System32\wbem\WmiPerfClass.dll, %systemroot%\system32\wbem\wmiprov.dll, %systemroot%\system32\wbem\wmiprov.dll, %systemroot%\system32\wbem\wmiprov.dll, %systemroot%\system32\wbem\ntevt.dll, %systemroot%\system32\wbem\wmiprov.dll

followed by:

Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: vmmAgent.exe
P2: 3.1.6020.0
P3: 512f2c20
P4: vmmAgent.exe
P5: 3.1.6020.0
P6: 512f2c20
P7: c0000005
P8: 000000000033d50a
P9: 
P10: 

Attached files:

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_vmmAgent.exe_55703a5dec99a965836cdab4419ce6aa4dd15_19152e99

Analysis symbol: 
Rechecking for solution: 0
Report Id: 6c27aa58-b855-11e2-93f1-68b599b83954
Report Status: 4
Hashed bucket: 

I have followed every step in the article at:

http://support.microsoft.com/kb/2742246

I have also manually rebuilt the WMI repository and also the Performance Counters with no luck at all. It may work for 2-3 hours and then falls back into the problem.

This is all despite it being a completely clean build of windows and is happening on more than one of our HP G6 servers.

Can anyone help please?

Thanks,

Tim

 

 

Creating a seperate Lab environment on a Hyper-V production Cluster

$
0
0

So I am sure this is answered somewhere, but I can't figure out what would be best. Here is my scenario...

I have a 3 node production cluster, and I would like to build a separate lab environment for my software team to build sharepoint. I need a couple of DC's, etc. I have more than enough resources on the nodes, but I am completely confused on what I need to do regarding the networking piece of it. I would like it to be isolated from production, but still have access to the internet. Any help would greatly appreciated.


SCVMM 2012 R2 - Static MAC Address Pools

$
0
0
Had a question about static MAC address pools in SCVMM 2012 R2. We have two different SCVMM instances, and both were using the default MAC address pool. As we began spinning up VM's in each environment, we noticed duplicate MAC addresses were being allocated due to both VMM instances uses the default MAC address pool. To resolve this, we've defined a new MAC address pool for each SCVMM instance that do not overlap with one another. We have to delete the default MAC address pool from SCVMM in order to full start using the custom pools. My question - what about all the VM's we already have running with MAC addresses from the default pool? Will the VM's keep their current MAC address, even after we delete the default mac pool - or will the VM's grab a new MAC address from the custom MAC pool? We use DHCP reservations for our VM's, so each VM having the correct MAC address is very important, and I need to understand the behavior we could expect to see when switching from the default MAC address pool to a custom one. Thanks for the help!

Azure Pack - Maximum number of virtual machines per subscription id

$
0
0

For Windows Azure Pack, what is the maximum number of virtual machines that can be created by a single user-role (i.e. per subscription-id) ?? Did not find any documentation giving these details. Can someone point to such details / documentation if there is any!

Thanks in advance.

Unsupported VM Configuration on SCSI pass-through disks - false alarm?

$
0
0

I have a brand-new 2012 R2 VM (Gen 1) on a 2012 Hyper-V host that is in SCVMM 2012 R2.  Upon adding four pass-through GPT disks via Failover Cluster Manager, the VM is now "Unsupported VM Configuration", error 659, saying there is already a device at SCSI 0,0.  A Refresh doesn't change it, and a Repair is not applicable.

I researched that multiple GPT disks were not supported in VMM 2008, but I assume they are OK now in 2012 R2.  I looked over the VM's settings in Failover Cluster Manager and SCVMM, and there is no conflict of SCSI port/LUN.   There seems to be nothing wrong with the VM itself, but SCVMM is giving a false alarm, I think. What could be causing this?

Get-SCPerformanceData cmdlet, getting error as "argument "NetworkIOReceived" does not belong to the set "CPUUsage,MemoryUsage,StorageIOPSUsage,NetworkIOUsage,PowerSavings"

$
0
0

Hi,

I am using get-scperformancedata with Performance counter "NetworkIOReceived" and "NetworkIOSent".

But on client machine its failing with below error

Cannot validate argument on parameter 'Performance Counter'. The argument "NetworkIOReceived" does not belong to the set "CPUUsage,MemoryUsage,StorageIOPSUsage,NetworkIOUsage,PowerSavings" specified by the ValidateSet attribute. Supply an argument that is in the set and then try the command again.

Client is using same power shell version i.e 3.0 as I, but still its failing at client side.

What can be issue.

Everything is working fine at my end.


Configure Live Migration Multi-channel with SW QoS

$
0
0

I'm a bit confused about what is needed to properly configure Live Migration using SMB multi-channel with QoS, using a SCVMM logical switch. Where I'm confused, coming from a VMware background, is how many and what type of vNICs that I need. I'm thinking I need two of some virtual NIC type, each with a unique IP address, which SMB multi-channel for LM would use. I would then somehow tie a SW QoS policy to the vNICs to ensure LM traffic doesn't stomp all over other network traffic types.

Any explanations would be most welcomed.


Blog: www.derekseaman.com, VMware vExpert 2012/2013

Viewing all 2770 articles
Browse latest View live


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