#! /usr/bin/sh
#
# ident	"@(#)cms_finish.sh	1.2	99/06/15 SMI"
#
# Copyright (c) 1998 by Sun Microsystems, Inc.
# All rights reserved.
#
BASEDIR=`pkgparam SUNWcmsu BASEDIR`

CMSHOME=$BASEDIR/usr/platform/SUNW,Ultra-4FT/SUNWcms
export CMSHOME

PATH=$CMSHOME/sbin:$CMSHOME/bin:$CMSHOME/lib:$PATH

case $1 in
        start)
		cmsreport A-MBD 0 _init_CPU yes
		cmsreport B-MBD 0 _init_CPU yes
		cmsreport A-MBD 0 _init_minor_FRUs yes
		cmsreport B-MBD 0 _init_minor_FRUs yes
		;;
esac
