My Account Log in

3 options

Integrating IBM Tivoli Workload Scheduler and Content Manager OnDemand to provide centralized job log processing / [Vasfi Gucer ... et al.].

Ebook Central Academic Complete Available online

View online

Ebook Central College Complete Available online

View online

O'Reilly Online Learning: Academic/Public Library Edition Available online

View online
Format:
Book
Contributor:
Gucer, Vasfi.
International Business Machines Corporation. International Technical Support Organization.
Series:
IBM redbooks.
IBM redbooks
Language:
English
Subjects (All):
Electronic data processing--Distributed processing.
Electronic data processing.
Production scheduling.
IBM Tivoli workload scheduler.
Physical Description:
xviii, 254 p. : ill.
Edition:
1st ed.
Place of Publication:
[S.l.] : IBM, International Technical Support Organization, c2003.
Language Note:
English
System Details:
text file
Summary:
This IBM Redbooks publication implements a solution that integrates IBM Tivoli Workload Scheduler and IBM DB2 Content Manager OnDemand products to provide centralized output processing for job logs (job outputs, message files, and audit files) from IBM Tivoli Workload Scheduler and IBM Tivoli Workload Scheduler for z/OS. The solution provides immediate benefit by integrating the job logs into an online, electronic information archive and retrieval system, which is used for quick search and problem resolution purposes. As part of the solution, we cover defining and implementing the required infrastructure, to access these reports from a simple user interface. We also include examples and scenarios for using this solution. We include all scripts that make up this solution so that you will be able customize the solution according to your needs. We anticipate that the solution covered in this book will provide great value for IBM Tivoli Workload Scheduler and IBM Tivoli Workload Scheduler for z/OS customers who are planning to deploy a centralized job logging and browsing system. Please note that the additional material referenced in the text is not available from IBM.
Contents:
Front cover
Contents
Figures
Tables
Notices
Trademarks
Preface
The team that wrote this redbook
Become a published author
Comments welcome
Chapter 1. Overview and benefits
1.1 IBM DB2 Content Manager OnDemand overview
1.2 Servers
1.3 OnDemand concepts
1.3.1 Definition files
1.3.2 Indexing methods
1.3.3 OnDemand Web Enablement Kit
1.4 IBM Tivoli Workload Scheduler overview
1.5 IBM Tivoli Workload Scheduler concepts
1.5.1 IBM Tivoli Workload Scheduler for z/OS
1.5.2 IBM Tivoli Workload Scheduler for Distributed
1.5.3 IBM Tivoli Workload Scheduler in an end-to-end configuration
Chapter 2. Integrating OnDemand and IBM Tivoli Workload Scheduler
2.1 Introduction
2.2 The business case of integration
2.2.1 Benefits of ITWS/OnDemand integration in a nutshell
2.3 Distributed environment
2.3.1 Data to be collected
2.3.2 Data collection process
2.4 z/OS and end-to-end environment
2.4.1 Data to be collected
2.4.2 Data collection process
Chapter 3. IBM Tivoli Workload Scheduler for z/OS implementation
3.1 Overview
3.2 Architecture
3.2.1 Single z/OS domain
3.2.2 Multiple z/OS domains
3.3 Prerequisites
3.3.1 Software versions and releases tested
3.3.2 JES2 sysout classes
3.3.3 Additional documentation
3.4 Implementation
3.4.1 Overview of the implementation
3.4.2 Install the ARSSOCKD procedure
3.4.3 Download, unzip, and import the group and folder definitions
3.4.4 Create user IDs and passwords for the OnDemand database
3.4.5 Overview of the JES Spool data capture facility (ARSYSPIN)
3.4.6 Install the ARSYSPIN started task
3.4.7 Install the ARSLOAD procedure
3.4.8 Install the ARSBATCH procedure
3.4.9 Summary of started tasks
3.4.10 Collecting ITWS for z/OS reports from the JES Spool.
3.4.11 Collecting ITWS for z/OS reports from datasets
3.4.12 ITWS for z/OS database and planning reports
3.4.13 Collecting IBM Tivoli Workload Scheduler for z/OS log files (EQQMLOG)
Chapter 4. IBM Tivoli Workload Scheduler Distributed implementation
4.1 Overview
4.2 Prerequisites
4.2.1 Hardware requirements
4.2.2 Software requirements
4.2.3 IBM Tivoli Workload Scheduler specific requirements
4.2.4 Environmental variables requirements
4.2.5 OnDemand specific requirements
4.2.6 Download, unzip, and import the OnDemand definitions
4.3 Implementation
4.3.1 Method type to use
4.3.2 Push method
4.3.3 Pull method
4.4 Scenarios
4.5 Troubleshooting
Chapter 5. IBM Tivoli Workload Scheduler end-to-end environment
5.1 Overview
5.2 Architecture
5.3 Prerequisites
5.4 Data collected
5.5 Implementation
Chapter 6. Reporting: IBM Content Manager user interface
6.1 IBM Content Manager OnDemand user interfaces
6.2 Using the OnDemand client program
6.2.1 Starting the IBM OnDemand Interface (GUI)
6.2.2 Updating server information
6.2.3 Opening folders
6.2.4 Searching for documents
6.2.5 Search with wildcards
6.2.6 Searching with dates and date ranges
6.2.7 Search logical operators
6.2.8 Printing selected documents
6.2.9 Selecting and viewing documents
6.2.10 How to select documents for viewing
6.2.11 Saving and recalling successful queries
6.2.12 Finding information in documents or notes
6.2.13 Adding and viewing notes
Chapter 7. Administration of the solution
7.1 Report administration
7.1.1 Storage sets
7.1.2 Application groups
7.1.3 Applications
7.1.4 Folders
7.2 User and group administration
7.2.1 User types, authorities, and functions
7.2.2 OnDemand system parameters
7.2.3 Add a user
7.2.4 Organizing users into groups.
Appendix A. Scripts used in the solution
UNIX scripts
Setup variables: tws_ondemand_env.sh
jobmanrc
Main script: tws_ondemand_main.sh
Real script: tws_ondemand_real.sh
Logpush script: tws_ondemand_logpush.sh
Batch script: tws_ondemand_batch.sh
Monitor script: tws_ondemand_monitor.sh
Event Monitor script: tws_ondemand_event.sh
BmEvents.conf
Convert script: tws_ondemand_convert.sh (pull method)
Netman script: tws_ondemand_netman.sh
TWSmerge script: tws_ondemand_twsmerge.sh
Database script: tws_ondemand_database.sh (pull method)
Plan script: tws_ondemand_plan.sh
Windows scripts
tws_ondemand_netman.cmd
tws_ondemand_twsmerge.cmd
tws_ondemand_database.cmd
tws_ondemand_plan.cmd
Appendix B. Flowcharts
Environmental variables
Push method job stdlist real-time or batch mode
Push method batch mode netman, TWSmerge, database, and plan
Push method batch mode
Pull method monitor
Pull method event.log and real time
Pull method convert logs
Pull method UNIX netman
Pull method UNIX TWSmerge
Pull method UNIX database audit
Pull method UNIX plan audit
Pull method Windows Netman
Pull method Windows TWSmerge
Pull method Windows database audit
Pull method Windows plan audit
Appendix C. Additional material
Locating the Web material
Using the Web material
System requirements for downloading the Web material
How to use the Web material
Abbreviations and acronyms
Related publications
IBM Redbooks
Other publications
Online resources
How to get IBM Redbooks
Index
Back cover.
Notes:
"October 2003."
Includes bibliographical references and index.
OCLC:
137342186

The Penn Libraries is committed to describing library materials using current, accurate, and responsible language. If you discover outdated or inaccurate language, please fill out this feedback form to report it and suggest alternative language.

My Account

Shelf Request an item Bookmarks Fines and fees Settings

Guides

Using the Library Catalog Using Articles+ Library Account