Windows 2012

Has anyone started testing Windows 2012 with their UCS?  I have a few RTM servers up and running and I've seen a couple problems so far.  I have them booting from SAN using B230M2 blades with the M81KR card.; that's working fine. 
I ocassionally get hardware errors in the Windows system log:
Event ID 22
A fatal hardware error has occurred.
Component: Memory
Error Source: BOOT
Error Type: 17
The details view of this entry contains further information.
I tried installing the chipset drivers but they fail during the install.
I am also seeing 1 of the 4 paths to the storage go down intermittently.  I am troubleshooting this to see if it's a SAN, switch or server issue.
When I see the path go down I find a bunch of errors in the Windows system log:
Event ID 153
The IO operation at logical block address 147f8 for Disk 1 was retried.
We are running F/W 2.0(3a)

Louis,
I'm seeing events that I believe correspond with the loss of the path to the storage:
After a few of these the server reboots itself.
I'm not seeing anything in UCSM for the Windows memory errors though.
Our storage is a Dell Compellent SC040. 
I'm going to do some comparrison testing at our DR site; we have an identical UCS and Compellet array there, but the Compellent is directly attached to the FI's.  At our primary site the Compellent is attached to our Nexus 5020's.  I don't thing the Nexus' are the cause of the storgae path issue; but it's worth a test.
Let me know how you make out with your B230 testing.
Thanks,
Don

Similar Messages

  • Windows 2012 Nodes - Slow CSV Performance - Need help to resolve my iSCSI issue configuration

    I spent weeks going over the forums and the net for any publications and advice on how to optimize iSCSI connections and i'm about to give up.  I really need some help in determining if its something i'm not configuring right or maybe its an equipment
    issue. 
    Hardware:
    2x Windows 2012 Hosts with 10 Nics (same NIC configuration) in a Failover Cluster sharing a CSV LUN. 
    3x NICs Teamed for Host/Live Migration (192.168.0.x)
    2x NICS teamed for Hyper-V Switch 1 (192.168.0.x)
    1x NIC teamed for Hyper-V Switch 2 (192.168.10.x)
    4x NICs for iSCSI traffic (192.168.0.x, 192.168.10.x, 192.168.20.x 192.168.30.x)
    Jumbo frames and flow control turned on all the NICs on the host.  IpV6 disabled.  Client for Microsoft Network, File/Printing Sharing Disabled on iSCSI NICs. 
    MPIO Least Queue selected.  Round Robin gives me an error message saying "The parameter is incorrect.  The round robin policy attempts to evenly distribute incoming requests to all processing paths. "
    Netgear ReadyNas 3200
    4x NICs for iSCSI traffic ((192.168.0.x, 192.168.10.x, 192.168.20.x 192.168.30.x)
    Network Hardware:
    Cisco 2960S managed switch - Flow control on, Spanning Tree on, Jumbo Frames at 9k - this is for the .0 subnet
    Netgear unmanaged switch - Flow control on, Jumbo Frames at 9k - this is for .10 subnet
    Netgear unmanaged switch - Flow control on, Jumbo Frames at 9k - this is for .20 subnet
    Netgear unmanaged switch - Flow control on, Jumbo Frames at 9k - this is for .30 subnet
    Host Configuration (things I tried turning on and off):
    Autotuning 
    RSS
    Chimney Offload
    I have 8 VMs stored in the CSV.  When try to load all 8 up at the same time, they bog down.  Each VM loads very slowly and when they eventually come up, most of the important services did not start.  I have to load
    them up 1 or 2 at a time.  Even then the performance is nothing like if they were loading up on the Host itself (VHD stored on the host's hdd).  This is what prompted me to add in more iSCSI connections to see if I can improve the VM's
    performance.  Even with 4 iSCSI connections, I feel nothing has changed.  The VMs still start up slowly and services do not load right.  If I distribute the load with 4 VMs on Host 1 and 4 VMs on Host 2, the load up
    times do not change. 
    As a manual test for file copy speed, I moved the cluster resources to Host 1 and copied a VM from the CSV and onto the Host.   The speed would start out around 250megs/sec and then eventually drop down to about 50/60 megs/sec.  If I turn
    off all iSCSI connections except one, it get the same speed.  I can verify from the Windows Performance Tab under Task Manager that all the NICS are distributing traffic evenly, but something is just limiting the flow.  Like what I stated on top,
    I played around with autotuning, RSS and chimney offload and none of it makes a difference. 
    The VMs have been converted to VHDx and to fixed size.  That did not help.   
    Is there something I'm not doing right?   I am working with Netgear support and they are puzzled as well.  The ReadyNas device should easily be able to handle it. 
    Please help!  I pulled my hair out over this for the past two months and I'm about to give up and just ditch clustering all together and just run the VMs off the hosts themselves. 
    George

    A few things...
    For starters, I recommend opening a case with Microsoft support.  They will be able to dig in and help you...
    Turn on the CSV Cache, it will boost your performance 
    http://blogs.msdn.com/b/clustering/archive/2012/03/22/10286676.aspx
    A file copy has no resemblance of the unbuffered I/O a VM does... so don't use that as a comparison, as you are comparing apples to oranges.
    Do you see any I/O performance difference between the coordinator node and the non-coordinator nodes?  Basically, see which node owns the cluster Physical Disk resource... measure the performance.  Then move the Physical Disk resource for the
    CSV volume to another node, and repeat the same measure of performance... then compare them.
    Your IP addressing seems odd...  you show multiple networks on 192.168.0.x and also on 192.168.10.x.   Remember that clustering only recognizes and uses 1 logical interface per IP subnet.  I would triple check all your IP schemes...
    to ensure they are all different logical networks.
    Check you binding order
    Make sure you NIC drivers and NIC firmware are updated
    Make sure you don't have IPsec enabled, that will significantly impact your network performance
    For the iSCSI Software Initiator, when you did your connection... make sure you didn't do a 'Quick Connect'... that will do a wildcard and connect over any network.  You want to specify your dedicated iSCSI network
    No idea what the performance capabilities of the ReadyNas is...  this could all likely be associated with the shared storage.
    What speed NIC's are you using?   I hope at least 10 GB...
    Hope that helps...
    Elden
    Hi Elden,
    2. CSV is turned on, I have 4GB dedicated from each host to it.  With IOmeter running within the VMs, I do see the read speed jumped up 4-5x fold but the write speed stays the same (which according to the doc it should).  But even with the read
    speed that high, the VMs are not starting up quickly.  
    4. I do not see any difference with IO with coordinator and non coordinator nodes.  
    5.  I'm not 100% sure what your saying about my IPs.  Maybe if I list it out, you can help explain further.  
    Host 1 - 192.168.0.241 (Host/LM IP), Undefined IP on the 192.168.0.x network (Hyper-V Port 1), Undefined IP on the 192.168.10.x network (Hyper- V port 2), 192.168.0.220 (iSCSI 1), 192.168.10.10 (iSCSI2), 192.168.20.10(iSCSI 3), 192.168.30.10 (iSCSI 4)
    The Hyper-V ports are undefined because the VMs themselves have static ips.  
    0.220 host NIC connects with the .231 NIC of the NAS
    10.10 host NIC connects with the 10.100 NIC of the NAS
    20.10 host NIC connects with the 20.100 NIC of the NAS
    30.10 host NIC connects with the 30.100 NIC of the NAS
    Host 2 - 192.168.0.245 (Host/LM IP), Undefined IP on the 192.168.0.x network (Hyper-V Port 1), Undefined IP on the 192.168.10.x network (Hyper- V port 2), 192.168.0.221 (iSCSI 1), 192.168.10.20 (iSCSI2), 192.168.20.20(iSCSI 3), 192.168.30.20 (iSCSI 4)
    The Hyper-V ports are undefined because the VMs themselves have static ips.  
    0.221 host NIC connects with the .231 NIC of the NAS
    10.20 host NIC connects with the 10.100 NIC of the NAS
    20.20 host NIC connects with the 20.100 NIC of the NAS
    30.20 host NIC connects with the 30.100 NIC of the NAS
    6. Binding orders are all correct.
    7. Nic drivers are all updated.  Didn't check the firmware.
    8. I do not know about IPSec...let me look into it.  
    9. I did not do quick connect, each iscsi connection is defined using a specific source ip and specific target ip.  
    These are all 1gigabit nics, which is the reason why I have so many NICs...otherwise there would be no reason for me to have 4 iscsi connections.  

  • Issues with Shell32.dll, NTDLL.DLL and Migration from Windows 2003 to Windows 2012

    Hello all,
    I am new to ThinApp and working as a consultant to help a company migrate older Windows 2003 software to Windows 2012.  They have purchased ThinApp 5.0.4.5 so that is what we will be using.
    We have created a clean 2003 VM and did a pre-scan
    We loaded the application and configured it  and then did a capture.
    We then tested the capture the 2003 VM and it works
    We then loaded the capture on a Clean 2003 VM and it works
    We then loaded onto a 2012 VM and when running the app from a command window get an error  -missing import shell32.dll:StrCpyNW
    If we run the capture in Emulation Mode on 2012 VM, we do not get the Shell32.dll error but instead the cmd fails with a Fault Module Name  - NTDLL.DLL error
    I am sure I am just missing the correct location to identify or configure the capture - but do not have the experience to know where yet.  (Taking training next week).
    Until then, is there any suggestions which I can try?
    Thanks for your time in advance,
    Vince 

    Tried and done that.  The main issue while configuring the printer from the printer Web Interface is that there is no access to the Digital Sending section due to a problem with the "Sun Java plug in"  I think the code mentions 1.31. or similar.
     We downloaded the java plug in and installed it.  No progress. 
    We reset the printer to defaults and reconfigured it .. It sees the smtp gateway and access it but fails sending email with scanned documents.. 
    We have tried in very different ways.  We connected the printer to another domain SBS server 2003 and it works beautifully.  So, I have no idea on what is the problem. We created a firewall exception for ports 390. 1783 from the SBS to the Printer
    and still no go..
    We have tried four different accounts and nothing.  Same results as stated originally.
    Any other suggestions??
    JFM

  • Joining Windows 2012 Server to SBS 2011 Domain

    Hi All,
    I have been trying to get a new Windows 2012 Server to join a SBS 2011 domain. The error message I am getting is:
    The following error occurred attempting to join the domain: xxxx. The specified domain does not exist or could not be contacted.
    I have a bunch of other Windows 7/XP workstations that have joined successfully. I have also tried disabling TCP/IP v6 on the 2012 server and joining the domain with the netdom command. The SBS 2011 server is listed as the primary DNS server on the 2012
    server.
    What else can I try here?
    Thanks,
    DR.

    I am having the same issue has the OP. I have my DNS settings pointing to the sbs server that hosts the domain and DNS. I am receiving the same error.
    Server 2012 R2 Standard
    SBS 2011 Essentials
    Jerry T

  • Lync Edge server on windows 2012 R2 prequistes

    What, if any, are the perquisites for install lync 2013 edge server on Windows 2012 R2.  I have looked around and only found information for Windows 2012 and it requiring WIF 3.5.  Is this required for R2 as when you go to install it you get:
    is it required and do I require anything else?
    Thanks

    Hi,
    Agree with Georg.
    What’s more, you can refer to the link of “Installing Lync 2013 Edge Server”, it is Windows Server 2012 Standard or Datacenter, but similar for Windows Server 2012 R2:
    http://www.orcsweb.com/blog/cory-granata/installing-lync-2013-edge-server/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    If you not choose all required roles and features, when you running Lync Server deployment Wizard and running steps, you will receive error and point out what you need to install.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Synchronization fails on Windows 2012 Server

    Hello, Running DPM 2012 R2, Protected computer Windows 2012 Standard
            I'm backing up only folders (19 GB) on a Windows 2012 server which also have SCCM 2012 installed on it.  The initial replica and recovery point creations are successful.   Any
    scheduled synchronization job scheduled after will fail.    The job display "In progress" but there is 0 MB data transferred and will remain in that stage for days until I cancel the job.  A reboot of the protected server
    resolves the issue temporarily where I might get a couple days of successful synchronization\recovery points but then the job will freeze again.  I have looked in the event logs and the logs in Monitoring on the DPM server and also on the protected computer
    but have not found any error that points to the cause.  Has anyone seen this issue?  Will be grateful if someone can point me in the right direction of troubleshooting this issue.  Thank you. 

    Not seeing any errors that stands out. Here is the log from today's synchronization job that is hung.
    2B98 2AC0 06/18 14:50:54.265 31 vsssnapshotrequestor.cpp(2078) [00000000028FD320] 123F41D6-B559-4121-A184-AA68B4359C35 NORMAL CVssSnapshotRequestor::DoFailureCleanup [00000000028FD320]
    2B98 2AC0 06/18 14:50:54.265 31 vsssnapshotrequestor.cpp(1630) [00000000028FD320] 123F41D6-B559-4121-A184-AA68B4359C35 NORMAL CVssSnapshotRequestor::ReleaseVolumesForSnapshot [00000000028FD320]
    2B98 2A40 06/18 15:05:54.409 31 vsssnapshotrequestor.cpp(119) [00000000028FD320] 123F41D6-B559-4121-A184-AA68B4359C35 NORMAL CVssSnapshotRequestor::~CVssSnapshotRequestor [00000000028FD320]
    2B98 2A40 06/18 15:05:54.410 31 vsssnapshotrequestor.cpp(2044) [00000000028FD320] 123F41D6-B559-4121-A184-AA68B4359C35 NORMAL CVssSnapshotRequestor::CleanUp [00000000028FD320]
    2B98 2A40 06/18 15:05:54.410 31 vsssnapshotrequestor.cpp(1630) [00000000028FD320] 123F41D6-B559-4121-A184-AA68B4359C35 NORMAL CVssSnapshotRequestor::ReleaseVolumesForSnapshot [00000000028FD320]
    I ran the VSSADMIN LIST WRITERS command after  I cancelled the job and this is the returned message. 
    "Waiting for response.
    These may be delayed if a shadow copy is prepared."

  • Sharepoint 2013 installation in windows 2012 R2 server

    Hi,
    I am unable to install Sharepoint 2013 server on Windows 2012 R2 Server.
    I am getting below error
    The tool was unable to install Application Server Role, Web Server (IIS) Role.
    I checked my IIS it is working fine.
    Please help me out.
    Regards,
    Siva.

    Make sure you have the SharePoint 2013 with Service Pack 1 ISO. Pre-SP1 will not install to SP 2013, and you cannot slipstream it yourself.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • SharePoint 2013 SP1 on Windows 2012 R2

    Hello all,
    Excited as I was to finally get the slip-streamed version of SP 2013 with SP1 so I could install it on Windows 2012 R2 I'm having trouble installing the pre-requisites.
    I've found this article here -
    http://support.microsoft.com/kb/2765260/en-gb - but the resolution won't work. The update (KB2771431) won't install on 2012 R2 and the manual fix fails even though I am connected to the internet.
    Has anyone successfully installed SP 2013 SP1 on 2012 R2 ?
    Thanks

    Hi etala,
    Please intall Windows Server AppFabric manually.
    Here are some  links, please take a look at:
    http://blogs.technet.com/b/praveenh/archive/2013/02/22/sharepoint-2013-prerequisites-fails-with-msi-installer-error-code-1603-while-installing-appfabric-1-1.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/14582.sharepoint-2013-install-prerequisites-offline-or-manually-on-windows-server-2012-a-comprehensive-guide.aspx
    http://www.spjeff.com/2012/07/19/fixed-sharepoint-2013-setup-error-appfabric-is-not-correctly-configured/
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • On Windows 2012 Terminal Server Outlook fails to connect to Exchange 2013

    I have a new install of Windows 2012.  I have two physical servers.  One is a W2012 std Domain Controller ("DC").  The Second is configured as W2012 HyperV  ("HV").  Under HV I have
    two VMs.  One VM is W2012/Exchange 2013 ("ExchVM) and the other is W2012/Terminal Server ("VMTS").  All systems are behind a firewall appliance.  Exchange is working via Outlook and OWA internally and externally.  The self
    created SSL must be installed manually on external machines since it comes up as an untrusted certificate.  Once installed remote outlook works and OWA works.  I have configured the terminal server and I am able
    to login remotely as various users under my "TS group".  The problem is when ever I attempt to open Outlook for the 1st time, it fails to connect to the exchange server.   (Open Outlook 2013, click next
    on the splash screen, "Yes" Add an Email Account splash screen, click next, Auto Account screen populates NAME and Email Address correctly, click next, Searching for mail server settings..., check on establishing network connection, check on searching
    for alias@ domain, then fails the logging on to the mail server)  The error reads:  "Outlook cannot log on.  Verify you are connected to the network and are using the proper server and mailbox name.  The
    connection to Microsoft Exchange is unavailable.  Outlook must be online or connected to complete this action."   I am connected in RDS from offsite, and from the RD session I can access shared folders on ExchVM and DC.  I have
    tried have verified the server Exchange server name is correct via "Get=ClientAccessServer" command.  I have also tried to use the guid via "Get-Mailbox
    ALIAS | fl name, exchangeguid.  Keep in mind all desktop users on the network are connecting to Outlook without issue.
    I would appreciate any thoughts on solving this issue.

    Hi,
    According to your workaround, it seems that the Outlook Anywhere configuration in Outlook client is not correct when using the Autodiscover service.
    Once you connected to Exchange server by manually settings, please run Test E-mail AutoConfiguration tool in external Outlook client to check the autodiscover service:
    open Outlook - press CTRL key - right click on the Outlook icon from right bottom corner taskbar - Test Email AutoConfiguration. Put your email address - uncheck use guessmart and secure guessmart authentication - click Test to check your Autodiscover service.
    Please check the Log tab and confirm whether the Autodiscover service is connected successfully. Also confirm if the connection issue happens to all external users when they open Outlook for the 1st time. In Exchange server, please make sure
    autodiscover.domain.com has been included in your Exchange certificate which is assigned with IIS service.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Install Exchange 2010 Sp3 on Windows 2012 R2

    Dear All,
    From Microsoft Exchange support matrix, I can tell that Exchange 2010 Sp3 is not listed on supported page. However when I run the setup, the prerequisite setup check, dose not list any warnings or issues with the setup, all check are green. Is it possible
    that the support OS matrix has not been updated? Is Exchange 2010 Sp3 supported on Windows 2012 R2?
    http://blogs.technet.com/b/rmilne/archive/2013/09/17/exchange-support-for-windows-server-2012-r2.aspx
    Thank you

    The prerequisite check is checking that the required Windows components are installed.  Exchange 2010 is still not supported on Windows Server 2012 R2.

  • Install SharePoint 2013 on Windows 2012 R2

    What are the right steps to slipsteam SP 2013 with SP1, from what I understand this will fix the issues with Windows 2012 R2

    You currently cannot install SharePoint 2013 on 2012 R2. You will need to wait for an updated ISO release from Microsoft for SharePoint 2013 with Service Pack 1, which will have an updated pre-req installer binary.
    The SP1 currently out does not update that binary.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Install sharepoint 2013 demo on windows 2012 r2 essentials

    Am configuring my laptop for demo so installing windows 2012 r2 essentials (which requires to be the DC). I know SharePoint 2013 server is not recommended to be installed on the DC. I have seen the Workflow 2013 is not supported on the DC but
    still can work with the 2010 workflow. any other SharePoint 2013 features are not available on the DC ? From the SQL Server perspective this will only be a security issue the way I see, but am using this laptop for demo/test only.

    HI,As you said,SharePoint 2013 does not support installation on to a domain controller. A single label domain (SLD) names or single label forests is also not supported. Because the use of SLD names is not a recommended practice, . Therefore, there may be
    incompatibility issues when SharePoint 2013 are implemented in a single label domain environment.Apart from this no issues.you can find the detailed installation of sharepoint 2013 in below.
    http://expertsharepoint.blogspot.de/2013/11/detailed-sharepoint2013-installation-i.html.
    you can find the details on latest patches in the same site.
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • SharePoint 2010 SP2 hosted on Windows 2012 R2 NOT discovered by SCOM 2012 R2 + 2 SP MP's

    What is the process to get SharePoint 2010 Management Packs loaded in System Center 2012 R2 to discover/monitor SharePoint 2010 SP2 (14.0.7121.5000) loaded on Windows 2012 R2?
    View of installed system:
     System Center 2012 R2 loaded on Windows 2012 R2 (supported separately by SQL 2012 SP1 loaded on Windows 2012 R2)
    -Microsoft SharePoint 2010 Products Management Pack for System Center Operations Manager 2007
    -System Center 2012 Monitoring Pack for SharePoint 2010
     SharePoint 2010 SP2 (14.0.7121.5000) loaded on Windows 2012 R2 (supported separately by SQL 2012 SP1 loaded on Windows 2012 R2)
    The SharePoint 2010 Management Shell works fine!
    Result
    Event 0, Operations Manager - Cannot identify which SharePoint farm server is associated with. Check the management pack guide for troubleshooting information.
    Looked at these already:
    KB2690744, Configuring the SharePoint 2010 Management Pack for System Center Operations Manager. 
    http://om2012.wordpress.com/2013/05/24/sharepoint-2010-mp-on-scom-2012/
    Further, if the xml push does have the command get-farm instead of get-spfarm, that could be the issue. i.e.
    http://www.scom2k7.com/advanced-troubleshooting-of-the-sharepoint-2010-mp/
    Thanks,
    +Tony
    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you.

    Peter,
     I recommend to remove the Windows 2012 R2 server out of the farm and redeploy on W2008 R2.
    This issue does not have an easy fix.
    Summarizing, this appears to be the issue:
    1. Windows Management Framework 3.0 is integrated with Windows 2012 R2, which installs .NET 4 and Powershell 4.0. Not uninstallable.
    2. The Add-PSSnapin Microsoft.SharePoint.PowerShell is not supported with Powershell 4.0.
    3. The SCOM SP2010 MP puts a package on the defined farm server and when the agent launches the package, it calls Powershell (v4 in theis case) and errors out. The target W2012 server will have an Error 0 in the Operations Manager Event log. See below.
    Options:
    1. Work around maybe - Develop method for manual discovery (I'm working on that now).
    2. Rebuild SP2010 farm on Windows 2008 R2
    3. System Center Team - Write a new MP to down version Powershell (Powershell.exe -Version 2)
    4. Powershell Team - Write a SharePoint Snapin for Powershell 4
    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you.

  • Is SharePoint 2010 Supported on Windows 2012 R2

    Hi
    I have read Trevor Seward's responses to various questions on this subject :-
    http://social.technet.microsoft.com/Forums/en-US/ad4e17ee-83de-41d6-a974-244ceccb8a63/is-sharepoint-2010-sp1-is-supported-by-windows-server-2012-currently-i-have-os-version-of-server?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/en-US/e7539d34-aaa2-4d9c-a44c-e65d388d8944/support-for-sharepoint-foundation-2010-on-windows-server-2012-r2?forum=sharepointadminprevious
    However, we have a farm which is currently SP2010 SP1 which we are about to upgrade to SP2010 SP2 running on Windows Server 2008R2 and SQL Server 2008 R2. So the farm is currently not supported by Microsoft.
    We are now looking to upgrade this farm to SP2013 SP1 running Windows Server 2012 R2 and SQL Server 2012.
    We plan to start this process of by upgrading Windows Server 2008 R2 to Windows Server 2012 R2.
    Will SharePoint 2010 SP2 run on Windows 2012 R2 (or will we need Windows 2012) ?
    Once Server 2012 R2 (or Server 2012) is up and running, we will upgrade SP2010 SP2 to Sp2013 SP1.
    Finally upgrade SQL Server 2008R2 to SQL Server 2012.
    So the part I don't know is will SharePoint 2010 SP2 run on Windows 2012 R2 or Windows 2012 ?
    Thanks
    Nigel
    Nigel Price NJPEnterprises

    Not a question for the Windows Server people.  This is a question for the SharePoint people.  You may want to try asking in a SharePoint forum like
    http://social.technet.microsoft.com/Forums/en-US/home?forum=sharepointadminprevious
    . : | : . : | : . tim

  • Correct way to install SHARE POINT 2013 ON WINDOWS 2012 R2

    HI
    INSTALLING SHAREPOINT 2013 ON WINDOWS 2012 R2 IS NOT SUPPORTED , when i search for this i found a kb article
    https://support.microsoft.com/en-us/kb/2891274
    SharePoint 2013 SP1 support in Windows Server 2012 R2,
    So in windows server 2012 R2 machine i should install
    1) install sharepoint pre requisites 
    2) run sharepoint setup and install binraries
    3)and after download sharepoint 2013 SP1 and install 
    is the right steps will i do for INSTALLING SHAREPOINT 2013 ON WINDOWS 2012 R2?
    adil

    Get the SharePoint 2013 w/ SP1 ISO from the MSDN or VLSC (or Download Center if using SharePoint Foundation 2013) -- this is required for Windows Server 2012 R2, other media will not work. Follow the standard SharePoint install process, e.g. run the pre-req
    installer, and then install SharePoint.
    Once completed, install the appropriate version of SP1 for your product. See http://thesharepointfarm.com/2015/04/list-of-good-sharepoint-2013-service-pack-1-packages/
    for a list of packages.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Installing SharePoint 2013 in a Windows 2012 R2 Server I was getting the following error

    when I install prerequisiteinstaller.exe in sharepoint 2013, got the below error:
    Error: The tool was unable to install Application Server Role, Web Server (IIS) Role.
    Any expert please help?

    Hi,
    From your description, I know you get error when you install SharePoint 2013 in Windows Server 2012 R2.
    If you have tried all method above. In your case, you have installed the Web Server(IIS), but the
    Web Server (IIS) role installation may fail. You could try run commande: aspnet_regii -enable –i.
    Here are similar issues:
    https://social.technet.microsoft.com/Forums/office/en-US/37cc20db-6cc7-45e0-928c-9a1ddbdab2ae/the-tool-was-unable-to-install-application-server-role-web-server-iis-role?forum=sharepointadmin.
    http://itrob.be/sharepoint-2013-installation-issue-the-tool-was-unable-to-install-application-server-role-web-server-iis-role/
    As SharePoint 2013 does not support Windows 2012 R2 Server very well what you can find from this blog:
    http://blogs.technet.com/b/wbaer/archive/2013/09/22/sharepoint-2013-support-for-windows-server-2012-r2.aspx.
    Please try to refer to this article:https://iouchkov.wordpress.com/2013/10/19/how-to-install-sharepoint-2013-on-windows-server-2012-r2/.
    Best Regards
    Vincent Han
    TechNet Community Support

Maybe you are looking for

  • Function Module for clearing customer open line items?

    Hi, Can anyone suggest me, the FM for clearing the customer open line items/ Manually we can do by f-32.....but, i need an FM for this? Thanks in Advance, Manju.

  • [Solved] Internal Hard Drive Automount withount Password?

    I have a 1TB internal hard drive used for storage And I want it to automount and also without having to type in a password. Note: I am using Dolphin in KDE. And i selected the option "to remember forever" .. but each time it asks for the password aga

  • Apple TV 2: Audio Setup for multiple languages

    Hi, I want to create files which contain audio tracks from more than one language. AppleTV 2 should play the AC3 track (2.0 or 5.1). I tried: Track 1. DE: AAC Dolby Digital 2.0 160kBit Track 2. DE: AC3 Track 3. EN: AAC Dolby Digital 2.0 160kBit Track

  • Bank Guarantee

    Dear Experts, Please tell me how do we map functionality of bank guarantee and letter of credit in SAP 8.8 Regards Agranshu

  • Email script not working

    A user has updated to Reader XI and the following script does not work now. How can I update this to be compatible with this latest version? ({cURL:"mailto:[email protected]?subject=Incident Acknowledgment &body=Please find attached confirmation of t