Anonymous
Log on
Help
IBM Connections wiki
All Wikis
Home
Community Articles
Product Documentation
Learning Center
Search Scope
All Content
Community Articles
Product Documentation
Learning Center
IBM Connections 3.0.1 Documentation
--------------
Custom search scope...
Search for...
Search
Advanced Search
Categories
Tag Cloud
1.0
1.0.x
2.0
2.0.1
2.0.1.1
2.0_media
2.5
2.5_deployment
2.5_media
2.5_performance
3
3.0
3.0.1
3.0.1_media
3.0_media
3_deployment
8.1.1
8.2
activities
administrators
api
best_practices
blogs
bookmarks
business_card
cluster
communities
community
community_manager
connections
connections_3
connections_301
customization
customize
customizing
demos
deploying
deployment
deployments
developers
dogear
Domino
Edge server
education
error messages
files
forums
getting_started
Help
home
home_page
homepage
how-to
HTTP server
ibm
index
installation
integration
iOS
ipad
iWidget
J2EE
javadoc
lc3.0
learning
lotus-connections
mml
mobile
Notes
performance
person_card
Portal
portlet
portlet_factory
profiles
proxy server
quickr
Redbooks
rest
reverse proxy server
Sametime
scenarios
search
security
self-paced
SSO
tags
test_infrastructure
troubleshooting
tuning
video
VideoFest
videos
WAI
WAS
web_seminar
WebAppIntegrator
WebSphere
widgets
wikis
Information
You are currently viewing machine translated content. IBM translation might be available. Click
IBM Translated Product Documentation
to see what is available.
X
Edit Article
Add an Article
Share
Email
Facebook
Twitter
LinkedIn
Delicious
Digg
StumbleUpon
Print
Print article only
Print article and comments
Subscribe
Recent Edits to this Article
Recent Added Comments to this Article
Home
>
Test infrastructures: Connections 2.5 >
S2: Scheduling Activities tasks
S2: Scheduling Activities tasks
Abstract
Abstract
No abstract provided.
Activities uses the open source Quartz scheduler. The following jobs must be scheduled to run on a dedicated node; otherwise Quartz loses the JDBC connection to the database when it attempts to run:
• AutoComplete
• DatabaseRuntimeStats
• TrashAutoPurge
To schedule these tasks correctly, on the deployment manager open the wsadmin client in a command window and enter the following commands:
execfile("C:\IBM\WebSphere\AppServer\profiles\Dmgr01/config/bin_lc_admin/activitiesAdmin.py")
If prompted to select which server to make the change on, enter
1
. Now check out the configuration files for activities with the following command:
ActivitiesConfigService.checkOutConfig("C:\temp", "dmgrCell01")
From the temp directory, open the oa-jobs.xml file and specify a server to run each of these tasks on. The value must take the format of
cell name/node name/server name
Below is an example of what this entry would be for the DatabaseRuntimeStats job:
Make the same change for the other jobs and then save the .xml file. Before checking the file back into the system, disable the cluster scheduler by running the following command:
ActivitiesConfigService.updateConfig("clusterScheduler.enabled","false")
Now check in the file:
ActivitiesConfigService.checkInConfig()
Now clear the existing jobs from memory and the database by running the following command:
Scheduler.purgeJobs("cluster")
Exit the
wsadmin
client and synchronize the changes across all the nodes. Restart the activities cluster for the changes to take effect.
Go to the next topic
:
S2: Scenario environment
S2: Prerequisites
S2: Configuration diagrams
S2: Machine details
S2: Installing Lotus Connections in an Enterprise level deployment
S2: Preinstallation tasks
S2: Installing Lotus Connections on node 1
S2: Adding nodes 2 and 3 to the cluster
S2: Post installation tasks
S2: Setting up the Web server
S2: Configuring SSL and adding features to the SSL trust store
S2: Editing the configuration file
S2: Scheduling Activities tasks
S2: Tuning WebSphere Application Server for optimal performance
S2: Starting Lotus Connections
S2: Configuring an administrative user for Blogs
S2: Integrating Lotus Connections with Lotus Quickr for WebSphere Portal
S2: Enabling Sametime awareness on Lotus Connections
S2: Troubleshooting
Table of Contents
:
Lotus Connections 2.5 Enterprise level deployment scenario
Article information
Article information
Category:
Test infrastructures: Connections 2.5
Tags:
This Version:
Version
2
January 25, 2010
10:10:01 PM
by
Dana Liburdi
Edit Article
Attachments (0)
Attachments (0)
Versions (2)
Versions (2)
Version Comparison
Compare version
Current 2
1
with version
Current 2
1
Compare selected versions
Version
Date
Changed by
Summary of changes
This version (2)
Jan 25, 2010 10:10:01 PM
Dana Liburdi
1
Jan 25, 2010 9:46:08 PM
Dana Liburdi
Comments (0)
Comments (0)
Add comment
Copy and paste this wiki markup to link to this article from another article in this wiki.
Link:
Close