Registering a host with the Checkmk server

The registration is done using the Agent Controller cmk-agent-ctl, which provides a command interface for configuring the connections. You can display command help with cmk-agent-ctl help, also for specific available subcommands, for example with cmk-agent-ctl help register. Whether the host is configured for the pull mode or the push mode makes no difference for the command examples. The … Read more

Windows Admin Center v2 with Certificate Cannot Load Site

Microsoft released a substantially upgraded Windows Admin Center with build 2410. Microsoft has offset it as “v2”. You can read the release announcement on the Windows Admin Center blog. You can download Windows Admin Center from aka.ms/windowsadmincenter. This article explains how to fix a condition when you use a true PKI certificate and cannot access the Windows Admin … Read more

Moving Windows Recovery Partition Correctly

Disabling The Windows Recovery Partition The reagentc /disable command will disable the recovery partition and will move the recovery partition into a file named Winre.wim and will be located in C:\Windows\System32\Recovery (you have to enable showing hidden system files if you want to see it) DiskPart Pro tip from Matt in the comments, if there’s a * in the column for … Read more

Fixing Linux file system errors after power outage

Ubuntu If the boot process returns a maintenance prompt, type: vCenter Server Appliance Reboot the virtual appliance, and immediately after the OS starts, press e to open the GNU GRUB Edit Menu. Locate the line that begins with the word linux. At the end of the line, add: then press F10 to continue booting the appliance. This will … Read more

Troubleshoot Netlogon

nltest /dbflag:0x2080ffff Net Stop Netlogon Net Start NetLogon after you restart Net Logon, Net Logon-related activity will be logged to %windir%\debug\netlogon.log Note: Nltest is included as part of Windows Server 2008 and is also available as part of the Support Tools packages on the installation media for Windows Server 2003 And After you finish debugging, … Read more

V Rising Server Dedicated Server Config Options

Here are the V Rising server settings that can adjust gameplay and what they do: GameModeType PvP PvE Sets the kind of game mode you’re playing. CastleDamageMode Always Never TimeRestricted Sets when Castles can be damaged. “TimeRestricted” uses VSCastle times. SiegeWeaponHealth Determines the health of Siege Weapons. Formatting unknown. PlayerDamageMode Always TimeRestricted Determines whether or not other … Read more

Auto mount a Linux partition on boot

Step 1: Get the Name, UUID and File System Type Open your terminal, run the following command to see the name of your drive, its UUID(Universal Unique Identifier) and file system type. sudo blkid In the output of this command, the first column is the name of your drives. The second column is the label … Read more