启动和中止全部Grid Control 组件数据库
1 中止顺序代理
-- 中止中心代理程序进程
$ORACLE_HOME/bin/emctl stop agent程序
-- 中止OMSim
$ORACLE_HOME/bin/emctl stop oms数据
-- 中止进程管理器top
$ORACLE_HOME/bin/opmnctl stopalldi
-- 中止存储仓库数据库管理
Export ORACLE_SID=SIDtar
Sqlplus /nolog
Shutdown immediate
-- 中止监听程序
Lsnrctl stop
2 启动顺序
-- 启动监听
Lsnrctl start
-- 启动存储仓库数据库
Export ORACLE_SID=SID
Sqlplus /nolog
Startup
-- 启动OMS
$ORACLE_HOME/bin/emctl start oms
-- 启动中心代理程序
$ORACLE_HOME/bin/emctl start agent