Contents
| What's New |
|
| Installation Overview |
|
| Preparing for Installation |
|
| Installation Requirements |
|
| Hardware Requirements |
|
| Software Requirements |
|
| Installation |
|
| Installing in the GUI Mode |
|
| Installing in the Console Mode |
|
| Installing in the Silent Mode |
|
| Postinstallation Steps for TIBCO Hawk Agent |
|
| Installation Logs |
|
| Configuring the TIBCO Enterprise Administrator Server |
|
| SSL Configuration on the TIBCO Enterprise Administrator: An Overview |
|
| Configuring SSL: One-Way Authentication |
|
| Configuring SSL: Two-Way Authentication |
|
| SSL Properties |
|
| Setting SSL Properties on the Agent |
|
| Configuring Properties to Enable Hawk Integration |
|
| Setting Up Data Sharing on the Server |
|
| Upgrade |
|
| Migrating TIBCO Enterprise Administrator Database from Earlier Version to Version 2.4.2 |
|
| Migrating TIBCO Security Server Database from Earlier Version to Version 2.4.2 |
|
| Backward Compatibility |
|
| Uninstallation |
|
| Uninstalling in the GUI Mode |
|
| Uninstalling in the Console Mode |
|
| TIBCO Enterprise Administrator Concepts |
|
| TIBCO Enterprise Administrator Architecture |
|
| Components of TIBCO Enterprise Administrator |
|
| Log in to the TIBCO Enterprise Administrator Server Using the Web UI |
|
| Configuring the TIBCO Enterprise Administrator Server |
|
| Setting Custom Password Policy |
|
| SSL Configuration on the TIBCO Enterprise Administrator: An Overview |
|
| Configuring SSL: One-Way Authentication |
|
| Configuring SSL: Two-Way Authentication |
|
| SSL Properties |
|
| Setting SSL Properties on the Agent |
|
| Logging |
|
| Agent Management |
|
| Registering an Agent |
|
| Reconnecting an Agent |
|
| Unregistering an Agent |
|
| Registering URL Agents |
|
| Unregistering an URL Agent |
|
| The Side Navigation Bar |
|
| Listing Products in TIBCO Enterprise Administrator |
|
| Using System Views |
|
| Support for IPv6 Addresses |
|
| Viewing the Installed TIBCO Software and Running TIBCO Processes on a Machine |
|
| Viewing JVM Information from an Agent |
|
| Working with Multiple Products |
|
| Solutions View |
|
| Search Views |
|
| Operators View |
|
| Creating Custom Search Views |
|
| Creating Custom Operator Views |
|
| Adding Assets to a View at Runtime |
|
| User Management |
|
| Users |
|
| Adding Users |
|
| Importing Users |
|
| Assigning Users to Groups |
|
| Assigning Roles to Users |
|
| Deleting Users |
|
| Resetting the Password |
|
| Groups |
|
| Creating a New Group |
|
| Importing Groups |
|
| Assigning Roles to Groups |
|
| Deleting Groups |
|
| Roles |
|
| Adding Roles |
|
| Setting Entity-Based Permissions on a Role |
|
| Setting Instance-Based Permissions on a Role |
|
| Deleting Roles |
|
| Permissions |
|
| Adding Permissions to a User-Defined Role |
|
| Removing Permissions |
|
| Viewing Permissions |
|
| Realms |
|
| Adding Realms |
|
| Deleting Realms |
|
| Default Landing Page |
|
| Setting the Landing Page for a User |
|
| Setting the Landing Page for a Group |
|
| How the Server Picks up a Default Landing Page |
|
| Clearing the Landing Page for Multiple Groups |
|
| Deleting the Landing Page Set for a Group |
|
| Registering a Hawk Domain |
|
| Change Password |
|
| Obfuscating Passwords |
|
| Introduction to the Shell Commands |
|
| Connecting to the Remote Shell |
|
| Shell Commands |
|
| Help Command |
|
| Navigation Commands |
|
| Scripting Commands |
|
| Interactive Mode |
|
| Advanced Scripting Commands |
|
| each |
|
| if |
|
| sort |
|
| set |
|
| get |
|
| Direct Commands |
|
| The Script File Command |
|
| The Protocol Commands: SFTP and SCP |
|
| Using Position and Named Arguments while Defining TeaParam |
|
| Python Scripting |
|
| Setting up Python Scripting |
|
| tibco.tea Module |
|
| A Sample Python Script to Manage Agents |
|
| A Sample Python Script for a Tomcat Agent |
|
| Support for POJOs |
|
| Using POJOs in Python Scripts |
|
| Limitations of POJO |
|
| TIBCO Enterprise Administrator Containerization |
|
| Performance Optimization of the TIBCO Enterprise Administrator Server |
|
| Upgrading the TEA Agents |
|
| Troubleshooting |
|
| TIBCO Enterprise Administrator Concepts |
|
| TIBCO Enterprise Administrator SDK Architecture |
|
| Components of TIBCO Enterprise Administrator |
|
| Running the HelloWorld Sample |
|
| The HelloWorld Sample: Lessons for Agent Developers |
|
| Enabling Developer Mode |
|
| Reloading an Agent during Iterative Development |
|
| Developer Documentation |
|
| Viewing the Structural Overview Diagram of an Agent |
|
| Exposing the Agent API to Python Scripts |
|
| Setting SSL Properties on the Agent |
|
| SSL Properties |
|
| Support for IPv6 Addresses in TEA |
|
| Setting up TIBCO Enterprise Administrator Agent Library |
|
| Running TIBCO Enterprise Administrator Agent Library in the Server mode |
|
| Running TIBCO Enterprise Administrator Agent Library in the Servlet mode |
|
| Agent ID |
|
| Configuring TIBCO Enterprise Administrator Agent for Auto-Registration |
|
| Auto-Registering in the Server Mode |
|
| Auto-Registering in the Servlet Mode |
|
| Unregistering an Agent |
|
| Developing an Agent |
|
| Managed Objects |
|
| Aspects of Managed Objects |
|
| Configuration |
|
| States |
|
| Operations |
|
| References |
|
| Concept Types of Managed Objects |
|
| Product (Top Level Object) |
|
| Application |
|
| Process |
|
| Access Point |
|
| Resource |
|
| Group |
|
| Support for POJOs |
|
| Limitations of POJO |
|
| Analyzing a System of Managed Objects |
|
| Example Analysis of Managed Objects for Tomcat |
|
| Sharing Data and Resources (TeaObjects) Between Agents |
|
| How to Share a TeaObject |
|
| How to Get Shared TeaObjects |
|
| How to Get Shared TeaObject Along with All the References |
|
| How to Unshare a TeaObject |
|
| Object Type Definition: Overview |
|
| Interface Style |
|
| Defining an Object Type in Interface Style |
|
| Defining a Singleton Object Type in Interface Style |
|
| Defining a Top-Level Object Type in Interface Style |
|
| Access to Instances |
|
| Provider Interface |
|
| Defining References for Object Types with Interfaces |
|
| Annotation Style |
|
| Defining an Object Type in Annotation Style |
|
| Defining Multiple Object Types on One Class |
|
| Defining References for Object Types with Annotations |
|
| Aspects for Object Types—Interfaces and Annotations |
|
| Modeling State in Interface Style |
|
| Modeling Configuration in Interface Style |
|
| Modeling Members in Interface Style |
|
| Modeling State in Annotation Style |
|
| Modeling Configuration in Annotation Style |
|
| Modeling Members in Annotation Style |
|
| Defining Operations |
|
| Adding Developer Notes |
|
| Specifying the Availability of TeaOperations in TIBCO Enterprise Administrator Clients |
|
| Passing Data Streams to Operation Methods |
|
| Customizing Parameters of an Operation in the Shell Interface |
|
| Getting the User Name of the Current User |
|
| Object ID |
|
| Solution |
|
| Permissions |
|
| Roles |
|
| Enabling Instance-Based Permissions on an Agent |
|
| User Interface Customization |
|
| Selecting a Specific Version of the TIBCO Enterprise Administrator UI Library |
|
| Linking Across Two Products |
|
| Reference to Customize the User Interface |
|
| Services |
|
| teaLocation |
|
| teaObjectService |
|
| teaAuthService |
|
| teaScopeDecorator |
|
| Directives |
|
| teaPanel |
|
| teaMasthead |
|
| teaAttribute |
|
| teaLongAttribute |
|
| teaConstraint |
|
| Types |
|
| TeaObject |
|
| TeaObjectType |
|
| TeaOperation |
|
| TeaParam |
|
| TeaReference |
|
| Error Handling in Agents and Custom User Interfaces |
|
| Coding Exceptions in Agent Operations |
|
| Exceptions and Implicit HTTP Status Codes |
|
| Extracting Error Information in the GUI |
|
| Receive Agent Registration Notifications |
|
| Notify Agents about Session Timeouts |
|
| TIBCO Enterprise Administrator Server Services |
|
| LDAP Realm Configurations |
|
| Retrieve All LDAP Realm Configurations |
|
| Retrieve LDAP Configurations by Providing the Realm Name |
|
| Notify Changes Related to LDAP Realm Configurations |
|
| Upgrading Agents and Agent Coexistence |
|
| Troubleshooting |
|
| API Reference Pages |
|
| Overview of the TIBCO Enterprise Administrator Agent for TIBCO Enterprise Message Service |
|
| TEA Administrative Interfaces |
|
| Installing the EMS Server |
|
| Installing TIBCO Enterprise Administrator |
|
| Verifying the Configuration for TEA agent for TIBCO Enterprise Message Service |
|
| Before Using the TEA agent for TIBCO Enterprise Message Service |
|
| Starting the TEA agent for TIBCO Enterprise Message Service |
|
| Registering an EMS Server with its TEA Agent |
|
| Registering Fault Tolerant EMS Servers |
|
| Registering SSL-Enabled EMS Servers |
|
| Assigning EMS Servers to a Logical Group |
|
| Navigating through the Registered TEA agent for TIBCO Enterprise Message Service |
|
| Working through Topics and Queues |
|
| Using Python Scripts to Create and Delete Queues and Topics |
|
| Using the TEA Shell to Create Queues and Topics |
|
| Unregistering an EMS Server from its TEA Agent |
|
| Data Folder |
|
| Agent Management |
|
| Registering TEA Agent for TIBCO Enterprise Message Service |
|
| Reconnecting an Agent |
|
| Unregistering an Agent |
|
| Overview of TIBCO Security Server |
|
| Overview of the Agent for TIBCO Security Server |
|
| TIBCO Enterprise Administrator Administrative Interfaces |
|
| Starting the TIBCO Security Server Agent |
|
| Log in to TIBCO Enterprise Administrator |
|
| Agent Management |
|
| Registering the TEA Agent for TIBCO Security Server |
|
| Reconnecting an Agent |
|
| Unregistering an Agent |
|
| TIBCO Security Server Management |
|
| Credential Authority Service |
|
| Registering the Credential Authority Service |
|
| Unregistering the Credential Authority service |
|
| Configuring the Credential Authority Service |
|
| Starting the Credential Authority Service |
|
| Stopping the Credential Authority Service |
|
| Resource Manager Service |
|
| Creating Password Credential Resources |
|
| Creating Login Credential Resources |
|
| Creating Keystore Credential Resources |
|
| Creating Kerberos Authentication Resources |
|
| Kerberos Authentication Resources |
|
| Creating LDAP Authentication Resources |
|
| LDAP Authentication Resources |
|
| Creating SiteMinder Authentication Resources |
|
| SiteMinder Authentication Resources |
|
| Creating WSS Authentication Resources |
|
| WSS Authentication Resources |
|
| Creating Subject Identity Resources |
|
| Creating Trust Identity Resources |
|
| Creating Credential Server Resource |
|
| Updating a Resource |
|
| Deleting a Resource |
|
| API Reference Pages |
|
| TIBCO Documentation and Support Services |
|
| Legal and Third-Party Notices |
|