Exchange of the GroupShare server

We have a setup consisting of 4 virtual machines: Domain controller, database server, application server and terminal server.

These are VMs that are hosted at Azure. We cannot upgrade the operating system in a traditional way (in-place upgrade), but have to rebuild the VMs and transfer the services and data. We have already replaced the domain controller with a Windows Server 2019 (previously: 2016). This worked as expected without problems.

Now we have to upgrade the application server to Windows Server 2019. The VM with Windows Server 2016 must also be replaced by a new one with Windows Server 2019. GS 2020 CU02 is installed on the application server. The database server is - as mentioned above - separated.

Is it possible that I set up a new Windows Server 2019 VM, stop all services on the existing GroupShare server and shut it down (hoping I will never have to start it again) and then install GS 2020 CU02 on the Windows Server 2019 and simply enter the access data of the old server as database server?

Maybe it is important to mention that the host name of the application server has to change for technical and regulatory reasons. I cannot avoid this. However, the host name of the database server and the name of the database instance would remain identical.

Has anyone already had to do anything similar?

Parents
  • No success. At the end of the installation I got:

    2020-04-22 16:49:32.382#Sdl.Server.Configuration.InternalTmServiceClient#InternalTmServiceClient - http://[fqdn]:41235/
    2020-04-22 16:49:32.384#Sdl.Server.Configuration.InternalTmServiceClient#LogIn
    2020-04-22 16:49:32.385#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:Posting to http://[fqdn]:41234/ with auth Basic R3JvdXBTaGFyZTpHcjB1cFNoYXJl
    2020-04-22 16:49:32.385#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:Posting content System.Net.Http.FormUrlEncodedContent
    2020-04-22 16:49:32.385#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:Posting attempt 1
    2020-04-22 16:49:34.530#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:Response status code does not indicate success: 401 (Unauthorized). occured pausing and trying again.
    2020-04-22 16:49:44.531#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:Posting attempt 0
    2020-04-22 16:49:44.533#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:One or more errors occurred. occured pausing and trying again.
    2020-04-22 16:49:54.534#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:Posting attempt -1
    2020-04-22 16:49:54.535#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:One or more errors occurred. occured pausing and trying again.
    2020-04-22 16:50:04.537#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:Posting attempt -2
    2020-04-22 16:50:04.538#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:One or more errors occurred. occured pausing and trying again.
    2020-04-22 16:50:14.539#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:Posting attempt -3
    2020-04-22 16:50:14.540#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:One or more errors occurred. occured pausing and trying again.
    2020-04-22 16:50:24.542#Sdl.Server.Configuration.InternalTmServiceClient#LogIn:return token.
    2020-04-22 16:50:24.542#Sdl.Distribution.ServerInstall.Config.PostInstallation#RegisterTMContainer:looking for database server.
    2020-04-22 16:50:24.910#Sdl.Distribution.ServerInstall.Wizard.PostInstallStep#An error occurred during default container registration - One or more errors occurred.
    2020-04-22 16:50:24.969#Sdl.Distribution.ServerInstall.Config.PostInstallation#An error occurred during default container registration - System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
       at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
       at Sdl.Server.Configuration.InternalTmServiceClient.<GetDatabaseServersAsync>d__6.MoveNext()
       --- End of inner exception stack trace ---
       at Sdl.Server.Configuration.InternalTmServiceClient.GetDatabaseServers()
       at Sdl.Distribution.ServerInstall.Config.PostInstallation.RegisterTMContainer(Action`1 Messenger, String RestUrl)
    ---> (Inner Exception #0) System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
       at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
       at Sdl.Server.Configuration.InternalTmServiceClient.<GetDatabaseServersAsync>d__6.MoveNext()<---

    I have nevertheless completed the post-configuration to test it (https and setspn).

    When I log in now, I get "One or more errors occured". The dashboard does not load at all. But I can change the page and call projects & co. Does anyone have an idea?

  • Found the problem. Had to trust the companies certificate chain. Dashboard works now. Will keep on testing...

  • There were issues with dashboard display if you used different port than 80 or 443. This should be solved with CU2

Reply Children
No Data