#!/bin/ksh 
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# 61haes_r720 src/43haes/usr/sbin/cluster/sa/oracle/scripts/infra_stop 1.5 
#  
# Licensed Materials - Property of IBM 
#  
# COPYRIGHT International Business Machines Corp. 2005,2015 
# 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 
# "@(#)46   1.5   src/43haes/usr/sbin/cluster/sa/oracle/scripts/infra_stop, hacmp.assist.oracle, 61haes_r720, 1539B_hacmp720 9/11/15 10:54:13"
#
# The ias scripts have to point to the oracle directory where the
# commands are installed. Oracle calls it the ohome directory.
# The customer edits the ias files in the assist.
#
/usr/bin/su - oracle << !
/usr/es/sbin/cluster/sa/oracle/scripts/stopias904infra.sh
echo
echo Completed iAS 904 Infrastructure Stop @ `date`
!
