ORACLE 10g rac node auto restart troubleshooting

Source: Internet
Author: User
Tags node server

After upgrading the database cluster to 10.2.0.5, the dual-node server continuously restarts and queries the oracle oprocd process logs. The information is as follows:

Jul 03 08:16:34.702 | INF | monitoring started with timeout(1000), margin(500), skewTimeout(125)Jul 03 08:16:34.704 | INF | fatal mode startup, setting process to fatal mode

You can see that the oprocd process interval is set

timeout(1000), margin(500), skewTimeout(125)

No obvious error information is found when viewing other log information. Therefore, it is suspected that the time parameter of oprocd is improperly set.

Modify the parameters as follows:

#crsctl set css diagwait 13 -force

Note the following when modifying parameters:

When we set the diagwait parameter, we need to stop the cluster activity of all rac nodes. The stop sequence is as follows (Modifying diagwait in a cluster activity may damage ocr.):

1. Run the command as root on all nodes

#crsctl stop crs #<CRS_HOME>/bin/oprocd stop

2. Check that the process on all nodes has stopped.

#ps -ef |egrep "crsd.bin|ocssd.bin|evmd.bin|oprocd"

3. Modify the parameters. You can modify the parameters on only one node.

#crsctl set css diagwait 13 -force
4. view the parameter modification information.

#crsctl get css diagwait

5. Start the cluster node
#crsctl start crs#crsctl check crs

After modifying the parameters, the cluster service runs normally and has not restarted automatically.




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.