Common Oracle script-Agent problem handling script

Source: Internet
Author: User

Agent often encounters various problems during upload. Common methods are to clean up logs or secure.
A script is compiled. This script applies to the single-host and RAC environments.
Configure the environment variable AGENT_HOME.

#! /Bin/bash $ AGENT_HOME/bin/emctl stop agentsleep 2rm-fr $ AGENT_HOME/$ HOSTNAME/sysman/log/* rm-fr $ AGENT_HOME/$ HOSTNAME/sysman/emd/collection /* rm-fr $ AGENT_HOME/$ HOSTNAME/sysman/emd/state/* rm-fr $ AGENT_HOME/$ HOSTNAME/sysman/emd/upload/* rm-f $ AGENT_HOME/ $ HOSTNAME/sysman/emd/lastupld. xmlrm-f $ AGENT_HOME/$ HOSTNAME/sysman/emd/agntstmp.txt rm-f $ AGENT_HOME/$ HOSTNAME/sysman/emd/sqlnet. logrm-f $ AGENT_HOME/$ HOSTNAME/sysman/emd/protocol. ini $ AGENT_HOME/bin/emctl resetTZ agentsleep 2 $ AGENT_HOME/bin/emctl clearstate agentsleep 2 $ assets/bin/emsecure agentsleep 2 $ AGENT_HOME/bin/emctl start agentsleep 4 $ register/ bin/emctl status agentsleep 2 $ AGENT_HOME/bin/emctl upload agent


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.