File System

/etc/sysconfig/network-scripts/ directory

/etc/sysconfig/network-scripts/ directory and its files /etc/sysconfig/network-scripts/ifup: /etc/sysconfig/network-scripts/ifdown: Symlinks to /sbin/ifup and /sbin/ifdown, respectively. These are the only two scripts “in” this directory that should be called directly; these two scripts call all the other […]

READ MORE

File System

Linux /etc/sysconfig/ directory and its files

/etc/sysconfig/ directory contains  files such as authconfig,clock, grub, keyboard, network, i18n,init, iptables. Will see usages of each files in  /etc/sysconfig/ directory and basic configuration. /etc/sysconfig/authconfig Used by authconfig to store information about the system’s user information and authentication […]

READ MORE

Networking

How to assign static ip address on Linux RHEL CentOS

We will see how to assign static ip address on Linux step by step. Open terminal (CLI) Login as root Edit /etc/sysconfig/network-scripts/ifcfg-eth0 conf file add below lines: # vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=”eth0″ TYPE=”Ethernet” HWADDR=”00:0C:29:20:75:CC” NM_CONTROLLED=”yes” […]

READ MORE

Disc

Multipathing on linux

Multipathing is used to detect multiple paths to devices for fail-over or performance reasons and coalesces them. Prerequisites: We are configuring multipath through iscsi, before we move ahead you have to setup iscsi […]

READ MORE

Disc

How to configure iSCSI LUN on linux

iSCSI is used to connect storage devices in the network, it works on TCP/IP. It can be used with in local area network (LAN),  wide area network (WAN), or the Internet. iSCSI […]

READ MORE

File System

What is file system in linux

In a computer, a file system is the way in which files are named and placed logically to store, retrieve and update the data and also used to manage space on the […]

READ MORE

Puppet

Configuring puppet4 server agent and puppetdb on ubuntu16.04

Tagged , , Leave a Comment on Configuring puppet4 server agent and puppetdb on ubuntu16.04

Here we are installing and configuring puppet 4 server, agent and puppetdb, Step 1: Install puppet4 server and agent Follow this link to Install puppet4  server and agent  do not start puppetserver .Once […]

READ MORE

Bonding / Networking

How to configure bonding on SuSE YaST Linux

Configure bonding on SuSE YaST Linux SuSE SLES 9’s networking configuration system does support bonding, however, at this writing, the YaST system configuration front end does not provide any means to work with bonding […]

READ MORE

Bonding / Networking

Linux Bonding Options CentOS/RHEL 6

Options for the bonding driver are supplied as parameters to the bonding module at load time, or are specified via sysfs. Module options may be given as command line arguments to the insmod or […]

READ MORE

Bonding / Networking

Configuring Linux Bonding via Sysfs

Channel Bonding may be configured via the sysfs interface. This interface allows dynamic configuration of all bonds in the system without unloading the module. It also allows for adding and removing bonds at runtime. Ifenslave […]

READ MORE

Free Web Hosting