Action:

wp_61_configure_cluster_node_config_cluster_setup

Summary:

Runs all cluster-setup tasks for Primary or Secondary nodes in IBM WebSphere Portal cluster.

Required Data:


The configure.properties file[3] at the cell scope is required. The
configuration generator creates this file and sets these properties:

WAS_USERNAME, WAS_PASSWORD, WP_USERNAME, WP_PASSWORD

The install.properties file[3] at the node scope is required. The
configuration generator creates this file and sets these properties:

WAS_HOME, WP_HOME, WAS_PROF_HOME, WP_SETUP_TYPE, WP_MANAGED,
WP_MANAGED_PRIMARY, WP_STARTING_POINT, BASE_STARTING_POINT,
WP_ADMIN_STARTING_POINT, WP_EMPTY_PORTAL, WP_INSTALL_WPS,
HOST_NAME, WP_INSTALL_TYPE, PROFILE_NAME, OS_USER, OS_GROUP[1]

Provide values for the following variables:

configure.properties in the cell scope[2] directory contains the following
relevant properties:
WAS_USERNAME IBM WebSphere Application Server admin user name.
Example: wpsbind
WAS_PASSWORD IBM WebSphere Application Server admin user password.
WP_VERSION IBM WebSphere Portal version:61

install.properties in the node scope[2] directory contains the following
relevant properties:
WP_HOME The installation path of IBM WebSphere Portal.
Example: /opt/IBM/WebSphere/PortalServer
WAS_HOME The installation path of IBM WebSphere Application Server.
Example: /opt/IBM/WebSphere/AppServer

Supported Modes:

execute

Supported Scopes:

node    

Restrictions:

This action is not supported on z/OS target systems.

Notes:

             
This action runs the "cluster-node-config-cluster-setup" configuration task
using:
UNIX: <WAS_PROF_HOME>/ConfigEngine/ConfigEngine.sh
Windows: <WAS_PROF_HOME>/ConfigEngine/ConfigEngine.bat
See IBM WebSphere Portal Information Center documentation for more details
on this task.

[1] Applies to UNIX and Linux environments.

[2] The scope is relative to the environment tree path:
RAFW_HOME/user/environments.

cell path: ENV_NAME/cells/CELL_NAME
cluster path: <cell path>/clusters/CLUSTER_NAME
node path: <cell path>/nodes/NODE_NAME
server path: <node path>/servers/SERVER_NAME

[3] The configuration generator creates configure.properties at the cell scope
in RAFW_HOME/user/environments.

cell: <env_name>/cells/<cell_name>

The configuration generator creates install.properties at the node scope in
RAFW_HOME/user/environments.

node: <env_name>/cells/<cell_name>/nodes/<node_name>

See the IBM WebSphere Portal Information Center documentation for more details
on this task.

References:
Related Information Center links:
- http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/
index.jsp?topic=/com.ibm.wp.ent.doc/install/production.html
- (AIX example) http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/
index.jsp?topic=/com.ibm.wp.ent.doc/install/aix_cluster.html