On atlas I'd add server own static ip address (10.128.64.12) listed for DNS then do ipconfig /flushdns, ipconfig /registerdns, restart the netlogon service
the unknown Node Type could be the netbt thing mentioned here https://www.itprotoday.com/compute-engines/jsi-tip-6538-ipconfig-all-show-node-type-unknown
Warning :There is less than 9% available RIDs in the current pool
https://learn.microsoft.com/en-us/archive/blogs/askds/managing-rid-pool-depletion
On prometheus On atlas I'd add server own static ip address (10.128.64.13) listed for DNS then do ipconfig /flushdns, ipconfig /registerdns, restart the netlogon service
same issue with the unknown Node Type
As to the migration to Server 2019 this will need to be a two-step process with (suggested) Server 2016 intermediary
- The prerequisite before introducing the first 2016 domain controller: domain functional level needs to be 2003 or higher
- The two prerequisites to introducing the first 2019 domain controller are that domain functional level needs to be 2008 or higher and older sysvol FRS replication needs to have been migrated to DFSR
https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405
I'd use dcdiag / repadmin tools to verify health correcting all errors found
before starting any
operations. Then stand up the new 2016, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--