How do we uninstall the REST web services for Autosys while leaving the other AutoSys components? 
search cancel

How do we uninstall the REST web services for Autosys while leaving the other AutoSys components? 

book

Article ID: 239877

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

How do we uninstall the REST web services for Autosys while leaving the other AutoSys components? 

 

Environment

Release : 12.0

Component :

Resolution

To remove just the AEWS from a specific AUTOSERV you can do the following:

vi $AUTOSYS/globalVars
 change IA_AE_INSTALLED_RESTWS=1 to IA_AE_INSTALLED_RESTWS=0
 save the file.

vi $AUTOUSER/vars{$AUTOSERV} 
 change IA_AE_INSTALLED_RESTWS = 1 to IA_AE_INSTALLED_RESTWS = 0
 save the file.

remove the following files:
 $AUTOUSER/log4j.xml
 $AUTOUSER/eiam.ws.config
 $AUTOUSER/logger.ws.config
 /etc/init.d/waae_webserver.$AUTOSERV
 Remove any of the S<##>waae_webserver.$AUTOSERV and K<##>waae_webserver.$AUTOSERV files in the /etc/rc.d/rc<#>.d directories.

Remove the following directory and its contents:
 $AUTOUSER/webserver

Do NOT remove the /opt/CA/WorkloadAutomationAE/webserver directory.
Keep it there (this is shared by any other AEWS or WCC's on this host)

Remove references to the webserver from the /etc/init.d/CA-WAAE file.