James Benson's tech hub
James Benson's tech hub
  • Blog
  • Contact
  • Blog
  • Contact

Windows Server Replication

5/1/2018

0 Comments

 
Setup:
  • Windows Server 2012R2(R5-610-1)
  • Windows Server 2016 (Master)
  • Windows Server 2016 (Secondary)
  • No Domain Controller (All servers are independent)
  • Hyper-V version are different (Windows 2012 is Version 5.0, Windows 2016 is Version 8.0)
  • VM's are both 1st and 2nd Generation.

Goal:
  1. To migrate VM's running on Windows 2012R2 Server to Windows 2016 Server.
  2. Remove old Windows 2012R2 Server.
  3. Enable replication/failover between the two Windows 2016 Servers.

Issues:
  • Most documentation refers to MakeCert which is deprecated and it is recommended to use New-SelfSignedCertificate


Migrating VM's from 2012R2 to 2016:
    1.   Open Powershell in Windows 2016, and create root certificate:

​PS> New-SelfSignedCertificate -Type "Custom" -KeyExportPolicy "Exportable" -Subject "CN=<<WINDOWS 2016 LOCALHOST SERVER NAME>>" -CertStoreLocation "Cert:\LocalMachine\My" -KeySpec "Signature" -KeyUsage "CertSign"
​

Read More
0 Comments

    Author

    James Benson is an IT professional.

    View my profile on LinkedIn

    Archives

    August 2022
    July 2022
    May 2022
    May 2021
    April 2021
    August 2020
    May 2020
    February 2020
    October 2019
    January 2019
    May 2018
    April 2018
    June 2017
    May 2017
    February 2017
    December 2016
    November 2016
    April 2016
    March 2016
    December 2015
    November 2015
    August 2015
    July 2015

    Categories

    All
    Anisble
    Apache Ranger
    Blockchain
    Canonical MaaS
    CentOS 7
    Ceph
    Colloquy
    Configuration
    DevStack
    El Capitan
    FreeIPA
    Git
    Hadoop
    Hyper-V
    IRC
    Kerberos
    Kolla
    LaTeX
    LDAP
    Liberty
    MAAS
    MacTex
    OpenStack
    OpenStack Heat
    Optimization
    R
    RadosGW
    Raspberry Pi 2
    References
    Replication
    RHadoop
    SSH
    Swift
    TexStudio
    Tips
    Ubiquiti
    Ubuntu
    Unifi
    VMware
    Vyper
    Web3.py
    Windows Server
    Windows Server 2012R2
    Windows Server 2016
    ZNC

    RSS Feed

Powered by Create your own unique website with customizable templates.