Cannot join Server 2012 machine to domain

I am trying to join a clean  Server 2012 machine configured with Active Directory Domain Services and DNS features enabled to a domain (alekatest.com) which I have purchased. The Active Directory Domain Services option in Server Manager advises me that
the server requires promotion to a Domain Controller, but if I select "Add a domain controller to an existing domain" and enter "alekatest.com", and supply Domain Admin  credentials I get a message "Encountered an error contacting
domain alekatest.com. The server is not operational". The DNS server has address 10.0.0.2.
When I try and change from workgroup to new domain alekatest.com, it fails with the message "No records found for given DNS query. The query was for the SRV record for _ldap._tcp.dc._msdcs.alekatest.com". The server is connected by Ethernet to
a wireless router in a home network.
The ipconfig/all data from the server is:
Windows IP Configuration
   Host Name . . . . . . . . . . . . : SERVER2012
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Broadcast
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet:
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) 82567LM-3 Gigabit Network Connecti
   Physical Address. . . . . . . . . : 00-26-B9-82-D5-76
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 10.0.0.2(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.0.0.138
   DNS Servers . . . . . . . . . . . : 10.0.0.2
   NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter Teredo Tunneling Pseudo-Interface:
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:386b:2023:f5ff:fffd(Prefer
   Link-local IPv6 Address . . . . . : fe80::386b:2023:f5ff:fffd%14(Preferred)
   Default Gateway . . . . . . . . . : ::
   DHCPv6 IAID . . . . . . . . . . . : 335544320
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-FC-79-E8-00-26-B9-82-D5-76
   NetBIOS over Tcpip. . . . . . . . : Disabled
Tunnel adapter isatap.{6945E26E-B530-4271-8CF1-AD4BC13AF147}:
   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Reusable ISATAP Interface {74B5ED96-D12C-413B-9ED4-5B6270328AE0}:
   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Reusable ISATAP Interface {A9E91CEE-5350-4ACA-934D-D2AA5188B694}:
   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #4
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
I can ping alekatest.com from the server:
Pinging alekatest.com [203.170.87.12] with 32 bytes of data:
Reply from 203.170.87.12: bytes=32 time=86ms TTL=50
Reply from 203.170.87.12: bytes=32 time=109ms TTL=50
Reply from 203.170.87.12: bytes=32 time=106ms TTL=50
Reply from 203.170.87.12: bytes=32 time=81ms TTL=50
and  nslookup alekatest.com returns
Server:  UnKnown
Address:  10.0.0.2
Non-authoritative answer:
Name:    alekatest.com
Address:  203.170.87.12
if I try to return srv records from alekatest.com as follows, no records are returned
PS C:\Users\Administrator> nslookup
Default Server:  UnKnown
Address:  10.0.0.2
> set q=srv
> _ldap._tcp.dc._msdcs.alekatest.com
Server:  UnKnown
Address:  10.0.0.2
_ldap._tcp.dc._msdcs.alekatest.com
        primary name server = ns1.crazydomains.com
        responsible mail addr = dns.crazydomains.com
        serial  = 2010010101
        refresh = 7200 (2 hours)
        retry   = 120 (2 mins)
        expire  = 1209600 (14 days)
        default TTL = 3600 (1 hour)
In order to add an srv record I would appear to need to access the server ns1.crazydomains.com, which I doubt is possible.
Any help would be much appreciated

You're confusing DNS Domains and Active Directory Domains. While there are similarities the two are and do completely different things.
A DNS domain, in your case alekatest.com hosted by crazydomains.com is used to direct people to resources, for instance on the internet, to get to things like your website, email etc. It's not specific to Windows, and generally speaking after purchasing
it from a 3rd party you control what the DNS records are through that 3rd party.
An Active Directory domain is what you're referring to when you talk about joining a machine to a domain, setting up users on a domain, controlling access to resources on your network etc. This doesn't require you to purchase a domain from a 3rd party, and
could potentially be called anything you like.
So, in terms of your AD server, assuming you don't already have an AD domain configured on another AD controller on the network, when you do the setup you'll need to select the option to create a new domain. You could then set it to use alekatest.com, but
that isn't recommended as you can get into all kinds of issues with your local and public DNS records conflicting, so unless you know what you're doing and why you're doing it I'd suggest avoiding that. A better idea would be to set the AD domain to something
like alekatest.local. That would then become the local domain, so for instance your users would login as akekatest\<username> on the domain, and your local machines can then be joined to that domain.
Once all that is done, if you did need to have local records for alekatest.com pointing to local resources, there's nothing stopping you from adding that zone into DNS Manager on the AD server and configuring the records accordingly, however be aware that
once you did that your server would assume that it has all the records for the domain. So if you had a website configured on
www.alekatest.com and had the DNS records for that pointing to your website hosted somewhere else via your domain provider, if you didn't re-create that same record on your local copy of the domain then you'll be unable
to reach that website from your local network (since your users will be trying to find it locally rather than on the internet).
Hope that makes sense.

Similar Messages

  • Unable to edit the "Default Domain Controllers Policy" from a Server 2012 machine

    I am unable to edit the "Default Domain Controllers Policy" from a Server 2012 machine. The error message i recieve is:
    "Failed to open the group policy object.  You might not have the appropriate rights.  Details: The volume for a file has been externally altered so that the open file is no longer valid."
    The domain controllers are running Windows 2012 R2 upgraded from Windows 2008 R2, the domain functional level is Server 2012.
    I am able to edit the policy from both a Windows 7 and Server 2008 R2 machine.
    The following post is identical however the fix for them does not work for me:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/2d968a05-2cff-4dd0-9c5d-dd810d1fa66f/cant-edit-default-domain-controllers-policy-on-windows-8-or-server-2012
    Any ideas?

    MuhammadUmar
    Yes, the Unique ID is available on 2012 server
    Lany Zhang
    This only affects the default domain controllers policy object
    Another user added to amins and tested has no effect
    It is the same on another server
    DCDiag passes all tests
    Thanks for all your help so far

  • Unable to join the client machine into domain in low banswidth 16kbps

    Hi,<o:p></o:p>
    I'm unable to join the client machine into domain which is in low bandwidth 16 kbps.but i can able join other machine into domain which is having
    more bandwidth,please help me on this issue<o:p></o:p>

    Depending on the version of your domain, you could try an offline join.
    http://technet.microsoft.com/en-us/library/offline-domain-join-djoin-step-by-step(v=WS.10).aspx
    Paul Bergson
    MVP - Directory Services
    MCITP: Enterprise Administrator
    MCTS, MCT, MCSE, MCSA, Security, BS CSci
    2012, 2008, Vista, 2003, 2000 (Early Achiever), NT4
    Twitter @pbbergs http://blogs.dirteam.com/blogs/paulbergson
    Please no e-mails, any questions should be posted in the NewsGroup.
    This posting is provided AS IS with no warranties, and confers no rights.
    I would say that it depends on the client OS (Windows 7 or Windows 8) if offline domain join could be used or not, not that much regarding the level of the domain, you can always use the
    /downlevel switch to target a DC running Windows Server 2003 for example.
    Enfo Zipper
    Christoffer Andersson – Principal Advisor
    http://blogs.chrisse.se - Directory Services Blog

  • WSUS server not seeing Server 2012 machines

    We have WSUS 3.2.7600.226 running on a Windows Server 2003 R2 machine, which has been working fine with our wide range of client computers. We recently added our first 4 Server 2012 machines to our domain. Although they show up in browse lists across
    the network, WSUS doesn't "see" them at all. They don't show up anywhere in the Computers list, and a search for any of them comes up empty.
    If I apply our default GPO to these servers, they are required to use the WSUS as their update server. That causes them to get no updates.
    What can I do to make these clients show up? Thanks in advance.

    Hi,
    Have you installed KB2828185? If no, please try to install it on the WSUS server.
    For detailed information, please refer to the link below,
    http://support.microsoft.com/kb/2828185
    If issue persists, please post the windowsupdate.log of the client here. It may give some hints.
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Run sql 2008 ssis package into sql server 2012 machine

    Hello,
    I have created a ssis package in sql server 2008 and use a job to execute it pointing to databaseA. works fine.
    Then, I place that package into a sql server 2012 machine and use a job to execute it in the same database, databaseA.
    The error I get is something like:
    can not use the old version in the new version machine.
    Is this really the case or am I doing something wrong please?

    Hi Arkiboys,
    Arthur is right that the error occurs because the SSIS 2008 package cannot be upgraded to SSIS 2012 package. When the SSIS 2008 package is called by SSIS 2012 dtexec utility tool, the package will be upgraded temporarily and the changes won’t be saved. Since
    your current SSIS 2008 package cannot be upgraded automatically, you can create the package from scratch in SSDT installed by SQL Server 2010. Another option isto open the SSIS 2008 package in SSDT or add the package to a SSIS 2012 project, then the upgrade
    will be performed automatically. Then, you can check the error message during the upgrade, which may help you to find the tasks/components that cause the upgrade failure. In this way, you can remove the tasks/components in question from the SSIS 2008 package
    and then upgrade the package, and then add the tasks/components in question in SSDT 2010.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here.
    Mike Yin
    TechNet Community Support

  • Cannot publish Flash Updates Verification of file signature failed for file SCUP 2011, SCCM 2012 R2 and WSUS all on same Windows Server 2012 machine

    I am attempting to distribute Adobe Flash updates using SCUP 2011, SCCM 2012 R2, WSUS ver4 and Windows Server 2012.  Everything installs without error.  I have acquired a certificate for SCUP signing from the internal Enterprise CA.  I have
    verified the signing certificate has a 1024 bit key.  I have imported the certificate into the server's Trusted Publishers and Trusted Root CA stores for the computer.  When I attempt to publish a Flash update with Full content I receive the following
    error:
    2015-02-13 23:00:48.724 UTC Error Scup2011.21 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\SCCM\UpdateServicesPackages\a2aa8ca4-3b96-4ad2-a508-67a6acbd78a4\3f82680a-9028-4048-ba53-85a4b4acfa12_1.cab
    I have redone the certificates three times with no luck.  I can import metadata, but any attempt to download content results in the verification error.
    TIA

    Hi Joyce,
    This is embarrassing, I used that very post as my guide when deploying my certificate templates, but failed to change the bit length to 2048.  Thank you for being my second set of eyes.
    I changed my certificate key bit length to 2048, deleted the old cert from all certificate stores, acquired the a new signing cert, verified the key length was 2048, exported the new cert to pfx and cer files, imported into my Trusted publishers
    and Trusted Root Authorities stores, reconfigured SCUP to use the new pfx file, rebooted the server and attempted to re-publish the updates with the following results:
    2015-02-16 13:35:44.006 UTC Error Scup2011.4 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\SCCM\UpdateServicesPackages\a2aa8ca4-3b96-4ad2-a508-67a6acbd78a4\3f82680a-9028-4048-ba53-85a4b4acfa12_1.cab.
    Is there a chance this content was already created and signed with the old cert, so installing the new cert has no effect?  In ConfigMgr software updates I see 4 Flash updates, all marked Metadata Only (because they were originally published as "Automatic." 
    No Flash updates in the ConfigMgr console are marked as downloaded.  I can't find any documentation on how the process of using SCUP for downloading content for an update marked Metadata Only actually works. 
    Comments and suggestions welcome.

  • Problems to join a virtual machine on Domain.

    Hi Everybody
    Im trying to join my windows 8 virtual machine on a Domain mounted in Windows server 2012, but I.m not able to do it, when I try, i receive the below message.
    Note: This information is intended for a network administrator.  If you are not your network's administrator, notify the administrator that you received this information, which has been recorded in the file C:\Windows\debug\dcdiag.txt.
    DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "tcsgdl.com":
    The query was for the SRV record for _ldap._tcp.dc._msdcs.tcsgdl.com
    The following domain controllers were identified by the query:
    tcsgdldc01.tcsgdl.com
    However no domain controllers could be contacted.
    Common causes of this error include:
    - Host (A) or (AAAA) records that map the names of the domain controllers to their IP addresses are missing or contain incorrect addresses.
    - Domain controllers registered in DNS are not connected to the network or are not running.
    Thanks in advance, if you require extra information just let me know.

    Hi Susie
    Yes, DC is hosting DNS Role, DC and Client are pointing to DC.
    nslookup on client:
    C:\Users\gdladm>NSLOOKUP
    Default Server:  UnKnown
    Address:  169.254.187.10
    > SERVER 169.254.187.10
    Server:  [169.254.187.10]
    Address:  169.254.187.10
    *** 169.254.187.10 can't find SERVER: Server failed
    Outputs "IPCONFIG / ALL"
    Client:
    C:\Users\gdladm>IPCONFIG /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : PCTEST
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Ethernet0:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connec
    n
       Physical Address. . . . . . . . . : 00-50-56-3B-E7-C2
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 169.254.187.40(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 169.254.187.10
       DNS Servers . . . . . . . . . . . : 169.254.187.10
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{D09F1650-4E09-4AA8-B2C0-326D66081D0B}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    DC:
    C:\Users\Administrator.TCSGDLDC01>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : TCSGDLDC01
       Primary Dns Suffix  . . . . . . . : TCSGDL.COM
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : TCSGDL.COM
    Ethernet adapter Ethernet0:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connectio
    n
       Physical Address. . . . . . . . . : 00-50-56-39-BD-69
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 169.254.187.10(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 169.254.187.1
       DNS Servers . . . . . . . . . . . : 169.254.187.40
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{D728DFCE-4C40-4236-82BF-2B2BFD10641B}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Thanks for the support, if any information is required please let me know.
      

  • Cannot Promote Server 2012 R2 Server to DC??

    I have a freshly installed Server 2012 R2 Core Edition with all of the latest updates as of today.  I did the following:
    - Changed name to DC6
    - Joined it to the existing domain.
    - Logged in as domain admin.
    - Set fixed IP address & set DNS servers to other DNS servers already on the network.
    I then installed the AD DC via Server Manager from my computer and that went through fine.  I then logged into the server itself and ran the following command:
    Install-ADDSDomainController via powershell and answer the commands as requested for the current domain and safe mode administrator password.  I get the following error:
    Verification of prerequisites for Active Directory preparation failed.  The specified user does not have SESecurityPrivilegeEnabled.
    I ensured that domain admins (I'm logged in as a domain admin) are in the local admin group and that hasn't helped.  NOTE:  I haven't had any problems adding domain controllers in the past, only with this Server 2012 R2 version.  I'm currently
    running Server 2008 R2 DC's at the 2008 forest level.
    Anybody have any ideas?

    I concur with GSS1 and Mike about the schema and that the account should in the Manage auditing and Security log policy. In addition, you may also want to see what the poster did in the following thread:
    Cannot promote server to DC:http://social.technet.microsoft.com/Forums/windowsserver/en-US/d456baf5-3037-4e61-8dc8-a78b005bd4ad/cannot-promote-server-to-dc?forum=winserverDS
    Ace Fekay
    MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
    This post is provided AS-IS with no warranties or guarantees and confers no rights.

  • Windows 8.1 pro client on a Windows server 2012 R2 Essentials domain, how to change lock when idle?

    Hi,
    I need to find out how to do something?
    I have Windows 8.1 pro running on my PC and its part of a domain which is Windows Server 2012 R2 Essentials, it all runs perfectly except for a little niggle where my Win 8.1 PC locks after its not used for a short time.  What I want to find out is
    how to change this so it no longer locks when idle?  I know this is a security feature but as its just my home pc it can be very annoying to log in again after walking away from the PC for a few min's.
    I've had a look through the default domain policy but there are so many settings that I can't find it, that's even if there is a setting there?
    Anyway can anyone help?
    Thanks
    JK
    JK MCP

    Hi,
    We can try to implement by use High performance power plan or GPO to prevent computer from locking down:
    Refer to the solution here:
    http://social.technet.microsoft.com/Forums/en-US/0863112d-ee54-4808-9d27-0380d7bf04b0/gpo-to-disable-lock-computer-?forum=winserverGP
    Also, you can check if there is any task scheduled for idle:
    Task Conditions
    http://technet.microsoft.com/en-us/library/cc721902.aspx
    Hope these could be helpful.
    Kate Li
    TechNet Community Support

  • Can't add Server 2012 to existing domain

    I'm getting this error:
    "Verification of replica failed.  The forest functional level is Windows 2000.  To install Windows Server 2012 domain or domain controller, the forest functional level must be Windows Server 2003."
    My forest level is set at 2008R2, per AD Domains and Trusts (on both the 08 servers and 2012).  The forest was set at 2003 before, so I demoted the old 2003 server and raised it to 2008 with no luck, then went ahead and went to 2008R2. 
    The 2012 server (clean install, no upgrades) is already a member of the domain.
    adprep /forestprep reports "forest wide information has already been updated" 
    Connectivity seems to be fine (ping, no firewalls) between the 2 08R2 DCs and the new 2012 server.  Weird thing is all the AD tools are installed in 2012, and I can even create new domain users from it. 

    Hello,
    You dont need manual schema upgarde for adding a new windows 2012 Domain controller. That is integrated with dcpromotion. Also you dont required the DCPROMO.
    Set DFL & FFL minimum 2003.
    See the below link for adding a 2012 DC for an existing domain.
    Install a Replica Windows Server 2012 Domain Controller in an Existing Domain (Level 200)
    As with previous versions of Windows Server, automated domain preparation for domain controllers that run Windows server 2012 does not run GPPREP. Run
    adprep.exe /gpprep manually for all domains that were not previously prepared for Windows Server 2003, Windows Server 2008, or Windows Server 2008 R2. You should run GPPrep only once in the history of a domain, not with every upgrade. Adprep.exe
    does not run /gpprep automatically because its operation can cause all files and folders in the SYSVOL folder to re-replicate on all domain controllers.
    Still if you are facing issue. please upload the below outputs in skydrive & share us the link.
    repadmin /replsummary * >> repl.txt
    repadmin /showreps /v >> showreps.txt
    DCDIAG /V /C /D /E /s:dcname >> dcdiag-DCS.txt
    dcdiag /e /v /test:dns >> dns.txt
    ipconfig /all >> dcip.txt
    Regards
    Biswajit Biswas
    My
    Blogs|TechnetWiki
    Ninja
    Best regards Biswajit Biswas Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights. MCP 2003,MCSA 2003, MCSA:M 2003, CCNA, MCTS, Enterprise Admin

  • Cannot install Server 2012 using USB bootable flash.

    Hello,
    We plan to upgrade Server 2003 to Server 2012. I downloaded Windows Server 2012 R2 ISO file from the below link.
    http://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012
    Then make this ISO file on bootable USB flash and boot it on computer.
    During Windows Setup installation after select partition,
    Getting files ready on installation (xx%)
    It displayed message that The installation was canceled.
    "Windows cannot install required files. The file may be corrupt or missing. Make sure all files required for installation are available, and restart the installation. Error code: 0x80070570"
    I have tried the following ways.
    - re-downloaded the ISO file again
    - Installed on VHD
    - Installed on different computer
    - Tried choosing Server Core Installation or Server with a GUI
    Still got the same error. Plese help me how to solve?

    I'm not clear about your problem statement.  Are you saying that after downloading re-downloading the ISO, the installation failed in all three different installations?
    If so, it really does sound like bad media.  There have been other instances in this forum where the person downloading was apparently hitting a server on the internet that had a bad copy of the media.  They got around the problem by downloading
    from a different location, for example, a different part of town that gets routed to a different download server.
    . : | : . : | : . tim

  • Cannot install Server 2012 Evaluation

    Hi folks,
    I have an HP Proliant microserver on which I am attempting to install Windows Server 2012 180-day Evaluation in order to start learning.
    Have downloaded ISO and burnt to DVD but when I start the install an choose the Windows Server 2012 Standard install option I get a message:
    'Windows cannot find the Microsoft Software Licence Terms. Make sure the installation sources are valid and restart the installation.'
    Cannot get past this message so cannot install - I have downloaded the ISO multiple times and still get the same message.
    HP Microserver has 12GB RAM and 750GB HDD.
    Any help for a noob please folks?
    Thanks,
    Sq...

    Maybe this one helps.
    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay?javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken&javax.portlet.prp_ba847bafb2a2d782fcbb0710b053ce01=wsrp-navigationalState%3DdocId%253Demr_na-c03928315-1%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.tpst=ba847bafb2a2d782fcbb0710b053ce01&ac.admitted=1402536579859.876444892.492883150
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Cannot upgrade server 2012 essentials to Server 2012 standard

    using dism :
    PS C:\Windows\system32> dism.exe /online /Set-Edition:ServerStandard /ProductKey:XXXXX-HF7PX-XXXXX-2XDPX-XXXXX /AcceptEula
    Deployment Image Servicing and Management tool
    Version: 6.2.9200.16384
    Image Version: 6.2.9200.16384
    Error: 0x8a010001
    The specified product key could not be validated.
    Check that the specified product key is valid and that it matches the target edition.
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    PS C:\Windows\system32> DISM /online /Get-CurrentEdition
    Deployment Image Servicing and Management tool
    Version: 6.2.9200.16384
    Image Version: 6.2.9200.16384
    Current edition is:
    Current Edition : ServerSolution
    The operation completed successfully.
    Bought new key from Ebuyer.com

    Hi,
    Glad the issue was solved by yourself.
    I think it should be an in-place license transition, transitioning from Windows Server 2012 Essentials to Windows Server 2012 Standard.
    https://technet.microsoft.com/en-us/library/jj247582.aspx?f=255&MSPPError=-2147217396
    dism /online /set-edition:ServerStandard /accepteula /productkey:Product Key
    Product Key is the product key for your copy of Windows Server 2012 Standard.
    Regards.
    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 Support, contact [email protected]

  • Cannot Install Server 2012 on RD430.

    When are we going to get the BIOS updates we need so that we can install the latest products that are already released?

    Just to document this in case someone runs across this old thread, all current BIOS versions available for this server support Server 2012.  The first version to do this was 2.04

  • Cannot join Windows XP machines to the Mac PDC domain

    Frustrated...
    Yesterday, I was able to successfully add 5 Windows XP machines to the Mac PDC Domain (lets call it xyz.lan). Those machines show up as valid computer accounts in Workgroup Mananger (PC1$, PC2$, etc.). Users are able to logon to those Windows XP machines using their Mac Open Directory user account and access their home folder, etc.
    This morning, for some reason, I can no longer join XP machines to the Mac PDC domain. On both PCs I tried it with, I receive a "Insufficient System Resources exist to complete the requested service" on the Windows XP machine. I am using the diradmin user account and password to supply credentials. Same exact process as yesterday (which worked fine).
    A couple things of note. I made sure the PDC domain is set to Enabled for allowing Guest Access and that WINS Registration is also enabled. Authentication is lso set for NTLMv2 and NTLM for enabled. I also tried rebooting the server this morning as well. It's running 10.5.4. This was not an upgrade from 10.4, but a fresh install of Leopard.
    No changes were made on the server between yesterday and today that I am aware of.
    Looking at the /var/log/samba/log.smbd log, there are thousands of entries for "This process has forked and you cannot use this corefunctionality process, You must EXEC()" etc... The log also shows failures when the XP machine tries to join to the domain. Log entries are listed showing, "pdbdefault_createuser: failed to add new account for 'PC6$'". Adding PC6$ manually via Workgroup Manager doesn't help either.
    Any idea what to check next? I read so many varied things about Leopard and SMB not quite playing nice. People mentioning they had to go through all sorts of hurdles to get this working. Any advise is welcome.

    Any news about this? I'm having the same problem trying to join a Vista box to the domain. Here are the logs:
    [2009/04/22 13:25:25, 0, pid=42167] /SourceCache/samba/samba-
    187.8/samba/source/passdb/pdbodsam.c:odssamgetsampwnam(1571)
    opendirectorysamsearchname gave -14136 [eDSRecordNotFound]: no
    dsRecTypeStandard:Computers record for account 'VISTA-02$'[2009/04/22 13:25:25, 0, pid=42167]
    /SourceCache/samba/samba-187.8/samba/source/passdb/pdbodsam.c:odssamgetgrnam(2040)
    odssam_getgrnam gave -14136 [eDSRecordNotFound]: no dsRecTypeStandard:Groups record for
    'VISTA-02$'!
    [2009/04/22 13:25:25, 0, pid=42167] /SourceCache/samba/samba-187.8/samba/source/passdb/pdbodsam.c:odssamgetsampwnam(1571)
    opendirectorysamsearchname gave -14136 [eDSRecordNotFound]: no dsRecTypeStandard:Computers record for account 'VISTA-02$'
    kDSStdAuthNewUser was successful for account "vista-02$"
    kDSStdAuthNewUser accountid len(375)"0x49ef53056eb8a2630000009a00000214,1024 35
    129849767195843988386717130686365750405143149807097035240997923637742337040903
    506153973871003812041813
    324419007326669993686871371821246150609561416487672279816850996014745064297496
    041484464380321772803933500334864635264176672399865926313147079923364167109976
    966344241501266923849093477
    545323065093504527714303 [email protected]"
    <CFArray 0x127bb0 [0xa087e1a0]>{type = mutable-small, count = 1, values = (
    0 : <CFDictionary 0x10fa70 [0xa087e1a0]>{type = mutable, count = 3, capacity = 3, pairs = (
    0 : <CFString 0x127230 [0xa087e1a0]>{contents = "dsAttrTypeStandard:RecordName"} = <CFArray 0x1273d0 [0xa087e1a0]>{type = mutable-small, count = 1, values = (
    0 : <CFString 0x127830 [0xa087e1a0]>{contents = "passwordserver"}
    1 : <CFString 0x12b1b0 [0xa087e1a0]>{contents = "dsAttrTypeStandard:PasswordServerLocation"} = <CFArray 0x1276e0 [0xa087e1a0]>{type = mutable-small, count = 1, values = (
    0 : <CFString 0x128030 [0xa087e1a0]>{contents = "10.10.1.102"}
    3 : <CFString 0x10b150 [0xa087e1a0]>{contents = "dsAttrTypeStandard:AppleMetaNodeLocation"} = <CFArray 0x127b60 [0xa087e1a0]>{type = mutable-small, count = 1, values = (
    0 : <CFString 0x125b80 [0xa087e1a0]>{contents = "/LDAPv3/127.0.0.1"}
    [2009/04/22 13:25:26, 0, pid=42167] /SourceCache/samba/samba-187.8/samba/source/passdb/pdbodsam.c:odssamgetsampwnam(1571)
    opendirectorysamsearchname gave -14136 [eDSRecordNotFound]: no dsRecTypeStandard:Computers record for account 'VISTA-02$'
    [2009/04/22 13:25:26, 1, pid=42167] /SourceCache/samba/samba-187.8/samba/source/passdb/pdbinterface.c:pdb_default_createuser(371)
    pdbdefault_createuser: failed to add a new account for 'VISTA-02$'
    [2009/04/22 13:25:30, 2, pid=42171] /SourceCache/samba/samba-187.8/samba/source/smbd/reply.c:reply_special(328)
    netbios connect: name1=10.10.1.102 name2=MYMAC
    [2009/04/22 13:25:30, 2, pid=42171] /SourceCache/samba/samba-187.8/samba/source/smbd/reply.c:reply_special(335)
    netbios connect: local=10.10.1.102 remote=mymac, name type = 0
    [2009/04/22 13:25:30, 2, pid=42171] /SourceCache/samba/samba-187.8/samba/source/lib/module.c:dosmb_loadmodule(64)
    Module '/usr/lib/samba/auth/odsam.dylib' loaded
    Thanks!
    Message was edited by: capc

Maybe you are looking for

  • 'Bank Statement Loader Execution Report ' completed with errors.

    Dear Friends, While I try to call seeded concurrent program 'Bank Statement Loader Execution Report ' its completed with error.log file details: Enter Password: REP-0004: Warning: Unable to open user preference file. REP-3000: Internal error starting

  • Photos won't show up in camera role & forever backups. Please help!

    This has been going on for 3 months now and its really becoming a pain. The problem in itself is now a giant conundrum where I can't find a possible fix so here it goes! It all started when I noticed that when I took a photo with the built in camera

  • Can't seem to update my blog?!

    HELP PLEASE!! I just went live with my site as of yesterday and when I went live I had two blog entries. However, I decided to add a new entry today and I deleted one of my previous entries. I save it and publish and after the publish is complete, th

  • Opc reading a group of data

    I want to read about 100 data values from an OPC server. I use LabView 6i (6.0.2) and do not have "Datalogging and Supervisory Control". How can I read all the 100 values with one call (synchronously)?

  • Self referencing table and contraint

    Hi, I have a self referencing table, used to store information on projects in an organization. There is a pimary key (modifier) and a foreign key to the modifier field (parentModifier) Note: (modifier = project in the organization) Basically, the par