path: ppc64-diag_2.7.9-1.1/scripts/opal_errd
opal_errd_reload()
{
	pid=`pidof opal_errd`
	if [ -n "$pid" ]; then
		kill -HUP $pid
