#!/bin/csh -f
if ($?OITHOME) then
cd /usr/oit/passport/lan/rel2x
cd rel207_1100
oitInstall NMS_pp1100_v207_A01.oit
oitInstall -u NMS_pp1100_v207_A01.oit
cd ..
cd rel207_1150
oitInstall NMS_pp1150_v207_A01.oit
oitInstall -u NMS_pp1150_v207_A01.oit
cd ..
cd rel207_1200
oitInstall NMS_pp1200_v207_A01.oit
oitInstall -u NMS_pp1200_v207_A01.oit
cd ..
else
  echo OITHOME not setup
  echo oitInstall failed
endif
