#!/bin/ksh
############################################################
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms
#
# ident  "@(#)op_clean 1.2	04/06/04 SMI"
############################################################

## A script to shutdown se6000watchdog and wbem
## and remove DspPersistence.xml*.  This script
## is to be performed after ops unconfig the sys.

set -x
/usr/bin/pkill se6000watchdog
/etc/init.d/init.se6000 stop
/usr/bin/rm -f /opt/se6x20/resources/DspPersistence.xml*
