About Steps to Modify setStartupEnv.sh for Setting Up the Cluster.
(Doc ID 2711283.1)
Last updated on AUGUST 15, 2022
Applies to:
Oracle WebCenter Sites - Version 12.2.1.4.0 to 12.2.1.4.0 [Release FatWire]Information in this document applies to any platform.
Symptoms
When setting up the cluster by looking at the installing manual,
there are no description about adding STARTUP_GROUP parameter for the second node.
For Example)
if [ "${SERVER_NAME}" = "wcsites_server1" ] ; then
STARTUP_GROUP="WCSITES-MGD-SVR"
export STARTUP_GROUP
fi
<-- add
if [ "${SERVER_NAME}" = "wcsites_server2" ] ; then
STARTUP_GROUP="WCSITES-MGD-SVR"
export STARTUP_GROUP
fi
<-- add
if [ "${SERVER_NAME}" = "wcsites_server1" ] ; then
STARTUP_GROUP="WCSITES-MGD-SVR"
export STARTUP_GROUP
fi
<-- add
if [ "${SERVER_NAME}" = "wcsites_server2" ] ; then
STARTUP_GROUP="WCSITES-MGD-SVR"
export STARTUP_GROUP
fi
<-- add
Installing and Configuring Oracle WebCenter Sites
https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/wbcsi/setting-cluster.html#GUID-46EC2554-F126-4AF3-8521-86C1C6978A90
Setting Up a WebCenter Sites Cluster
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |