<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - RHCSA  </title>
<link>http://kb.ictbanking.net/category.php?id=3</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content. Powered by PHPKB Knowledge Base Software (http://www.knowledgebase-script.com)</description>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=144</guid>
										<title>RHEL: XFS basic operations</title>
										<link>http://kb.ictbanking.net/article.php?id=144</link>
										<description><![CDATA[RHEL: XFS basic operations        # Tested on RHEL 6 &amp; 7  # XFS filesystem supports up to 16 EiB filesystems and up to 8 EiB and directory structures # holding tens of millions entries. # On the other hand it is a single node filesystem. It comes...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=143</guid>
										<title>RHEL: How to change a USER/GROUP UID/GID and all owned files</title>
										<link>http://kb.ictbanking.net/article.php?id=143</link>
										<description><![CDATA[RHEL: How to change a USER/GROUP UID/GID and all owned files       # How to change a UID/GID and all belonging filesUSER=myuserOLDUID=7773NEWUID=7774GROUP=mygroupOLDGID=157NEWGID=158# Assign a new UID to USER. Any files which the user owns and which ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=142</guid>
										<title>RHEL: udev rules basics</title>
										<link>http://kb.ictbanking.net/article.php?id=142</link>
										<description><![CDATA[RHEL: udev rules basics        # Tested on RHEL 6 &amp; 7# &#039;udev&#039; is a mechanism for maintaining device nodes on a server. It handles the management# of the devices nodes through the &#039;udevd&#039; daemon as well as rules defined on the ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=141</guid>
										<title>RHEL: What is &quot;SysRq key&quot; and how to use it</title>
										<link>http://kb.ictbanking.net/article.php?id=141</link>
										<description><![CDATA[RHEL: What is "SysRq key" and how to use it       # Tested on RHEL 5, 6 &amp; 7# What is the "Magic" &#039;SysRq&#039; key?# ------------------------------------------------------------------------------------------# According to the Linux kernel doc...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=140</guid>
										<title>RHEL: Display swap/RAM size</title>
										<link>http://kb.ictbanking.net/article.php?id=140</link>
										<description><![CDATA[RHEL: Display swap/RAM size       # File containing information about system memoryÂ Â  /proc/meminfo# Display physical memory sizecat /proc/meminfo | grep MemTotalÂ Â  MemTotal:Â Â Â Â  11508864 kB# Display swap sizecat /proc/meminfo | grep SwapTotalÂ Â  Swap...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=139</guid>
										<title>RHEL: Forgotten `root` password / using single-user to gain access</title>
										<link>http://kb.ictbanking.net/article.php?id=139</link>
										<description><![CDATA[RHEL: Forgotten &#039;root&#039; password / using single-user to gain access         # Tested on RHEL 6 &amp; 7# RHEL 6 -----------------------------------------------------------------------------------# Booting into single user mode is the easiest ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=138</guid>
										<title>RHEL: Force system to prompt for password in Single User mode</title>
										<link>http://kb.ictbanking.net/article.php?id=138</link>
										<description><![CDATA[RHEL: Force system to prompt for password in Single User mode       # Tested on RHEL 5, 6 &amp; 7# Due to security reasons, one may want to force system to prompt for root password even# in Single User mode# By default, system doesn&#039;t ask for pa...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=137</guid>
										<title>RHEL: Services basic management - systemd</title>
										<link>http://kb.ictbanking.net/article.php?id=137</link>
										<description><![CDATA[RHEL: Services basic management - systemd        # Tested on CentOS 7# systemd is the new Fedora init system adopted by Red Hat from RHEL 7 on.# It is backwards compatible with SysV init scripts, enhances the administrative process# and provides new ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=136</guid>
										<title>RHEL: Services basic management - chkconfig</title>
										<link>http://kb.ictbanking.net/article.php?id=136</link>
										<description><![CDATA[RHEL: Services basic management - chkconfig       # Tested on RHEL 5 &amp; 6 # If one of "on", "off", "reset", or "resetpriorities" is specified after the service name,# &#039;chkconfig&#039; command changes the startup information forÂ  the specified...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=135</guid>
										<title>RHEL: Retrieve and generate a unique SCSI identifier</title>
										<link>http://kb.ictbanking.net/article.php?id=135</link>
										<description><![CDATA[RHEL: Retrieve and generate a unique SCSI identifier       # Tested on RHEL 5, 6 &amp; 7# There are many situations were we may need a unique identifier for a SCSI device# (disk, etc.) to be identified in an unambiguous and persistent way.# To obtain...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=134</guid>
										<title>RHEL: How to rebuild and/or patch a RPM package</title>
										<link>http://kb.ictbanking.net/article.php?id=134</link>
										<description><![CDATA[RHEL: How to rebuild and/or patch a RPM package       # Tested on RHEL 6 &amp; 7  # If possible,Â  avoid creating packages as &#039;root&#039; as this is quite dangerous because we # could delete or overwrite OS existing files.  # Setup the folder str...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=133</guid>
										<title>Build a simple RPM that packages a single file</title>
										<link>http://kb.ictbanking.net/article.php?id=133</link>
										<description><![CDATA[Build a simple RPM that packages a single file       # Tested on RHEL 6 &amp; 7# The &#039;rpmbuild&#039; command is used to build a binary RPM from source code, as configured# with a .spec file.# Install the necessary packages: rpm-build and rpmdevt...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=132</guid>
										<title>RHEL: Allowing users to `su` to &quot;root&quot; / Allowing `root` to login directly to the system using `ssh`</title>
										<link>http://kb.ictbanking.net/article.php?id=132</link>
										<description><![CDATA[RHEL: Allowing users to &#039;su&#039; to "root" / Allowing &#039;root&#039; to login directly to the system using &#039;ssh&#039;        # Tested on RHEL 5, 6 &amp; 7# Allowing users to "su" to &#039;root&#039;# -------------------------------------...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=131</guid>
										<title>RHEL: Route network packets to go out via the same interface they came in</title>
										<link>http://kb.ictbanking.net/article.php?id=131</link>
										<description><![CDATA[RHEL: Route network packets to go out via the same interface they came in        # Tested on RHEL 6 Â  # When working on a server with several network interfaces, if we don&#039;t define any specific #Â VLANÂ routing, all the outgoing traffic will usual...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=130</guid>
										<title>RHEL: Rename a network interface on RHEL 7</title>
										<link>http://kb.ictbanking.net/article.php?id=130</link>
										<description><![CDATA[RHEL: Rename a network interface on RHEL 7       # Tested on CentOS 7 (Virtual server)# RHEL 6 introduced the Consistent Network Device Naming, feature that sets the name of# network interfaces in order to make locating and differentiating the interf...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=129</guid>
										<title>RHEL: Bonding network interfaces</title>
										<link>http://kb.ictbanking.net/article.php?id=129</link>
										<description><![CDATA[RHEL: Bonding network interfaces        # Tested on RHEL 5, 6 &amp; 7 # Red Hat Enterprise Linux allows administrators to bind multiple network interfaces# together into a single channel using the bonding kernel module and a special network# interfac...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=128</guid>
										<title>RHEL: Multipathing basics</title>
										<link>http://kb.ictbanking.net/article.php?id=128</link>
										<description><![CDATA[RHEL: Multipathing basics       # Tested on RHEL 5 &amp; 6# DM-Multipath is a feature of Red Hat from RHEL 5 on and can be used to provide:## Redundancy: DM-Multipath can provide failover in an active/passive configuration. In an#Â Â  active/passive co...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=127</guid>
										<title>RHEL: Remove existing SAN LUNs</title>
										<link>http://kb.ictbanking.net/article.php?id=127</link>
										<description><![CDATA[RHEL: Remove existing SAN LUNs         # Tested on RHEL 5 &amp; 6  # Given following LUN, for instance:  multipath -ll [...] Â Â  3600508b4000971cd0001000022fa0000 dm-0 HP,HSV210 Â Â  [size=2.0G][features=0][hwhandler=0][rw] Â Â  &#92;_ round-robin 0 [prio...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=126</guid>
										<title>RHEL: Rebuilding the initial ramdisk image</title>
										<link>http://kb.ictbanking.net/article.php?id=126</link>
										<description><![CDATA[RHEL: Rebuilding the initial ramdisk image       # Tested on RHEL 5, 6 &amp; 7  # Sometimes it may be necessary to rebuild the initial ramdisk (also known as initrd or # initramfs) to include new kernel modules, files, etc.   # RHEL 3, 4 &amp; 5: Reb...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=125</guid>
										<title>RHEL: Displaying/setting kernel parameters - `sysctl`</title>
										<link>http://kb.ictbanking.net/article.php?id=125</link>
										<description><![CDATA[RHEL: Displaying/setting kernel parameters - &#039;sysctl&#039;        # Tested on RHEL 6 &amp; 7# Setting kernel parameters is a fairly straightforward task. If we check the file# /etc/sysctl.conf, we will see several attributes with their appropria...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=124</guid>
										<title>RHEL: Building a custom kernel on RHEL 6</title>
										<link>http://kb.ictbanking.net/article.php?id=124</link>
										<description><![CDATA[RHEL: Building a custom kernel on RHEL 6       # Tested on RHEL 6.4 i386# Notes mainly from http://wiki.centos.org/HowTos/Custom_Kernel# WARNING: Please note that customizing kernel is not supported by Red Hat Support Services# NOTE: It is advisable ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=123</guid>
										<title>RHEL: Crash kernel dumps configuration and analysis on RHEL 7</title>
										<link>http://kb.ictbanking.net/article.php?id=123</link>
										<description><![CDATA[RHEL: Crash kernel dumps configuration and analysis on RHEL 7       # The memory reserved for the kdump kernel is always reserved during system boot. That# means that the amount of memory is specified in the system&#039;s boot loader configuration.# ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=122</guid>
										<title>RHEL: Crash kernel dumps configuration and analysis on RHEL 6</title>
										<link>http://kb.ictbanking.net/article.php?id=122</link>
										<description><![CDATA[RHEL: Crash kernel dumps configuration and analysis on RHEL 6       Kernel dumps may provide invaluable insights when debugging serious issues.1.- Install following RPMs:Â Â Â Â Â Â Â Â  kexec-toolsÂ Â Â Â Â Â Â Â  crashÂ Â Â  To be able to analyze crash dumps, followi...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=121</guid>
										<title>RHEL: Crash kernel dumps configuration and analysis on RHEL 5</title>
										<link>http://kb.ictbanking.net/article.php?id=121</link>
										<description><![CDATA[RHEL: Crash kernel dumps configuration and analysis on RHEL 5       Apart from this recipe, more information about the configuration can be found inthe file â/usr/share/doc/kexec-tools-*/kexec-kdump-howto.txtâhttps://access.redhat.com/knowledge/docs/...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=120</guid>
										<title>RHEL: iSCSI target/initiator configuration on RHEL7</title>
										<link>http://kb.ictbanking.net/article.php?id=120</link>
										<description><![CDATA[RHEL: iSCSI target/initiator configuration on RHEL7       # Tested on RHEL 7# iSCSI target configuration# ------------------------------------------------------------------------------------------# Install required package: targetcliyum install -y ta...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=119</guid>
										<title>RHEL: iSCSI target/initiator configuration on RHEL6</title>
										<link>http://kb.ictbanking.net/article.php?id=119</link>
										<description><![CDATA[RHEL: iSCSI target/initiator configuration on RHEL6       # Tested on RHEL 6# iSCSI target configuration# ------------------------------------------------------------------------------------------# Required package: scsi-target-utils# Some documentat...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=118</guid>
										<title>RHEL: Getting/Setting hardware clock`s time</title>
										<link>http://kb.ictbanking.net/article.php?id=118</link>
										<description><![CDATA[RHEL: Getting/Setting hardware clock&#039;s time       # Tested on RHEL 6 &amp; 7 # Just an extract from &#039;hwclock&#039; man pageÂ Â  hwclock -r or hwclock --showÂ Â  hwclock -w or hwclock --systohcÂ Â  hwclock -s or hwclock --hctosysÂ Â  hwclock --set -...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=73</guid>
										<title>RHEL: Change system`s hostname</title>
										<link>http://kb.ictbanking.net/article.php?id=73</link>
										<description><![CDATA[# Tested on RHEL 5, 6 &amp; 7   # RHEL 5 &amp; 6 -------------------------------------------------------------------------------# Change hostname in /etc/sysconfig/network file# and run following command:hostname &lt;new_hostname&gt;# Do not forget t...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=72</guid>
										<title>RHEL: Checking HBAs</title>
										<link>http://kb.ictbanking.net/article.php?id=72</link>
										<description><![CDATA[# Tested on RHEL 6# Show the instances of FC ports connected to the pci bus:lspci | grep -i "Fibre"Â Â  07:00.0 Fibre Channel: QLogic Corp. ISP2532-based 8Gb Fibre Channel to PCI Express HBA (rev 02)Â Â  07:00.1 Fibre Channel: QLogic Corp. ISP2532-based ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=71</guid>
										<title>RHEL: Adding a boot entry to GRUB/GRUB2 configuration</title>
										<link>http://kb.ictbanking.net/article.php?id=71</link>
										<description><![CDATA[# Tested on RHEL 6 &amp; 7# RHEL 6# ------------------------------------------------------------------------------------------# Adding a new entry to grub boot file is as simple as adding a new boot stanza, at the end# of the file, to /boot/grub/grub...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=70</guid>
										<title>RHEL: GPT/MBR partition tables (using disks larger than 2 TiB)</title>
										<link>http://kb.ictbanking.net/article.php?id=70</link>
										<description><![CDATA[# Tested on RHEL 6 &amp; 7# Up to now the default type of the partition table of a hard disk is MBR (msdos). This# old method presents some problems like the limitation of having a maximum of four primary# partitions but the main problem is that we c...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=69</guid>
										<title>RHEL: Enabling standard ftp/telnet</title>
										<link>http://kb.ictbanking.net/article.php?id=69</link>
										<description><![CDATA[# Tested on RHEL 5# By default system is as secured as to be accesible only via ssh/sftp.# Enabling ftp# ------------------------------------------------------------------------------------------# 1.- Edit File /etc/xinetd.d/gssftp and change followi...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=68</guid>
										<title>RHEL: Manually encrypting a filesystem with LUKS</title>
										<link>http://kb.ictbanking.net/article.php?id=68</link>
										<description><![CDATA[# Tested on RHELÂ  7# LUKS, Linux Unified Key Setup-on-disk-format, allow encrypting partitions. By default, the# option to encrypt the file systems is unchecked during the installation, otherwise we will# be prompted for a passphrase every time the s...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=67</guid>
										<title>RHEL: Reserved space on a ext2/ext3/ext4 filesystem</title>
										<link>http://kb.ictbanking.net/article.php?id=67</link>
										<description><![CDATA[# Tested on RHEL 6 &amp; 7# By default, when creating a new ext2/ext3/ext4 filesystem, five percent of the partition# is reserved for the superuser, allowing root to carry out administrative tasks on the# filesystem in the eventuality that F.S. becom...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=66</guid>
										<title>RHEL: Extending the maximum inode count on a ext2/ext3/ext4 filesystem</title>
										<link>http://kb.ictbanking.net/article.php?id=66</link>
										<description><![CDATA[# Tested on RHEL 6 &amp; 7 # An inode is a data structure that contains information about a file or directory. Inodes# rarely get used up when the file system has available space. Nevertheless, this may# happen when there is a large amount of small f...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=65</guid>
										<title>RHEL: Displaying system info (firmware, serial numbers... )</title>
										<link>http://kb.ictbanking.net/article.php?id=65</link>
										<description><![CDATA[  # Tested on RHEL 5, 6 &amp; 7# Network interface cards driver, driver version, firmware version, and bus informationethtool -i eth0Â Â  driver: bnx2Â Â  version: 2.0.8-rhÂ Â  firmware-version: bc 5.2.3 NCSI 2.0.6Â Â  bus-info: 0000:03:00.0cat /var/log/dmes...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=64</guid>
										<title>RHEL: Extending a vmdk (Virtual Machine disk)</title>
										<link>http://kb.ictbanking.net/article.php?id=64</link>
										<description><![CDATA[# Tested on RHEL 5, 6 &amp; 7  # This procedure may be carried out to make visible the new size of a disk that is already# presented and used by the OS and that has been extended at virtual server level.# Whenever possible I recommend to create a new...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=63</guid>
										<title>RHEL: Handling SCSI disks</title>
										<link>http://kb.ictbanking.net/article.php?id=63</link>
										<description><![CDATA[  # Tested on RHEL 5, 6 &amp; 7    # Check devices currently known to the SCSI subsystem # ------------------------------------------------------------------------------------------  cat /proc/scsi/scsi Â Â  Attached devices: Â Â  Host: scsi0 Channel: 00...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=62</guid>
										<title>RHEL: Back-up/Replicate a partition table</title>
										<link>http://kb.ictbanking.net/article.php?id=62</link>
										<description><![CDATA[# Tested on RHEL 5, 6 &amp; 7 # Given the importance of disk&#039;s partition table, one should consider to make a backup# in a regular basis in order to be able to restore it in case it will get corrupted,# modified or deleted by mistake.# We may st...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=61</guid>
										<title>RHEL: ACLs basics</title>
										<link>http://kb.ictbanking.net/article.php?id=61</link>
										<description><![CDATA[Files and directories have permission sets for the owner of the file, the group associated with the file,and all other users for the system. However, these permission sets have limitations. For example, differentpermissions cannot be configured for d...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=60</guid>
										<title>RHEL: Reinstalling Boot Loader on the Master Boot Record (MBR)</title>
										<link>http://kb.ictbanking.net/article.php?id=60</link>
										<description><![CDATA[# Tested on RHEL 5 &amp; 6# In many cases, the GRUB boot loader can mistakenly be deleted, corrupted or replaced.# We can manually reinstall GRUB on the master boot record, using either "grub-install"# or the "grub" prompt.# Ensure the device.map fil...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=59</guid>
										<title>RHEL: Resize/disable /dev/shm filesystem</title>
										<link>http://kb.ictbanking.net/article.php?id=59</link>
										<description><![CDATA[# Tested on RHEL 5, 6 &amp; 7 # Notes from www.walkernews.net, www.generation-linux.fr and Red Hat web site# Thanks to big memory size, nowadays most of RAM is not used at all. It is thus possible# to allocate a part of this physical memory to be use...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=58</guid>
										<title>RHEL: Extending a multipath LUN</title>
										<link>http://kb.ictbanking.net/article.php?id=58</link>
										<description><![CDATA[# Tested on RHEL 6# This procedure may be carried out to make visible the new size of a LUN that is already# presented and used by the OS and that has been extended at SAN storage level.# Whenever possible I recommend to create a new LUN at SAN level...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=57</guid>
										<title>RHEL: Scan and configure new SAN (fibre channel) LUNs</title>
										<link>http://kb.ictbanking.net/article.php?id=57</link>
										<description><![CDATA[# Tested on RHEL 5 &amp; 6  # Identify host adapters on the systemsystool -c fc_hostÂ Â  Class = "fc_host"Â Â Â Â  Class Device = "host3"Â Â Â Â Â Â  Device = "host3"Â Â Â Â  Class Device = "host4"Â Â Â Â Â Â  Device = "host4"ls /sys/class/fc_hostÂ Â  host3Â  host4# Rescan t...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=56</guid>
										<title>RHEL: Create a local RPM repository</title>
										<link>http://kb.ictbanking.net/article.php?id=56</link>
										<description><![CDATA[# Tested on RHEL/CentOS 6 &amp; 7# Mount the installation disk and copy packages from &lt;cdrom&gt;/Packages to a local directory.# I&#039;ll use /depot as local repository.# Once done, first of all, you have to install createrepo package:cd /depotll...]]></description>

									</item>

</channel>

</rss>