#!/bin/ksh93
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# 61haes_r714 src/43haes/lib/ksh93/hacmp/KLIB_HACMP_modify_node_collocation.sh 1.3 
#  
# Licensed Materials - Property of IBM 
#  
# Restricted Materials of IBM 
#  
# COPYRIGHT International Business Machines Corp. 2006,2012 
# 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 
# @(#)18	1.3 src/43haes/lib/ksh93/hacmp/KLIB_HACMP_modify_node_collocation.sh, hacmp.assist, 61haes_r714 6/10/12 15:48:21

function KLIB_HACMP_modify_node_collocation {
    LINENO=2 . $HALIBROOT/log_entry "$0()" "$CL"
    : version=1.3, src/43haes/lib/ksh93/hacmp/KLIB_HACMP_modify_node_collocation.sh, hacmp.assist, 61haes_r714
    : INPUTS: $*

    typeset name=$1

    [[ $CLMGR_LOGGING == 'med' ]] && set +x  # Only trace param values

    print "$0()[$LINENO]($SECONDS): $HA_UTILS/clrgdependency -t NODELOCATION -a -l $1" >>$CLMGR_TMPLOG  # Always log commands
    $HA_UTILS/clrgdependency -t NODELOCATION -a -l $1
    typeset -i rc=$?
    print "clrgdependency RC: $rc" >>$CLMGR_TMPLOG  # Always log command result

    log_return_msg "$rc" "$0()" "$LINENO"
    return $?
} # End of "KLIB_HACMP_modify_node_collocation()"
