VMSMP warning event id 28 on 2008 R2 with Hyper-V

I am using a HP ProLiant DL380 G6 with a full install of the 2008 R2 Datacenter, the only role added is Hyper-V. There is 4 integrated NICs on the server, I also added a Quad port adapter. One nic is for the host, the rest is dedicated to virtual machines
(no config on the host OS - apart from disabled Offload). All virtual networks have not checked the box for allowing the host OS to share the adapter, all machined using dynamic MAC-addressing. All Hp agents installed - apart from HP network config utility.
All virtual machines works pretty well, but all of them have short stops in network traffic. One virtual machine is a terminal server (or Remote Desktop Server) serving 10-15 users. All users are pretty annoyed with the fact that the server often stops responding
for a few secs, and then continues as normal. Sometimes the server disconnects the RDP connection and the users have to log in all over again. Another physical server is running Backup Exec - but all backup jobs ends up with a communication error to remote
agents on virtual servers (sometimes also the host has these errors).
The system log is filled with this and simular events:
Port 'SWITCHPORT-SM-6B477375-B522-4704-9998-79103BFE3F34-3-1' was prevented from using MAC address '00-15-5D-0F-30-08' because it is pinned to port '187215F7-4AC9-4ACF-8'.
I have double and triple checked the mac address config, but all virtual machines have unic addresses - and none colliding with any other adresses on the network. The switch in place is a HP ProCurve gb unmanaged 24 port - seems to work OK.
All these warnings in my host's system log seems to to actually log an error - as the VM's loose network connection at the same time as the log is generated. 
As most search engines are focusing on the duplicate mac adress problem, I am having a hard time working this out.. 
Any ideas?

Hmm, I am still not able to get this working correctly.. After enabling mac address spoofing, the messages are no longer warning messages, only informational:
The MAC address '00-15-5D-0F-30-0E' has moved from port 'D5D16391-4A0B-43AF-8D75-9A9DBBF4638C' to port 'D827152D-A4E0-41B6-AA5D-E33963330607'. And it is filling my system log with similar events. Anybody have a clue WHY?
But the short stops in network traffic is still there, all my backup jobs fail. I have tried to set static mac addresses on all virtual nics - I even removed all the virtual network cards from vm's, deleted them from the host and started all over again.
That is - I created new virtual networks and added new nics to each VM. And there is still this problem that I cannot seem to find any solution for. 
The funny part is that I have used this setup with several customers using a singlehost-solution without any problems anywhere else. That is using both Hyper-V and VMware.
I am running out of options here....
Anybody?

Similar Messages

  • Mouse not working in Virtual machine (win2k3 32 and 64 bit) on Windows Server 2008 RC1 With Hyper-V Technologies

    I have installed two virtual machines(win2k3 32bit and win2k3 64bit ) on Windows Server 2008 RC1 With Hyper-V Technologies (Beta) enterprise. Mouse is getting lost inside VM (using CTRL+ ATL +  LEFT ARROW  comes mouse control control in host OS).
    Is there any setting to make mouse works? Insert Integration Serice setup Disk operation succeeds.

     all credits for mike_something
    The problem is that the old mousedriver is hooked to the mouse device class.
    To remove this dependency, go into the registry and navigate to the key
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}
    Remove the value msvmmouf from the UpperFilters Regvalue.
    Reboot....
    tadaaa!!
    If you wish you can take out the drivers completely by deleting these registry hives completely :
    The driver:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\msvmmouf
    The Service:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\VPCMap
    The CopyHook Shell Extension: ( for folder access )
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{30C14BA C-122C-42ED-B319-1139DBF48EB8}\InProcServer32
    HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandle rs\VPCCopyHook
    After a reboot you can delete the "Virtual Machine Additions" folder from program files...
    Good Luck!

  • I can not update a Windows Server 2008 R2 with Software Update Group in SCCM2012

    Hi all,
    I got some problems with update deployments these days.
    I try to configure SCCM2012 to update 1 Windows Server 2008 R2 (with Hyper-V / This server is in a cluster)
    Actually i've 4 other Hyper-V servers and i would like to add one more in the cluster called Hyper-V5. To do that i need that all Hyper-V servers use the same Windows Updates.
    I created a collection for my Hyper-V servers and then a Software Update Group with all needed updates (checked the list of another HV-Server).
    I did a deployment on this collection using this new Software Update Group.
    I checked the Sofwtare Center's logs on the Hyper-V5 server and i saw that synchronization has a successfull state.
    But there is no updates installed or displayed in Sofwtare Center.
    Here is some screenshots : Oh no i can't post image because ... "Body text cannot contain images or links until we are able to verify your account." waiting to be verified since months.
    Thanks for your help.

    Hi,
    Have you try to run Software Updates Scan Cycle and Software Updates Deployment Evaluation Cycle Actions on the client? Please check ScanAgent.log and PolicyAgent.log to see whether the client received the updates deployment policy.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Using warning events in combination with temporal reasoning

    OPA settings and environment settings
    OPA version
    10.3.0.77
    OPA Project properties
    Rule language: Dutch
    Region: Netherlands (Dutch)
    We are using temporal reasoning to make decisions. Example: 'Decision X' is initially 'uncertain', from 01-01-2012 'true' and from 31-12-2012 'uncertain'.
    Now we want to use an warning event in case Decision X is uncertain between a certain relevant period, for example between 01-01-2012 and 31-03-2012.
    something like
    warning("decision could not be made") if
    decision is uncertain between 01-01-2012 and 31-03-2012
    Is this possible?
    In case it isn't possible, is there another solution for this problem?
    Thanks in advance.

    For the purpose of this explanation, 'Decision X' is 'the person is happy'. Here's an idea to try...
    Create a regular rule which checks whether 'the person is happy' is uncertain at any point in the specified interval:
    the warning message should be triggered if
    IntervalSometimes(2012-01-01, 2012-03-31, it is uncertain whether or not the person is happy)
    Then create a Warning event rule, e.g.
    Warning("Decision could not be made.") if
    the warning message should be triggered
    You could combine these two rules into one rule, but it will be easier to test if you add an intermediate attribute, e.g. something like 'the warning message should be triggered' I used above.
    For more information about the IntervalSometimes function, search on "IntervalSometimes" in the OPM Help.
    Cheers,
    Jasmine

  • Wininit warning event id 11 wininit nvidia

    I get this warning at power up wininit warning event id 11 wininit.  event viewer shows it is related to nvidx.dll.  I have gone to the registry and changed the key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
    loadppininit_dlls" to 0 but when I reboot it gets changed back to 1. any advice?

    Ragonarf
    There is precious little information on nvidx.dll.  That may indicate malware.  I would run malwarebytes just to eliminate the possibility
    Please download the free version of Malwarebytes.
    Update it immediately.
    Do a full system scan
    Let us know the results at the end.
    http://www.malwarebytes.org/products
    Wanikiya and Dyami--Team Zigzag

  • Disabling Warning: Event id 2887 ActiveDirectory_DomainService

    Hello togehter,
    is it possible to disable this bloody warning?:
    Event ID: 2887
    Event Source: ActiveDirectory_DomainService
    Event Type: Warning
    Event Description:
    During the previous 24 hour period some clients attempted to perform LDAP binds that were either:
    (1) A SASL (Negotiate Kerberos NTLM or Digest) LDAP bind that did not request signing (integrity validation) or
    (2) A LDAP simple bind that was performed on a cleartext (non-SSL/TLS-encrypted) connection
    This directory server is not currently configured to reject such binds.  The security of this directory server can be significantly enhanced by configuring the server to reject such binds.  For more details and information on how to make
    this configuration change to the server please see http://go.microsoft.com/fwlink/LinkID=87923.
    Summary information on the number of these binds received within the past 24 hours is below.
    You can enable additional logging to log an event each time a client makes such a bind including information on which client made the bind.  To do so please raise the setting for the "LDAP Interface Events" event logging category to level 2 or higher.
    Thanks for your helps
    OWA

    Hi,
    To fix the error and enhance the security of your network, please consider configuring the domain controller to reject unsigned LDAP communications. Meanwhile, client
    computers that currently rely on unsigned binds or LDAP simple binds over a non-Secure Sockets Layer / Transport Layer Security (SSL/TLS) connection will stop working if this you make this configuration change. You should first identify all the client computers
    that are using unsigned binds.
    When unsigned binds occur, the domain controller will log Event ID 2887 every 24 hours, indicating how many unsigned binds have occurred. If you want to learn specifically
    which client computers are using unsigned binds to the domain controller, you can enable diagnostic logging for LDAP Interface Events.
    For more information, please refer to the following link:
    Event ID 2887 — LDAP signing
    http://technet.microsoft.com/en-us/library/dd941856(WS.10).aspx
    In the meantime, you can ignore this warning if you do not want to force all the clients using LDAP signing.
    Thanks.
    Nina
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Cannot generate Account Logon Events (Event ID 4624) in Security Event Log on Server 2008 R2 Domain Controller

    I have configured the Default Domain Controller's policy to log SUCCESS for Account Logon Events in the Server 2008 R2 Domain Controller, but these events are not logging in the Security Event log.
    Default Domain Controllers Policy
    Computer Configuration/Windows Settings/Security Settings/Local Policies/Audit Policies/Audit Account Logon Events = Success.
    What tools can I use to troubleshoot this further? The results of "Auditpol.exe /get /category:*" are below.
    System audit policy
    Category/Subcategory                      Setting
    System
      Security System Extension               No Auditing
      System Integrity                        No Auditing
      IPsec Driver                            No Auditing
      Other System Events                     No Auditing
      Security State Change                   No Auditing
    Logon/Logoff
      Logon                                   No Auditing
      Logoff                                  No Auditing
      Account Lockout                         No Auditing
      IPsec Main Mode                         No Auditing
      IPsec Quick Mode                        No Auditing
      IPsec Extended Mode                     No Auditing
      Special Logon                           No Auditing
      Other Logon/Logoff Events               No Auditing
      Network Policy Server                   No Auditing
    Object Access
      File System                             No Auditing
      Registry                                No Auditing
      Kernel Object                           No Auditing
      SAM                                     No Auditing
      Certification Services                  No Auditing
      Application Generated                   No Auditing
      Handle Manipulation                     No Auditing
      File Share                              No Auditing
      Filtering Platform Packet Drop          No Auditing
      Filtering Platform Connection           No Auditing
      Other Object Access Events              No Auditing
      Detailed File Share                     No Auditing
    Privilege Use
      Sensitive Privilege Use                 No Auditing
      Non Sensitive Privilege Use             No Auditing
      Other Privilege Use Events              No Auditing
    Detailed Tracking
      Process Termination                     No Auditing
      DPAPI Activity                          No Auditing
      RPC Events                              No Auditing
      Process Creation                        No Auditing
    Policy Change
      Audit Policy Change                     No Auditing
      Authentication Policy Change            No Auditing
      Authorization Policy Change             No Auditing
      MPSSVC Rule-Level Policy Change         No Auditing
      Filtering Platform Policy Change        No Auditing
      Other Policy Change Events              No Auditing
    Account Management
      User Account Management                 No Auditing
      Computer Account Management             No Auditing
      Security Group Management               No Auditing
      Distribution Group Management           No Auditing
      Application Group Management            No Auditing
      Other Account Management Events         No Auditing
    DS Access
      Directory Service Changes               No Auditing
      Directory Service Replication           No Auditing
      Detailed Directory Service Replication  No Auditing
      Directory Service Access                No Auditing
    Account Logon
      Kerberos Service Ticket Operations      No Auditing
      Other Account Logon Events              No Auditing
      Kerberos Authentication Service         No Auditing
      Credential Validation                   Success

    Hi Lawrence,
    After configuring the GPO, did we run command gpupdate/force to update the policy immediately on domain controller? Besides, please run command gpresult/h c:\gpreport.html to check if the audit policy
    setting was applied successfully.
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Best regards,
    Frank Shen

  • Warning Event ID 6006 & 6005 and Information Event ID 6000 & 6003

    Warning Event ID 6006 & 6005 and Information Event ID 6000 & 6003
    Hi,
    Would greatly appreciate if someone can advise me on the following warning & info event id I keep getting:
    I am running two AD (Std 2012) on two hyperv servers.  Noticed the events but I a able to join domain and login to AD on other member servers.  What could be the cause?
    Event ID 6006
    The winlogon subscriber <GP Client> took 67 seconds to handle the notification event (CreateSession).
    Event ID 6005
    The winlogon notification subscriber <GP Client. is taking long time to handle the notification event (CreateSession).
    Event ID 6000
    The winlogon notification subscriber <AUINstallerAgent> was unavailable to handle a notification event. 
    The winlogon notification subscriber <SessionEnv> was unavailable to handle a notification event.  
    Event ID 6003
    The winlogon notification subscriber <AUInstallAgent> was unavailable to handle a critical notification event. 
    The winlogon notification subscriber <SessionEnv> was unavailable to handle a critical notification event.  

    Hi Shannlms,
    Would you please let us know current situation of this issue?
    Regarding to those events, please refer to following threads and check if can help you.
    Event ID 6000 — Windows Logon Availability
    Event ID 6003 — Windows Logon Availability
    Event ID: 6005
    Source: Winlogon
    Event
    ID: 6006 Source: Microsoft-Windows-Winlogon
    In addition, would you please let me confirm whether there are some logon scripts applied to the server? Please
    check again. Thanks for your understanding.
    On Windows Server 2012 Standard, please run
    sfc /scannow command to scan all protected system files. Meanwhile, please start the server in safe mode and check if this issue still persists.
    If any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Require list of all events for Windows Server 2008 Active Directory

    Hi all,
    I require list of all events for Windows Server 2008 Active Directory. Event Log name for Active Directory log is "Directory Service".
    Regards,
    SR

    Hi,
    Thanks for your posting.
    Do you mean you want to list all Active Directory logs into one file named “Directory Services”?
    If that, it’s hard to achieve. There are kinds of Active Directory logs stored in different locations and they have different file formats. It’s hard
    to collect them into one file.
    Active directory records events in the directory services log in Event Viewer. By default, Active Directory records only critical error events. To instruct Active
    Directory to record other events in the directory services log, we need to modify registry.
    For more information please refer to following MS articles:
    Active Directory Diagnostic Logging
    http://technet.microsoft.com/en-us/library/cc961809.aspx
    How to configure Active Directory diagnostic event log
    http://support.microsoft.com/kb/314980
    Lawrence
    TechNet Community Support

  • Transfer Attempt Warning Event ID 1155

    Does anyone have any idea why I keep getting warnings such as the one below? I have checked all of the restriction tables but everything looks good. Any ideas?
    Event Type: Warning
    Event Source: CiscoUnity_ConvSub
    Event Category: (14)
    Event ID: 1155
    Date: 2/25/2009
    Time: 1:42:31 PM
    User: N/A
    Computer: UNITY
    Description:
    Transfer attempt for Call Handler: SA(extension: 2803) failed on port 5. Possible reason could be the dial plan on the phone system does not allow this dial string: 2803. The dial string used was taken from the Call Handler's Contact Rule: 'Standard'.

    Does this seem to happen only for calls that are transfered to an ACD group?
    If you can narrow it down to a specific call handler or notice that it is happening very frequently for a specific call handler, try adding a comma or two to the dial string to see if this reduces or eliminates the problem.
    This is definitely shooting at the hip type troubleshooting, but many integration issues like this are timing related. There is a post-dial delay setting in UTIM but this would affect every call for that telephone integration. So adding a call to a particular call handlers dial string is less intrusive at this point in the game.

  • How do I back up Contacts on my  iPhone 3 I got back in 2008? With MobileMe closing down, is there a way I export my Contacts info to my laptop. Alternately can I use iCloud with an iPhone this old?

    How do I back up Contacts on my  iPhone 3 I got back in 2008? With MobileMe closing down, is there a way Ican  export my Contacts info to my laptop. Alternately can I use iCloud with an iPhone this old?

    Outlook 2003, 2007, or 2010 along with syncing calendar events and notes, or with the address book app used by Windows Mail called Windows Contacts for syncing contacts only.
    Before syncing contacts with an empty Windows Contacts address book, enter one contact in Windows Contacts. This will provide a merge prompt with the first sync for this data which you want to select. Syncing direct with Windows Contacts via the iTunes sync process is selected under the Info tab for your iPhone sync preferences with iTunes.

  • Unable to install Forfront TMG 2010 on Server 2008 R2 with Service Pack1

    Hi I am  Installing TMG 2010 on Server 2008R2 with service pack 1 ... then I am getting the error as below snapshot...kindly help me out
    and I 've check event log then please find below snapshot :

    Hi,
    It seems that you have created an similar thread below:
    Unable to install Forfront TMG 2010 on Server 2008 R2 with SP1    
    Since you have installed Service Pack 1 for Windows Server 2008 R2, please refer to the KB below:
    Event ID 10 is logged in the Application log after you install Service Pack 1 for Windows 7 or Windows Server 2008 R2
    If the solutions in the thread above are not helpful, please feel free to contact us.
    Best regards,
    Susie                  

  • All apps in Office 2008 Crash with Snow Leopard.

    All apps in Office 2008 Crash with Snow Leopard. This is the only problem I am having since the upgrade. How can this be fixed?

    Hello,
    you don't write what kind of crash you are facing. The one I met was that after launching any of office programs it hanged on splash window, telling "Optimizing menu font performace".
    I found a problem in FontBook - a lot of fonts had a yellow warning triangle there. When I clicked "Resolve duplicates", almost all my fonts were moved to trash (and Office started OK). I believe the updates I made from Tiger, to Leopard to Snow Leopard, mixed with installation of MS Office fonts made this mess.
    I took the whole /Library/Fonts folder from another computer and replaced my broken Fonts folder on this computer. Reboot and all works fine.

  • Firefox 25.0.1 Warn when closing multiple tabs (on) conflicts with "show windows und tabs from last time" (on); need both, but only one or the other works.

    Using Firefox 25.0.1 on Windows 7 Home Premium
    I've poured through support forums for Mozilla Firefox searching for a fix to my initial problem of the "Warn when closing multiple tabs" pop up not popping up when I have it selected.
    Went through About:Config, making sure warnings for tabs und closing, und showing on quit, und quitting, etc. were all set to true, which were "possible" fixes for the issue I was having, there are like five or six things set to true for warnings/quitting/etc. No avail. They are all set to true.
    Then I stumbled across one that suggested a conflict with the "Warn When Closing Multiple Tabs" und the "Show Windows und Tabs from last time".
    I use both features. However, I found if I want the warning pop up for closing multiple tabs, I have to have "show homepage" or "show blank page" selected instead of "Show windows und tabs from last time" selected. (Tools>Options>General>Start Up>When Firefox Starts:) The problem with this is, yes, I get my warning pop up, BUT, I don't get my tabs from my last session.
    The warning in settings (Tools>Options>Tabs>Warn Me When Closing Multiple Tabs) is checked.
    To have my tabs restored from last session, I simply select it for "when firefox starts". Bam, I have my tabs that were open from the last time I quit. Und again, full circle, I don't have my warning pop up.
    There were also suggestions of the warning on close for tabs is conflicting with add-ons.
    However, I don't have many. Und I have yet to test them to see if they interfere. These are according to my Add Ons tab when I check it myself.
    Extensions:
    1. Avast WebRep (disabled)
    2. HP Smart Web Printing (disabled)
    Plugins:
    1. Adobe Acrobat
    2. Google Update
    3. iTunes Application Detector
    4. Java (TM) Platform SE 7 U45
    5. Shockwave Flash
    6. Shockwave For Director
    7. Silverlight Plug-In
    8. VLC Web Plugin
    9. Windows Live Photo Gallery
    10. Java Deployment Toolkit (disabled)
    Note: The Details Firefox provides says I have these for Plugins
    * Shockwave Flash 11.9 r900
    * Adobe Shockwave for Director Netscape plug-in, version 12.0.5.146
    * Next Generation Java Plug-in 10.45.2 for Mozilla browsers
    * Google Update
    * Adobe PDF Plug-In For Firefox and Netscape 11.0.05
    * VLC media player Web Plugin 2.1.0
    * 5.1.20913.0
    * iTunes Detector Plug-in
    * NPWLPG
    Unsure of what the "5.1.20913.0" und the "NPWLPG" plugins are, but they don't appear to me under Add Ons.
    Und as usual, I'm assuming the solution lies within About:Config, I will show here now what I have set to True.
    browser.tabs.warnOnClose - True
    browser.tabs.warnOnCloseOtherTabs - True
    browser.tabs.warnOnOpen - True
    browser.warnOnQuit - True
    browser.showQuitWarning - True
    As aforementioned:
    The seemingly only issue is the conflict between Show Windows/Tabs From Last Time und the Warn On Quit pop up. Und again, I need/want both of them. More so the tabs from the last session, but I really really really really really want the warning.
    So, if anyone knows a work around, preferably without having to download anything to fix this, I would be extremely grateful.

    You mention a second subject.
    ''I'm probably going to downgrade to another version of firefox that was suggested to me since I'm also having issues with shockwave flash causing firefox to hang und ultimately needs to be force closed otherwise having to have flash disabled to use firefox.''
    <u>Downgrading Firefox </u><br />
    Flash is notorious for causing Firefox problems. I suggest you start a new thread about that. If at all possible you should try to avoid downgrading to an unsecure & unsupported version of Firefox. it will increase risks to your system and Personal data. (There are methods of mitigating the risks, using a virtual machine or operating within a secure intranet for instance)
    *(Do Not) [[Install an older version of Firefox]]
    <u>Try Flash with Protected Mode Off</u><br/>
    Worth a try as it takes minimal effort & often solves Flash Problems whilst allowing current and more secure FlashPlayer to be used. See
    * http://kb.mozillazine.org/Flash#Flash_Player_11.3_Protected_Mode_-_Windows
    * http://forums.adobe.com/thread/1018071#TemporaryWorkaround
    If you wish to pursue these subjects further I note you have already started a thread you may as well continue the discussion in that thread, but also post back here so we can follow both.
    * ''Firefox is having "Script" issues (Not Responding) und possibly Flash issues?'' [/questions/978181]
    ** try ensuring you close down Firefox using the menu, that may even help with Flash problems.
    <u>Your experience in submitting troubleshooting information on the forum</u><br />
    (This is out of curiosity, but with the intention of pressing for changes if forum faults are discovered.)
    There are yet more changes to this forum underway. Mozilla recently tried to improve the experience for first time users of the forum and a troubleshooting app option was included in the workflow to try to encourage users to submit full troubleshooting information.
    I would be interested to know what you thought
    I sometimes wonder if users are not trying to use that, or whether forum users run into problems in using it. At one point I wondered whether there was a problem if too much data was included but never actually proved that conjecture.
    Assuming you are using the forum, and not merely replying by email look towards the top in the right hand margin for clickable buttons
    * Question Details -V- More System Details -> [Additional System Details]
    You will note that includes only partial information. There are no changed prefs or extensions listed. Compare for instance the information in this thread [/questions/978130] with full information.
    I believe your mystery plugins are Windows related
    * NPWLPG relates usually to Windows Live Photo Gallery
    * 5.1.20913.0 will be Silverlight

  • Unable to Install Windows Server 2012 on Windows Server 2008 R2 SP1 Hyper-V

    My attempts to install are failing with a message "Windows cannot install required files. The file may be corrupt or missing....Error code: 0x800705070".
    I am posting this on the Wondows 2012 Server forum but I have had exactly the same problem as described below with Windows 2008 R2 SP1.
    As the title says this is on a Windows Server 2008 R2 SP1 host with all current updates. I have downloaded the ISO file from a Technet subscription file twice, once by direct download and once by the Akamai downloader. The virtual disk is connected with
    the default IDE driver. I mounted both installation images as ISOs, located on a file system on the host server.  I have tried installs by deleting the VM and recreating both the VM and a new virtual disk, re-using a previously created virtual disk, and
    deleting the partitions in a previously created virtual disk, and executing the format command, and then attempting the install.
    I have exactly the same problem trying to create a Windows Server 2008 R2 SP1 VM on the same host OS.  With those attempts, I downloaded the Technet subscription iso 4 or 5 times, and burned one to a DVD which I attached to the created VM.  Same
    error message.
    The virtual machines and virtual disks I created and used were all located on an RAID5 array, on a builtin Intel RAID controller using Intel Rapid Storage Technology software version 11.2.0.1066.  The host Windows Server 2008 R2 SP1 uses this file system
    but the OS is installed on a dedicated drive (C).
    I had previously created a guest VM with Windows Server 2008 R2 (several months worth of updates ago) without drama.
    I have spent hours reading forums and blog articles on this.  A common response is to download the iso another time, and/or burn it to a DVD instead of mounting an iso image. Although I didn't do the later yet with 2012 Server, but I have done these
    other steps attempting to install Windows 2008 Server SP1. The install process takes a while (not to mention doing multiple downloads). Given this seems to be a common recommended remedy, and indeed based on posts does seem to eliminate the problem is some
    cases, why doesn't somebody change the Microsoft installer program so it does a thorough integrity check at the beginning of the install process?

    Jeff,
    After the exercise of Windows 2012 Server successfully installing (as I described above) I also successfully installed Windows 2008 R2 on Hyper-V.  From my standpoint, I have eliminated the problem (which isn't the same as correcting the problem).
    The answer to your specific question regarding Hyper-V support is that the motherboard I am using, an Asus P5Q, is not supported by Windows 2008 R2 because it doesn't use ECC memory, and the vendor doesn't say it supports Windows 2008. But I am sure you
    know the motherboard vendors often don't test older motherboards with newer software versions.  It appears that in specifying ECC memory Microsoft is trying to protect users of Windows Server from hurting themselves, not saying the software won't run.
    Having said that, my suspicion in the beginning was, and still is, that it was some variable(s) left in an unknown state in the Hyper-V environment, which was why after trying to install Windows 2008 R2 several times I tried Windows 2012 which resulted in
    the same error, and then encountered the same error trying to install Windows 7 on the same Hyper-V installation. The specific Hyper-V Windows 2008 R2 server had run without any operating problems for months before I started having trouble, and although it
    had been quite a while since I had created VMs, that process used to work.  The hardware didn't change. What changed was applying updates through Microsoft Update, and a few access control rights I changed, and at least I think, I set back to their original
    value.
    So in short, no, my hardware isn't supported by Windows 2008 Server.  Two, your assertion that you are running the same software configuration that I am is very unlikely to be true. There are an extremely large number of things which are different between
    your test system and mine, such as which Windows 2008 components are installed, what updates were installed and in what order they were installed, and what other third party software each of us is running, and between AD, and all the features, a large number
    of potential differences in ACLs, options, etc. and I don't for a minute think this particular problem was caused by the underlying hardware.
    I do appreciate your taking the time to try to help me, and I hope there is one thing you and I could agree on. Microsoft could pretty easily make it much easier to isolate problems. In this day and age reporting hex error codes (as opposed to doing the
    table lookup in the error handling proc), and not providing more diagnostic information seems to me to be almost quaint.  And in this case Microsoft can dismiss my problems on the grounds it was all on unsupported hardware. Unfortunately, I think they
    are missing an opportunity to make their software better, because in my opinion what I encountered there are a set of conditions which will cause installations to fail that aren't going to get corrected.

Maybe you are looking for

  • Not trying to flame NI, looking for some real feedback

    I have been using LV since version 2.   Serious use started in version 4.  When version 7 came out, I needed another license and bought a copy but continued to use version 6.  I tried installing 7 but it was so different from the older versions I rem

  • Migrating sapgui look and feel settings of sapgui to new notebook.

    Hi, We are migrating from XP to Vista and SAPGui 640 to 710. (new notebooks are assigned to the users) I copied saplogon.ini to the new notebook to preserve the links to the servers. Some users have customized the look and feel of their SAPGui.  How

  • Problem deploying web service to OAS 10.1.2.3

    Hello! I'm having an issue deploying a web service to Oracle Application Server (OAS) 10.1.2.3. I completed the tutorial to create a web service here: Link: [http://www.oracle.com/technology/obe/obe1013jdev/10131/devdepandmanagingws/devdepandmanaging

  • OBE-15408 adding a table

    Oracle Reports 10g Adding a view to a report via the Query Builder gives the following error: OBE-15408: Error in loading column information for V_CAPITALOS I can access the view via SQL Worksheet (SELECT CAPOS FROM V_CAPITALOS), what's the story wit

  • Acrobat Pro in Workspace

    What are the supported versions of acrobat pro that can be used with worksace ES(8.1)?