Table of Contents

Search

  1. Preface
  2. Backing Up and Restoring the Data Vault
  3. Configuring Centera as a Remote Data Vault Store
  4. Configuring Data Archive for a Legacy Source Using Legacy Adapters
  5. Data Archive Seamless Access for PeopleSoft
  6. Data Archive Transaction Restore API
  7. Dropping and Truncating Partitions in Data Archive
  8. High Availability Configuration for the Data Archive and File Archive Service Versions 6.1 to 6.3
  9. 0955-High Availability Configuration for the Data Vault Version 6.4 and Later
  10. How to Create Business Rules to Archive and Purge Transactional Data
  11. How to Uninstall Data Archive 5.1
  12. How to Uninstall Data Archive 5.3
  13. How to Use Scripts to Change Database User Passwords in the ILM Repository
  14. IBM DB2 Database Connectivity and Setup for Data Archive
  15. Installing Data Visualization
  16. Integrating Third-Party Schedulers in ILM Engine
  17. Parallel Processing in Data Archive
  18. Seamless Access Configuration for Siebel Applications
  19. Seamless Access Setup for Oracle E-Business Suite
  20. Using the Data Vault Service JDBC Driver to Connect to the Data Vault
  21. Using Multiple Engines in an ILM Environment
  22. Using PowerExchange ODBC Connections in a Data Archive Retirement Project
  23. Discovering Foreign Key Relationships in Enterprise Data Manager

Data Archive How-To Guide

Data Archive How-To Guide

Load Management

Load Management

If you install a Data Vault Service agent on the failover server to improve query processing, you can set the priority for the Data Vault Service agents in the primary and failover servers to balance the processing load.
Set the priority level of an agent to make the most efficient use of the nodes in the cluster server. For example, you might set the agents that are hosted on a more powerful machine to a higher priority so that they perform most of the processing.
You can use the Data Vault Service Administrator tool or the command line program to set the agent priority level. To set the priority level on the command line, run the following Data Vault Service administration command:
Priority <host-name> <agent-ID> <priority-level>
To set the priority level of multiple agents in the primary and failover servers, you can create a script to run the priority command for each agent. For example, you can run the following script:
echo 'agents' | ssaadmin DBA | awk '($4 == "READY") { TAB[$1] += 1; print "priority " $1 " " $2 " " 100 - TAB[$1] }' | ssaadmin DBA
This script sets the priority for each agent that runs on the server cluster and displays the list of agents and priorities.

0 COMMENTS

We’d like to hear from you!