Index: trunk/Ohana/src/tools/src/glockfile.c
===================================================================
--- trunk/Ohana/src/tools/src/glockfile.c	(revision 34260)
+++ trunk/Ohana/src/tools/src/glockfile.c	(revision 35762)
@@ -33,4 +33,8 @@
     type = LCK_XCLD;
   }
+  if (!strcasecmp (argv[2], "check")) {
+    fchecklockfile (filename, LCK_HARD, &state);
+    exit (0);
+  }
 
   f = fsetlockfile (filename, timeout, type, &state);
