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 [...]
Setup IPS Package Repository on Local Solaris 11
First you must download the repository package from oracle.com. Create the zfs file system : root@solaris1:# zfs create rpool/export/IPS Check our new zfs : root@solaris1:# zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 38.2G 875G 39K /rpool rpool/ROOT 1.85G 875G 31K legacy rpool/ROOT/solaris 1.85G 875G 1.57G / rpool/ROOT/solaris/var 275M 875G 113M /var rpool/dump 8.25G 876G 8.00G – [...]

Recent Comments