Problem Due to a storage issue, a vcenter 7.0 U2 appliance would not boot with following error: [FAILED] Failed to start File System Check on /dev/vg_root_0/lv_root_0 Resolution Run /bin/sh then blkid Output of blkid Highlighted shows the path we need to repair Run systemctl status systemd-fsck-root to confirm To repair the file system on the Read More…
Day: August 12, 2021
Promote Secondary Domain Controller via Powershell
In this environment there is a Windows Core 2019 DC installation. To promote a server to a domain controller use the following steps: Run sconfig to give the server a Name, IP address and DNS servers in Powershell Install-WindowsFeature AD-Domain-Services -IncludeManagementTools Install-ADDSDomainController -InstallDns -Credential (Get-Credential jordansphere\administrator) -DomainName jordansphere.co.uk Note: You will then be prompted for Read More…