Archives

Sun
21
Jul
Sarath Pillai's picture

GFS - Gluster File System - A complete Tutorial Guide for an Administrator

gluster file system tutorial

Storage becomes a challenge when size of the data you are dealing with becomes large. There are several possible solutions that can rescue from such problems. In this post we will be discussing one such open source solution.

Let's discuss why finding a storage solution is very much important when the size of your data becomes large. Let's say you have large RAID array that has a capacity of around 10 TB and is exposed to one of your server, from where other clients are mounting that volume. Now all the read and write operations that the NFS clients issue, has to be completed at the server end by the server NFS process.

Sun
23
Jun
Sarath Pillai's picture

What is a DNS ZONE file: A Complete Tutorial on zone file and its contents

DNZ zone file tutorial

DNS (Domain name system) is the most critical infrastructure on the internet. Each and every user connected to the internet, knowingly or unknowingly make hundreds of DNS queries each and every day. So in a way, internet is almost of no use without the system called as DNS. The only way you can make use of internet without DNS, is to memorize all the numerical IP addresses associated with each and every domain(not only you will have to memorize, but will have remember which IP address is for which domain. So its an impossible task, and lets not discuss it).

If you are interested in understanding the basic working of a DNS query and how a server responds to that query, or in other words, if you want to understand how a computer uses a DNS server to resolve domain names to IP addresses, then i will recommend reading the below post.

Wed
05
Jun
Sarath Pillai's picture

What is Nagios: An Introduction to enterprise level server monitoring

An introduction to nagios server monitoring

Any internet based service company like for example web hosting, DNS hosting, Email-hosting, Cloud architectures, and even CDN networks have server's ranging from several hundreds to thousands. There might be different roles that are played by different servers that are geographically isolated from each other. As a whole these geographically separated servers might be providing a combined service to the end customer. A particular issue or problem on any of the server should not affect the customer service, and must be found and fixed before the outage happens.

Mon
03
Jun
Satish Tiwary's picture

Configuring LVM on top of RAID : An alternative way to partitioning RAID Devices.

Is partitioning raid device is same as partition ext2,ext3 and ext4 file systems?

Answer is NO!
partitioning of raid device is not as same as partitioning of ext2, ext3 and ext4 file systems.

Raid device partitioning is different than simple file system partitioning method.


Why do we need to partition RAID Device?

Partitioning RAID devices is not the same as partitiong simple disk. So what to do when you need to partition a raid device or to resize it.

Sun
02
Jun
Sarath Pillai's picture

Which is the fastest method to delete files in Linux

faster methods to delete a file in linux

Creating, deleting, and modifying files is one of the common task that a user does in any operating system. This kind of task comes under a day to day list of tasks that a user does. Although it is quite fast and seamless operation when it comes to deleting a single or a handful of files in Linux or any other operating system. But if the number of files is quite large, then the deletion operation takes quite long to complete.

Sat
11
May
Sarath Pillai's picture

Linux Processes:Administration and Monitoring tutorial

Working with Linux Processes

The brain of any operating system is its kernel. But a computer with only an operating system(kernel) is of no use, because nobody really uses an operating system. The end user of a computer is always concerned about programs, and not the operating system.

What an operating system really does is to provide an environment, where these programs can run. So the only job of an operating system is to provide resources to program's, so that the program can complete its task. People forget the difference between programs and operating systems, simply because, modern day operating system installs a good number of programs along with the operating system itself.

Wed
01
May
Sarath Pillai's picture

How to do Linux NFS Performance Tuning and Optimization

nfs performance tuning in linux

Our introductory guide to NFS did not contain some major topics, that requires special attention when we talk about NFS. These topics must always be given an extra bit of care, while configuring NFS. We purposely skipped out most of the serious topics in NFS in that tutorial guide, because of the simple reason that they are serious topics and must always be discussed separate. For those who did not read our NFS introductory guide, i will recommend reading that before beginning this tutorial.

Read: NFS(Network File System) in Linux

Mon
29
Apr
Sarath Pillai's picture

Linux NFS: Network File System Client and Server Complete Guide

NFS in Linx Complete Guide

During the infancy period of computer's, SUN Microsystems developed a technology, which made accessing files from other computer's over network easy. This technology gave a new dimension to access data through network, and is heavily used even today in organizations. The advantage of this technology is the fact that it made directories and partition's on remote system's available as if it is a local directory or file system.

Sat
27
Apr
Sarath Pillai's picture

The Advanced Guide to LVM-Logical Volume Management on Linux: PART 1

LVM on Linux

Most of the computer users out there must have felt a need for increasing or decreasing (resizing) partition size after it is created, at least once. And if you are working in a production environment you might at times need to make a large partition, by combining small hard disks of various size, so that, it appears as one large hard disk/partition to the operating system.

The above mentioned things can be achieved by a technology called as Logical Volume Management or commonly known as LVM. Heinz Mauelshagen wrote the initial code for LVM that works on a HP Unix system. Later on, all modern day Linux distributions began to use it as a mechanism to provide flexibility in storage by providing the capability to resize, and combine multiple physical hard disks of various size to a single logical volume, for the operating system to use.

Sat
13
Apr
Sarath Pillai's picture

How does indexing makes database faster

Database performance through indexing

Most people ask why is database so faster when compared to flat file entries of data. There are many reasons behind that, one of them is indexing. Of course the speed of the underlying disk subsystem's also plays a major role in increasing database speed. Due to the heavy use of Relational database in almost all companies that employ heavy database, it has become very important to understand the internal working of the database, or i must say what factors makes a database efficient in terms of performance.

Let's get back to some computer basics before getting inside indexing in databases.

Pages

Subscribe to RSS - Archives