death114 发表于 2018-9-21 11:11:12

Oracle Grid Infrastructure 启动流程

  在11gR2版本集群中,除了ohasd,其他的一切守护进程和资源都被称为资源,包括crsd.bin守护进程也会以ora.crsd初始化资源的形式存在,每一个资源都会被对应的代理进程管理,每个代理进程会根据需要被启动,并管理自己的资源。
  OS启动OHASD(Oracle High Availability Services)
  1,exec /etc/init.d/init.ohasd run >/dev/null 2>&1 /dev/null 2>&1
页: [1]
查看完整版本: Oracle Grid Infrastructure 启动流程