|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Chapter 1 The TIBCO® Enterprise Administrator (TEA) is a central administration console that allows you to configure and administer multiple TIBCO products. TIBCO Hawk provides an agent for TEA called Hawk Admin Agent (Admin Agent), which, when registered with the TEA server, allows you to monitor and administer Hawk from within the TEA web user interface. Using the Admin Agent, you can get a consolidated view of all the distributed infrastructure components interacting within the TIBCO Hawk system. The Admin Agent provides pictorial details of each of the components and allows basic monitoring and management in the form of alerts and rules.TEA uses the Admin Agent to communicate with the Hawk server. The Admin Agent auto-registers itself with the configured TEA server.You can reconnect or unregister the Admin Agent. For more details on using TEA, see TIBCO Enterprise Administrator User’s Guide.The TIBCO Enterprise Administrator provides three distinct user interfaces to communicate with the Admin Agent: Web UI, command-line-based Shell interface, and Python Scripting.
• Web UI: The TEA server provides a default web-based user interface to manage and monitor products. Hawk is shown as a card in the TEA Web UI. You can drill down the product to see the artifacts of the product. You can then administer and monitor Hawk from the TEA Web UI.
• Shell Interface: The TEA server provides a command-line utility called the TEA Shell. It is a remote shell, based on the SSH protocol. The shell is accessible using any terminal program such as Putty. Its scripting language is similar to bash in UNIX, but has some important differences. You can use the shell to perform almost all the tasks that you can perform from the TEA Web UI.
• Python scripting: You can use Python scripting to perform any activity you performed using the Web UI. Python scripting is especially useful when you have to repeat a task for multiple users or use control structures to work through some conditions in your environment. Although you can use the Shell utility to use the command-line interface, the Shell interface does not support conditional statements and control structures. Python scripting proves to be useful in such cases.This document discusses how to use the Admin Agent from within the TEA Web UI interface. However, you can use the other two interfaces to achieve just about anything that you achieved using the Web UI.
• Administer Rulebases, Rules and specify appropriate actions to be taken if the rules are triggered upon satisfying the threshold conditions. This version of TEA only allows you to read, edit, and update the existing rulebases information.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |