Author name: admin

RAID Theory

RAID: That it is; What it does …………………………………………………………. RAID: The Details ………………………………………………………………………. RAID Type: Concatenation ……………………………………………………… RAID Type: Striping (RAID-0) ………………………………………………… RAID Type: Mirroring (RAID-1) ………………………………………………. RAID Type: Stripping plus Mirroring (RAID-0+1) ………………………….. RAID Type: RAID-5 (Striping with Parity) …………………………………… RAID Comparison: RAID0+1 vs RAID5 ……………………………………… RAID History: The Lost Brothers ……………………………………………………… RAID: That it

RAID Theory Read More »

SiteMinder Web Agent Installation

************************************* Siteminder Webagent Install on host01*************************************** Unzip the file zip swma-5qmr6-linux.zip somewhere under /var/tmp And launch ./nete-wa-install to start webagent install. Use /usr/local/netegrity/siteminder dir for install location. *****************Hotfix Install***************** Extarct the swma-5qmr6-hf009-linux.zip file under /var/tmp. Copy the *.tar file siteminder webagent install location usr/local/netegrity/siteminder/netegrity And extracts its contents. *************************************************Siteminder Web Agent Configuration on host01************************************************* [root@host01

SiteMinder Web Agent Installation Read More »

Compiling Kernel Support for HBA Failover using Qlogic Drivers

Steps to enable via commandline following boot rmmod qla2300 insmod qla2300 ql2xfailover=1 Steps to compile in qlogic driver failover and use more than 4G of ram on redhat 3.0. tar -xvf qla2x00-v7.01.01-dist.tar cd qlogic edit qla_settings.h, make MPIO_SUPPORT 1 rather than 0 ./drvrinstall make all SMP=1 make all install update /etc/modules.conf with these entries ———————————–

Compiling Kernel Support for HBA Failover using Qlogic Drivers Read More »

Rebuild Sendmail in linux

relocate to /etc/mail cp sendmail.mc to sendmail.mc.bak edit sendmail.mc and make desired configuration changes define(`SMART_HOST’,`mailhost.erc.ge.com’)dnl define(`LOCAL_RELAY’,`mailhost’(dnl) LOCAL_DOMAIN(`erc.ge.com’)dnl MASQUERADE_AS(`ercgroup.com’)dnl FEATURE(masquerade_envelope)dnl copy sendmail.cf to sendmail.cf.bak # m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf # service sendmail stop # service sendmail start Original post blogged on b2evolution.

Rebuild Sendmail in linux Read More »

Scroll to Top