November 3, 2022

Configure Apache Load Balancer for High Traffic Website

Server Management,

Struggling with a high-traffic website, when there are no performance issues? Then no worries now with Apache load balancer you can manage high-traffic websites hassle-free. (Setup is based on Ubuntu/Debian systems, if you need assistance click here – Get Assistance). You can follow the below steps to configure the Apache load balancer for your website…

Read more
October 20, 2022

Fix the Error: Permission denied

Server Management Services,

If you encounter an error: permission denied it means your server rejected your connection. Let’s first see what causes this error and then see how to fix it. Unless and until you have a valid un-avoidable reason to use sudo command you can use but you shouldn’t be using it with Git. Similarly, if you…

Read more
October 12, 2022

Directly Automate the Export of PostgreSQL logs to Amazon S3

Outsource technical support,

Now you can automate the PostgreSQL logs using extensions to Amazon S3. For the PostgreSQL instance –Amazon RDS is used. With access to your AWS account, install & configure the AWS command line interface. Now let’s create an RDS for the PostgreSQL instance, if you need assistance in creating/connecting to a PostgreSQL Database with Amazon…

Read more
October 6, 2022

How to Migrate from GoDaddy to Microsoft 365?

Outsource technical support,

Get your Microsoft 365 tenant ready If you want to migrate from GoDaddy to Microsoft 365, you have come to the right place. Migrating from GoDaddy to Microsoft 365 doesn’t have to be difficult, but there are several steps you need to follow.   To make things easier, we’ll go over each step one by…

Read more
September 21, 2022

Check_MK Agent Setup

Server Management,

If you wish to collect data from remote systems, then use LibreNMS in combination with check_mk. The agent can be extended to include information about applications on the remote system. let’s see how check_mk agent is setup. Installation in Linux/ BSD If you’re using the Distributed Polling setup, then allow access from the LibreNMS host…

Read more
September 7, 2022

How to Install Checkmk Agent on Windows Server

Server Management,

You can follow these steps to install checkmk agent on the windows server. Make sure you have downloaded the check_mk_agent.msi in either of the two ways; https://FQDN-CHECKMK/checkmk/check_mk/agents/windows/check_mk_agent.msi Manual download in WATO – Configuration – Monitoring Agents – check_mk_agent.msi Once done, install the check_mk_agent.msi along with add default settings. You will have choose the ‘Install and…

Read more
July 28, 2022

SQL Server Database to SQL Server Migration on Azure

Database,

Methods for primary migration Even though there are different methods you can try migrating SQL Server Database to SQL Server Migration on Azure, we recommend migrating the database files to the Azure VM using a compressed backup file for best data transfer. During migration you could face some downtime so in order to reduce the…

Read more
July 21, 2022

Avoid these Foreign Key Mistakes – Database Error

Linux General,

Before you start building your database keep these answers ready i) where do you need to link the table, and ii) what if the table is removed?. Instead of using foreign keys are you still relying on the informal links between databases? To ensure you have set the foreign keys correctly let’s check if you…

Read more
July 14, 2022

Fix vMotion interface misconfiguration on the destination host (1003827)

VMware,

Have you ever encountered this compatibility error while performing a vMotion migration( vMotion interface misconfiguration )?  Unable to migrate from source_server to destination_server: The vMotion interface is not configured (or is misconfigured) on the destination host ‘destination_server’  And this is mainly because the source or destination ESXi servers are not configured for vMotion. So, now…

Read more
July 12, 2022

How to Restart Management agents in ESXi

VMware,

If you are unable to connect directly to the ESXi host or manage under the vCenter server, Or if your vCenter Server displays an error, is because the creation of VM fails when the agent is unable to retrieve VM creation options from the host. You can restart the management agents on your ESXi host…

Read more