Posts

Linux Troubleshooting Tips

Image
  Hi everyone. Linux is the most commonly used OS in servers. There are many distributions of Linux which are used for different purposes. While configuring, running services, taking backups etc we face many issues and have to resolve them. Here in this article, I have shown some tips to resolve those issues. So let's begin. There are many commands and tools useful for detecting the problem and solve them. Also, there may be a hardware-level issue. In case of a network-related issue, we should do a ping to the server or if any automated ping-script configured, we should see it’s result. Then check the cable's connectivity to the hardware and make sure that there are no loose connections or faults in the connectors.   Here we can use ethtool to check if the ethernet is detectable or not. In case of power failure, we should also check the power cables and the supply. Using dmidecode command we can view the server’s SMBIOS report about it’s hardware. To check RAM, we can use

Disaster recovery - the complete guide

Image
Part-1 Disaster recovery is one of the most important topics in today’s world. It is like doing insurance of a company’s data, infrastructure etc. Though in the normal day-to-day working disaster recovery seems unimportant, but when any disaster occurs then the data, infrastructure fully or partially got destroyed and the reputation, business go to high risk. Then we can realize what is the importance of it. So, hello everyone. This is Utpal and in this article, I have discussed disaster recovery in on-premise and cloud architecture. As this is a huge topic, so I have written this in a series of articles where it’s importance, case study, DR steps, various types, DR demo, third party DR service are given. For more questions, connect me on LinkedIn . What is disaster recovery (DR)? In simple words, it is the process of recovery and resuming normal operation after the occurrence of a disaster event. With DR organizations regain their access and functionality of data, infrastructure.