#!/bin/sh
# $Id$
#
# Script:	P10dump
#
# Description:	Force a system crash dump without syncing
#		in response to an RSF-1 service panic
#
# Platform:	Unix
#
# Author:	High-Availability.Com Ltd
#

if [ -x /usr/sbin/halt ] ; then
    /usr/sbin/halt -d -n
fi
