What changes need to be performed in the Workload Automation AE server environment when a hostname needed to be changed.
Release: ATSYHA99000-11.3.6-Workload Automation AE-High Availability Option
Component:CA Workload Automation AE 11.3.6.x on Linux
Depends on business requirement if a hostname need to be changed, Need to follow below instructions
Instructions:
Autoserver
AutoServerId
AutoServerAliasId
case $AUTOSERV in
LNX)
AUTOUSER=/opt/CA/WorkloadAutomationAE/autouser.LNX
test -f $AUTOUSER/autosys.sh.hostname &&
. $AUTOUSER/autosys.sh.hostname
;;
esac
AUTOENV=/opt/CA/WorkloadAutomationAE/autouser.LNX/autosys.sh.hostname
#
# Source the CA environment.
#
test -r /etc/profile.CA && { CA_SECTION=ccs; export CA_SECTION; . /etc/profile.CA; unset CA_SECTION; }
AUTOSERV=LNX
AUTOSYS=/opt/CA/WorkloadAutomationAE/autosys
AUTOUSER=/opt/CA/WorkloadAutomationAE/autouser.LNX
EIAMCONFIG=/opt/CA/WorkloadAutomationAE/autouser.$AUTOSERV/eiam.config
hostname=hostname
export PATH
PATH=$PATH:/opt/CA/WorkloadAutomationAE/autosys/bin
#
# Source the CA environment.
#
test -r /etc/profile.CA && { CA_SECTION=ccs; export CA_SECTION; . /etc/profile.CA; unset CA_SECTION; }
AUTOSERV=LNX
AUTOSYS=/opt/CA/WorkloadAutomationAE/autosys
AUTOUSER=/opt/CA/WorkloadAutomationAE/autouser.LNX
EIAMCONFIG=/opt/CA/WorkloadAutomationAE/autouser.$AUTOSERV/eiam.config
hostname=hostname
export PATH
PATH=$PATH:/opt/CA/WorkloadAutomationAE/autosys/bin