Test and solution of Oracle script problem in Linux system Sureha cluster

Source: Internet
Author: User
It requires a monitoring script.

The ec01_watch.sh content is as follows (replace EC01 with customer instance name according to actual situation):

The code is as follows Copy Code

check= ' ps-eaf |grep ora_pmon_ec01 |grep-v grep |awk ' {print $} '


While [$check]


Todo


Sleep 3


check= ' ps-eaf |grep ora_pmon_ec01 |grep-v grep |awk ' {print $} '


Done


After the database is started normally, executing ps-eaf |grep ora_pmon_ec01 |grep-v grep |awk ' {print $} ' can output process PID, as shown below.




Execute the script directly, if the database is running normally, there will be no return value, as shown below. If you return directly, it means that you cannot monitor the PID to which the data instance is running, and you need to check the state of the database.

Tns_watch scripts are tested and resolved in the same way as above.

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.