WebSphere Extended Deployment, Version 6.0.x
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


Changing application placement configurations with scripting

Use the xd_APCconfig.jacl Jacl script to make persistent changes to the application placement controller configuration.

Purpose

You can use this script to modify application placement controller and dynamic cluster attributes and custom properties. The script xd_APCconfig.jacl is provided with the product. At installation time, the script is copied onto the installation target machine in the <install_root>\bin directory.

Depending on your administrative role, you are allowed specific privileges when configuring the autonomic managers. The following list shows the administrative roles and privileges for configuring the autonomic managers:

Monitor
Can view the information.
Operator
Can view the information on the configuration tab.
Can change the settings on the runtime tab.
Configurator
Can change the configuration but not the runtime settings.
Administrator
Has all privileges.

Usage

To run the xd_APCconfig.jacl script with the wsadmin tool, use the following command:

wsadmin.sh -profile xd_APCconfig.jacl -c "insert_proc"

In place of the insert_proc variable, use the name of the procedure and the proper variable values to complete your changes. You must enclose the procedures in quotation marks. You might have to modify the wsadmin command to wsadmin.sh or wsadmin.bat, depending upon your operating environment.

Procedures

To get a list of the valid attributes that you can set on the application placement controller or dynamic cluster, run the following wsadmin command:
 $AdminConfig show [$AdminConfig getid "/DynamicCluster:clustername/"]

The following procedures are available:




Related tasks
Configuring dynamic application placement
Related reference
Administrative roles and privileges
Reference topic    

Terms of Use | Feedback

Last updated: Nov 30, 2007 4:05:14 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=/com.ibm.websphere.xd.doc/info/reference/rodappscript2.html