RedHat Linux Enterprise Recover Fstab Repair File System
Sometime we can misconfiguration when configurating the /etc/fstab, this is the way how to fix the fstab: Enter the Root password of the OS and it the “Repair filesystem” prompt appear.. We need to delete or change the misconfiguration line inside the /etc/fstab, it’s readonly file.. we need to : Repair filesystem # mount -w [...]
How to create network Bonding link on RedHat 6.2
We must to edit the current ethernet config and the create the bond0 file on network-scripts folder : Edit the ifcfg-eth0 file : [root@dbsrv ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=”eth0″ HWADDR=”E4:11:5B:DE:CD:50″ NM_CONTROLLED=”no” ONBOOT=”no” MASTER=”bond0″ SLAVE=”yes” BOOTPROTO=”none” USERCTL=”no” Edit the ifcfg-eth1 file : [root@dbsrv ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=”eth1″ HWADDR=”E4:11:5B:DE:CD:51″ NM_CONTROLLED=”no” ONBOOT=”yes” MASTER=”bond0″ SLAVE=”yes” BOOTPROTO=”none” USERCTL=”no” Create the ifcfg-bond0 [...]
Redhat 6.2 Yum Repository from CDrom media
1. Mount the CDROM media first. [root@redhat ]# mount /dev/cdrom /mnt 2. Create local.repo in yum.repos.d [root@redhat ]# cd /etc/yum.repos.d [root@redhat yum.repos.d]# vi local.repos Insert all list text below : [RHEL-6-Repository] name=RHEL6 repository baseurl=file:///mnt/Server enabled=1 gpgcheck=0 Now try to listing the yum repository [root@redhat ]# yum list Incoming search terms:access cdrom in redhat 6 2red [...]

Recent Comments