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 »

linux NFS

be sure nfs server is running, if not, start it define the share, either through file edit of /etc/exports or the gui tool exportfs –a (to share all) mount filesystem on remote server unmount filesystem from remote server exportfs –ua unmount local filesystem if desired service nfs status service nfs start Original post blogged on

linux NFS Read More »

Linux LVM

Prepare physical volume (where diskname = sda, sdb, sdc,…) dd if=/dev/zero of=/dev/diskname bs=1k count=1 (NOTE: this is destructive to all data on this disk) blockdev –rereadpt /dev/diskname pvcreate /dev/diskname Prepare Volume Group vgcreate –s 1g my_vol_group /dev/diskname you can modify the extent size during vg creation Create Logical Volume Defined Size lvcreate –Lsize-in-MB –n lv-name

Linux LVM Read More »

Scroll to Top