#!/usr/bin/sh

/etc/init.d/vxnm-vxnetd start
if [ $? -ne 0 ]
then
	exit 1
fi
/etc/init.d/vras-vradmind.sh start
/etc/init.d/vxrsyncd.sh start
