You are on page 1of 2

$ cat shoeb.

txt
######################################################################
#Linux
######################################################################
[ -r /etc/system_env ] && eval `cat /etc/system_env|grep SP_CLUMEM`
if [ -n "$KS_CLUMEM" ] #OLDKS
then
KS_CLUMEM=$(echo "$KS_CLUMEM"|sed "s/:/ /g")
else
KS_CLUMEM=$(cat /etc/hosts |egrep "\-priv|-clus" | awk '{print $2}' | sed -e 's/
-priv//g' -e 's/-clus//g' | tr '\n' ' ')
fi
suffix=clus
for cluhost in $KS_CLUMEM
do
if $(ping -q -c1 -W1 -w1 $cluhost-priv >/dev/null 2>&1)
then
suffix=priv
fi
traceroute -r -F $cluhost-$suffix
done
rm -f locks/lock.file
oracle@soohlp3002:/dbscripts/oracle/osw
$
================================================================================
==================
IMPLEMENTATION PLAN
** Secondary Contacts - Name:Samarth Raikar
Phone:+91 20 66173344
Pager:
Email:samarth.raikar@hpe.com
** Eyes on Implementation - Implementor:
Reviewer:
** 4 Eyes on Impl Doc - N/A
** Decommission - N/A
** Communication Plan - N/A
** Teams - N/A
** Implementation Steps - Notify Mid Range Operations (MRO) of implementing RI
https://www.rooms.hp.com/attend/default.aspx?key=RPL2ZQJLR2 - MRO Room Link
1) login to server soohlp3001
-- hostname. -- check if it is soohlp3001
2. Create directory
# mkdir -p /u01/app/oracle/home/RI/CHG0087051
# cd /u01/app/oracle/home/RI/CHG0087051
# script -a /u01/app/oracle/home/RI/CHG0087051/DB_SCRIPT.log
3.
dbaferoz@gmail.com

cd /dbscripts/oracle/osw
./stopOSWbb.sh
-- take backup of private.net.
-- update below line in this file.
fi shift a
echo "zzz ***"`date` ---------> add this line and save it.
traceroute -r -F $cluhost-$suffix
./startOSWbb.sh 30 168 gzip
4. Repeat same on soohlp3002
to be done by implementor :

You might also like