教程中国
PHOTOSHOP CS9.0中文版 MAYA 8.5 FOR WINDOWS Corel Painter v9.0 Flash MX2004 中文版 Illustrator cs2 中文版
VC++6.0含sp6 中英文版 VB6.0 +sp6 简体中文版 Borland Delphi 7汉化版 MSDN for vb6.0中文版 Visual Studio 2005简体
教程中国下属 文件存储共享专家BIBIDU.COM 提供大型软件,教材,源码,电影,音乐,图书等下载 更多精品请点此进入
  您目前所在位置: 教程中国 >> Oracle >> 性能优化 >> FAQ for the Oracle Intelligent Agent 9.0.1 RSS订阅
FAQ for the Oracle Intelligent Agent 9.0.1
教程(视频,书籍)下载:  ASP.NET AutoCAD 数据库 C# ASP java photoshop 网页设计 delphi 3dmax Flash C++ VB 张孝祥 实例   更多请进入BIBIDU搜索
IT搜索引擎   

  OVERVIEW:
  1. What functions do the Intelligent Agent perform?
  2. How does the Intelligent Agent do all that?
  3. What are the major changes in the Agent with version 9i?
  4. How do I start and stop my 9i Intelligent Agent?
  5. What are the *.q files that I see in my Agent directory?
  
  CERTIFICATION:
  6. Is the Agent supported on a system running DHCP?
  7. Does the Agent require DNS resolution?
  8. Does the Intelligent Agent work on Clustered Configurations?
  
  INSTALLATION / CONFIGURATION:
  9. Which CD-ROM contains the Intelligent Agent?
  10. Can I run multiple Agents on a single server?
  11. What is the name of the Intelligent Agent executable and where is it located?
  12. Can the Intelligent Agent function on a node that does not have an Oracle database installed?
  13. Which database releases are compatible with the 9i Agent?
  14. Can I use the Intelligent Agent Release 9i to gather data on a remote host?
  15. Where does the Intelligent Agent put its necessary support files?
  16. How is the Intelligent Agent configured?
  17. Which Intelligent Agent releases support Oracle Enterprise Manager Release 9i?
  18. Which version of the Oracle Intelligent Agent should I use? Can I download required patches?
  19. Can I upgrade the Intelligent Agent without upgrading the database? How do I do that?
  20. Is it possible to upgrade to Intelligent Agent Release 9i without having to re-submit existing jobs or events?
  21. What version of TCL does the Intelligent Agent Release 9i use?
  22. Does Intelligent Agent 9i work on a machine with multiple network interface cards(NICs)?
  23. What permissions should be assigned to the dbsnmp executable and who should start the Agent?
  24. How do I change the dbsnmp password and is this password secure?
  25. I need to change the hostname on my system. How can I make sure my Agent gets updated?
  26. In the past, I couldn’t discover multiple Listener.ora files. Is this still a problem?
  27. Can I change the TCP port numbers used by the Agent and Data Collection Cartridge?
  
  TROUBLESHOOTING:
  28. If my Agent doesn’t discover all the services running on my server, where do I start the troubleshooting the problem?
  29. What is "Clean Starting" the Agent and how do I perform this operation?
  30. How to do I activate logging and tracing for my 9I Agent and Data Collection Cartridge?
  31. In my dbsnmp.log file, I am finding an NMS-0001 error that says I can't connect to the SNMP Master Agent. Should I worry?
  32. Does the DBSNMP database user pose a security problem?
  33. What should I do if I see an error like "VNI 4009: Unable to contact the Agent" within the Enterprise Manager console?
  34. Can I use the Remote Diagnostics Agent (RDA) to collect information for my Intelligent Agent’s configuration?
  
  Questions with Answers
  OVERVIEW:
  1. What functions does the Intelligent Agent perform?
  
  The Intelligent Agent provides the following core services:
  
  Event management capabilities for the host machine, databases, listeners, concurrent managers, forms servers, Oracle HTTP listeners, etc.
  Job execution and scheduling capabilities on the host machine, databases, listeners, concurrent managers, forms servers, Oracle HTTP listeners, etc.
  Statistical data collection for the Performance Manager and Capacity Planner
  Sending SNMP traps for events related to the database, listener or host
  Back_to_Top
  
  2. How does the Intelligent Agent do all that?
  
  The Intelligent Agent makes extensive use of an extended version of the TCL programming language. All job and event scripts are written in TCL and have the ability to do anything TCL can do. See the TCL document for details. Data collection is performed by making calls to the operating system or by accessing data in a monitored database.
  
  Back_to_Top
  
  3. What are the major changes in the Agent with version 9i?
  
  The major changes and new features in the 9i Agent are:
  
  Data Gatherer (ODG) functionality has been fully integrated into the Intelligent Agent. Thus, the ODG is no longer a separate process.
  A new control utility called "agentctl" has been introduced to start, stop, or check the status of the Agent.
  Upon startup, a single dbsnmp process is created on UNIX platforms.
  Administrators can suspend jobs, events and data collections on a target by using the Agent's agentctl utility.
  Intelligent Agent Release 9i is also redesigned to handle a large number of events at the same time.
  A new watchdog script runs in the background that restarts the Agent if it goes down. If the watchdog attempts to restart the Agent, information is written to the dbsnmp.nohup file (UNIX) and the Oracle<home>Agent.nohup file (Windows NT/2000).
  For details on the 9i Intelligent Agent, please refer to the Oracle Intelligent Agent User's Guide Release 9i which is available as part of the Oracle Enterprise Manager documentation set.
  Back_to_Top
  
  4. How do I start and stop my 9i Intelligent Agent?
  
  For the 9i Agent on UNIX, a new Agent control utility called "agentctl" is used. The relevant agentctl commands are:
  
  agentctl start agent
  agentctl stop agent
  agentctl status agent
  agentctl restart agent (to stop and start the Agent using a single command)
  
  On Windows NT, you can start and stop the Intelligent Agent service from the start menu: Start = Settings = Control Panel = NT Control Panel = Services screen.
  
  On Windows 2000, you can start and stop the Agent Services: Go to Start menu = Settings = Control Panel = Administrative Tools = Services. Select the OracleAgent service. Right mouse click and select (start,stop, etc.). To modify the Startup Type, right mouse click and select Properties and edit the Startup Type as needed.
  
  Back_to_Top
  
  5. What are the *.q files that I see in my Agent directory?
  
  The ‘q’ files are state files maintained by the Agent. The files contain vital information about the jobs and events registered with the Agent, as well as authorized users and OMSs that have communicated with the Agent. The ‘q’ files are encrypted and the hostname of the system is used as part of the encryption key. The Agent reads these files each time the dbsnmp process is started. If the files are missing, the Agent will create new ones during startup. The files are also updated each time a job / event is processed or a new request is received.
  
  Back_to_Top
  
  CERTIFICATION
  6. Is the Agent supported on a system running DHCP?
  Oracle does not recommend using DHCP as a method for obtaining and IP Address for systems running the Intelligent Agent. Depending on the how your DCHP is configured, you may be receiving a new IP Address each time the system is rebooted. The Intelligent Agent needs a static IP Address in order to maintain communication with the Management Server. You can setup DHCP such that the IP Address never expires for that system, but you will not be able to launch the EM Reports WebSite if it’s running on the same system.
  
  Back_to_Top
  
  7. Does the Agent require DNS hostname resolution?
  
  The Intelligent Agent does require DNS resolution for communication with the Management Server. The DNS resolution must also include an entry in the DNS reverse lookup tables (nslookup). This depth of resolution was introduced d

来源:upschool.com.cn
作者:
关键字:FAQ,for,the,Oracle,Agent,9.0.1
发表日期:2007-1-6 0:54:38

网页显示有限 阅读全文请下载本文完整版WORD文档

上一篇:sga中的名词解释   下一篇:如何用SQL字段从LONG ROW类型改为BLOB类型


2008-11-21 1:10:54
本文的相类似文章
  • nForce2主板的十大诀窍
  • 后会无期!谈nForce的原生防火墙
  • Oracle字符转换访问服务器漏洞
  • 迅雷5 ThunderAgent Module 远程拒绝服务漏洞
  • Oracle和mysql 的一些简单命令对比参照
  • oracle 的共享连接和专用连接方式之初探
  • Oracle的X$表系列介绍之-X$KSLLCLASS
  • Oracle数据导入导出imp/exp命令
  • 利用 Oracle 10g 技能学习 DB2 9.1
  • Oracle10g对回滚操作时间的准确评估
  • 在学习中进步 在进步中成长 教程中国相随您的成长之路
    华腾联合科技股份有限公司版权所有
    广告联系:Rosibo@163.com