#!/usr/sbin/rsct/perl5/bin/perl
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
#  
#  
# Licensed Materials - Property of IBM 
#  
# (C) COPYRIGHT International Business Machines Corp. 2000,2007 
# 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 
######################################################################
#                                                                    #
# Module: ERRMconfig                                                 #
#                                                                    #
# Purpose:                                                           #
#   Resource manager IBM.ERRM configuration script. This script is   #
#   invoked by RMC after the resource manager has been installed.    #
#                                                                    #
######################################################################
#"@(#)09   1.2   src/rsct/rm/ER/ERRMconfig.perl, ERrm, rsct_relgh, relghs001a 11/22/00 16:43:05"

#--------------------------------------------------------------------#
# Variables                                                          #
#--------------------------------------------------------------------#

$CMDDIR = "/usr/sbin/rsct/install/bin";
$ProgName = "ldpdef";
$PdefFileName = "IBM.ERRM.pdef";

#--------------------------------------------------------------------#
# Mainline                                                           #
#--------------------------------------------------------------------#

system "$CMDDIR/$ProgName -r $PdefFileName";
exit(0);

