How to configure WCC with a new EEM Server?
search cancel

How to configure WCC with a new EEM Server?

book

Article ID: 14355

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

How to configure WCC with a new EEM Server?

Environment

WCC 11.4 SP4 Release

Resolution

The solution will be to proceed by the following steps:

 

1. Under the wcc installation directory, change directory to bin:

 

cd $CA_WCC_INSTALL_LOCATION/bin

 

2. Then use the "wcc_config" command to verify the current EEM configuration on your WCC server:

 

./wcc_config.sh -u <wcc-username> -p <wcc-password> --displayeem

 

Example:

 

./wcc_config.sh -u ejmcommander -p ejmcommander --displayeem

 

Logging in as 'ejmcommander' - SUCCESS

 

EEM Server

Host Name: testserver.company.com

Admin ID: EiamAdmin

Admin PW: *****

Application ID: WCC0004

Certificate Name: wcc.pem

Certificate Key File: wcc.key

 

 

3. Then run "wcc_config" with the following options to change the EEM server:

 

./wcc_config.sh -u <username> -p <password> --eemhostname <your-secondary-eem-hostname> --eemadmin <eem-Admin-User-Login> --eempassword <eem-Admin-User-Password>

 

Example:

./wcc_config.sh -u ejmcommander -p ejmcommander --eemhostname myeem.mycompany.com --eemadmin EiamAdmin --eempassword your-eiam-password