Note: Perform the steps in the following procedure on the primary server. Any steps to be performed on secondary servers are explicitly mentioned.
This procedure assumes that you have installed the CA EEM Server with the following default values:
If you customized any of these parameters to a custom value, replace the default values with the custom values.
To configure application data store failover
net stop igateway dxserver stop all
$IGW_LOC/S99igateway stop su - dsa -c "dxserver stop all"
%DXHOME%\config\knowledge\iTechPoz-HostnameOfServerN.dxc %DXHOME%\config\knowledge\iTechPoz-HostnameOfServerN-Router.dxc %DXHOME%\config\ssld\personalities\iTechPoz-HostnameOfServerN.pem %DXHOME%\config\ssld\personalities\iTechPoz-HostnameOfServerN-Router.pem
$DXHOME/config/knowledge/iTechPoz-HostnameOfServerN.dxc $DXHOME/config/knowledge/iTechPoz-HostnameOfServerN-Router.dxc $DXHOME/config/ssld/personalities/iTechPoz-HostnameOfServerN.pem $DXHOME/config/ssld/personalities/iTechPoz-HostnameOfServerN-Router.pem
$DXHOME/config/ssld/iTechPoz-trusted.pem
%DXHOME%\config\ssld\iTechPoz-trusted.pem
address = tcp localhost port 509
#address = tcp HostnameOfServerN port 509, tcp localhost port 509
#dsa-flags = multi-write
#address = tcp localhost port 509
address = tcp HostnameOfServerN port 509, tcp localhost port 509
dsa-flags = multi-write
Notes:
Example:
# iTechPoz - iTechnology Repozitory # Source the knowledge files of the iTechPozRouter and iTechPoz DSAs. source "iTechPoz-HostnameofServer1-Router.dxc"; source "iTechPoz-HostnameofServer1.dxc"; source "iTechPoz-HostnameOfServer2-Router.dxc"; source "iTechPoz-HostnameOfServer2.dxc"; source "iTechPoz-ServerN-Router.dxc"; source "iTechPoz-ServerN.dxc";
type <absolute path to iTechPoz-trusted.pem of Server2> >> <absolute path to iTechPoz-trusted.pem of Server1>
cat <absolute path to iTechPoz-trusted.pem of Server2> >> <absolute path to iTechPoz-trusted.pem of Server1>
Example: type "C:\Program Files\CA\Directory\dxserver\config\ssld\iTechPoz-trusted_2.pem" >> "C:\Program Files\CA\Directory\dxserver\config\ssld\iTechPoz-trusted.pem
The iTechPoz-trusted.pem of the secondary server is concatenated to the iTechPoz-trusted.pem of Server1.
Note: Back up the iTechPoz-trusted.pem and the data dsa and router files (iTechPoz*) of the secondary servers before performing the copying.
$DXHOME/config/ssld/iTechPoz-trusted.pem $DXHOME/config/ssld/personalities/iTechPoz-*.pem $DXHOME/config/knowledge/iTechPoz*
%DXHOME%\config\ssld\iTechPoz-trusted.pem %DXHOME%\config\ssld\personalities\iTechPoz-*.pem %DXHOME%\config\knowledge\iTechPoz*
# iTechPoz - iTechnology Repozitory # Source the knowledge files of the iTechPozRouter and iTechPoz DSAs. source "iTechPoz-HostnameOfServerN-Router.dxc"; source "iTechPoz-HostnameOfServerN.dxc"; source "iTechPoz-HostnameOfServer1-Router.dxc"; source "iTechPoz-HostnameOfServer1.dxc"; source "iTechPoz-HostnameOfServer2-Router.dxc"; source "iTechPoz-HostnameOfServer2.dxc"; source "iTechPoz-ServerKRouter.dxc"; source "iTechPoz-ServerK.dxc";
Note: The entries for the localhost must appear before the entries for other servers.
chown dsa:etrdir $DXHOME/config/ssld/iTechPoz-trusted.pem chown dsa:etrdir $DXHOME/config/knowledge/iTechPoz* chown dsa:etrdir $DXHOME/config/ssld/personalities/iTechPoz-*.pem
dxserver start all net start igateway
su - dsa -c "dxserver start all" $IGW_LOC/S99igateway start
The application data store failover configuration is saved.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |