diff -urN pvfs2/examples/heartbeat/PVFS2 pvfs2-local/examples/heartbeat/PVFS2
--- pvfs2/examples/heartbeat/PVFS2	2008-04-25 13:27:02.000000000 -0500
+++ pvfs2-local/examples/heartbeat/PVFS2	2008-08-01 13:08:36.000000000 -0500
@@ -40,8 +40,8 @@
 #
 #######################################################################
 #
-PVFS2D=/usr/sbin/pvfs2-server
-PVFS2CHECK=/usr/bin/pvfs2-check-server
+PVFS2D=/usr/local/sbin/pvfs2-server
+PVFS2CHECK=/usr/local/bin/pvfs2-check-server
 
 
 #	End of Configuration options
@@ -129,7 +129,7 @@
   ulimit -n 100000 && ulimit -c unlimited
 
   # try to create storage space (ok if it fails)
-  $PVFS2D $OCF_RESKEY_fsconfig -f
+  $PVFS2D $OCF_RESKEY_fsconfig -a $OCF_RESKEY_alias -f
 
   # launch daemon
   ocf_run $PVFS2D -p $OCF_RESKEY_pidfile -a $OCF_RESKEY_alias $OCF_RESKEY_fsconfig 
