I am working as a Linux Administrator and supporting customer environment which have SAP BW Application and HANA DB services hosted on SUSE Linux Enterprise Server (SLES) 12 for SAP Application SP3. One day I got a request from my customer SAP application team to tune the OS that is SLES 12 for SAP Application…
Category: OpenSource
How to upgrade Ubuntu 18.04 LTS to Ubuntu 20.04 LTS
Ubuntu 20.04 LTS has released on April 23, 2020 (with code name “Focal Fossa”) by succeeding its Ubuntu 19.10 as a Latest Stable Linux OS. As Ubuntu 20.04 LTS has suffix “LTS” that’s means it has Long Term Support for 5 years from Ubuntu. Ubuntu 20.04 LTS has come with many features some key features…
How to disable Transparent Huge Pages in Linux
Transparent Huge Pages (THP) is a feature available in mostly Linux distributions or distro which optimizes large memory of the systems as now days systems (computer systems) are coming with large memory. THP can enhance system performance by mapping memory with large physical pages this can be useful in case system is computing multiple processes,…
Linux kernel 5.5 released with new security and hardware support
Linux kernel is a core of Linux Operating system (OS) it work as interface between hardware and processes for OS. Linux kernel was first developed by Linus Torvalds in 1991 since now many kernel have been released. This year Linus Torvalds has announced in his mailing list(LKML) about the released of new stable Linux kernel…
Understanding of Linux Inodes
Introduction to Inode File descriptors, file table and inode table in Linux. Image Source: Wikipedia An inode is a data structure on a filesystem on Linux and other Unix-likeoperating systems that stores all the information about a file except its name and its actual data. Inode is created during creation of file along with file…
How to recover or rebuild initramfs in CentOS 7 Linux
Corruption of initramfs can be occur by many ways for example after patching CentOS 7 Linux OS or installing a buggy device driver in server you found CentOS 7 Linux server has become unbootable. You may also encouter below kernel panic error because server initramfs got damaged . CentOS 7 Linux Kernel Panic screen Now…
How to Set password policy in CentOS or RHEL system
Linux is known for one of most secure Unix Operating System (OS) in world. But that is not mean it is 100% secure there is say in Information Technology (IT) no technology is a completely secure that is why from a System Administrator to CIO they take measure for securing IT infrastructure on regular basis…
What is Windows subsystem for Linux?
Microsoft has added Windows Subsystem for Linux (WSL) from Microsoft Windows 10 version 1607 onward and Windows Server 2019 it has replaced the older Windows Services for Unix it is like WINE in Linux which provide compatible layer for running Windows based application on Linux likewise WSL provide a subsystem or layer on which different Linux distro…
Red Hat Enterprise Linux 8 Beta major features and improvement
Red Hat has launched the beta version of Red Hat Enterprise Linux 8 (RHEL 8) for users and developers for testing purpose and getting feedback from them. Red Hat Inc. which is developing RHEL 8 has announced this operating system beta version for public use on November 14, 2018. Four year ago when Red Hat…
Segmentation Fault error in Linux / Unix system
You were running a program installed in your Linux/Unix system and suddenly that program get stop and it log error in its logs memory segmentation fault error or you might executing a command in Linux / Unix server say you are working on LVM extension or VG scanning but you are unable to do so…
