#!/bin/sh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# bos720 src/bos/usr/lpp/bosinst/samples/AE/AS/resetWASVM.sh 1.1 
#  
# Licensed Materials - Property of IBM 
#  
# COPYRIGHT International Business Machines Corp. 2008,2009 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 

# @(#)42        1.1  src/bos/usr/lpp/bosinst/samples/AE/AS/resetWASVM.sh, bosinst, bos720 3/29/09 15:20:31

#
# A utility for resetting WAS profiles back to the original.
#
# usage: sh resetWASProfiles  

# source include for debug output
. /opt/IBM/AE/AS/debugWAS

WAS=/opt/IBM/WebSphere       
WAS_HOME=$WAS/AppServer
WAS_PROFILES=$WAS/Profiles

if [ "$UNAME" != "AIX" ]
then
    . /var/adm/ibmvmcoc-postinstall/resetvm.sh
fi