IPagent=""
source /usr/lib/wow/wowlib
if [ -z "$IPagent" ]; then
	IPagent=$DEFAULT_IPagent
fi
for ip_label in $IP_LABELS; do
	ipaddr=${ip_label#*,}
	ipname=${ip_label%,*}
	woweng $WOWRSRCEMODIFY GROUPID=${GRPID} \
		UUID=rsc_IP_${SAPSID}_${ipname} \
		IP=$ipaddr \
		IPagent="$IPagent" \
		$wowxml/01-group_resource_ip.xml
done
