source /usr/lib/wow/wowlib
for ip_label in $IP_LABELS; do
	ipaddr=${ip_label#*,}
	ipname=${ip_label%,*}
	wow $WOWRSRCEMODIFY GROUPID=${GRPID} \
		UUID=rsc_IP_${SAPSID}_${ipname} \
		IP=$ipaddr \
		$wowxml/01-group_resource_ip.xml
done
