#!/bin/bash

grep 'SubDomain' /opt/huawei/snas/etc/cm.ini
ps -efww|grep deviceManagerMonitor |grep -v grep | grep -v localexec
exit 0