Back | Home | Environments


WXS7Install.sh (WXS v7)

cd /opt/WAS70/AppServer/profiles/MyCo/bin
 ./stopServer.sh WC_MyCo
./stopNode.sh
mkdir /opt/install/WXS
cd /opt/install/WXS
echo "Copy files"
scp wasadmin@host1.myco.com:/opt/install/WXS/7.1.0.3-WS-WXS-Client-FP0000003.pak  /opt/install/WXS/.  
scp wasadmin@host1.myco.com:/opt/install/WXS/WXS_CZJ7EML.zip /opt/install/WXS/.
scp wasadmin@host1.myco.com:/opt/install/WXS/wxs.MyCo.response /opt/install/WXS/.
echo "remove files in /opt/WXS71"
rm -R /opt/WXS71/lost+found
cd /opt/install/WXS
echo "unpack installation file"
unzip WXS_CZJ7EML.zip
cp wxs.MyCo.response WXS_CZJ7EML/.
cd /opt/install/WXS/WXS_CZJ7EML
chmod -R 777 *
cd /opt/install/WXS/WXS_CZJ7EML/WXS
echo "run installation of WXS 7.1.0.0"
./install.aix.ppc64 -options ../wxs.MyCo.response  -silent
cat /opt/WAS70/AppServer/properties/version/WXS.product