Uninstalling Rule Execution Server from a cluster

You can uninstall Rule Execution Server from an existing cluster.

About this task

To uninstall Rule Execution Server from a cluster, you use the same configuration script as for configuring the cluster.

Procedure

  1. Navigate to the profiles/<profile_name>/bin directory.
  2. Start the configureDSCluster[.sh|.bat] script with the -uninstall argument.

    The command line is:

    configureDSCluster[.sh|.bat] -dmgrAdminUsername username 
     -dmgrAdminPassword password  -clusterPropertiesFile filePath -uninstall
    • On Windows:
      <WAS_InstallDir>\profiles\Dmgr01\bin\configureDSCluster.bat 
       -dmgrAdminUsername websphere -dmgrAdminPassword websphere -clusterPropertiesFile
       <WAS_InstallDir>\profiles\Dmgr01\bin\rules\configureDSCluster.properties
       -targetNodeName DecisionServerNode01 -dmgrHostName localhost -dmgrPort 8879 -uninstall 
    • On UNIX:
      <WAS_InstallDir>/profiles/Dmgr01/bin/configureDSCluster.sh
       -dmgrAdminUsername websphere -dmgrAdminPassword websphere -clusterPropertiesFile
       <WAS_InstallDir>/profiles/Dmgr01/bin/rules/configureDSCluster.properties
       -targetNodeName DecisionServerNode01 -dmgrHostName localhost -dmgrPort 8879 -uninstall 
    Table 1. Cluster configuration parameters
    Parameter name Mandatory/Optional Description
    -dmgrAdminUsername Mandatory The WebSphere® Application Server administrator’s user identifier that you defined when you installed Decision Server
    -dmgrAdminPassword Mandatory The WebSphere Application Server administrator’s password that you defined when you installed Decision Server.
    -clusterPropertiesFile Mandatory The full path to the properties file.
    -uninstall Mandatory Removes all the applications and resources from the cluster. The cluster itself is not removed because it might contain other applications.
    -createNode Optional If you specify this parameter, the script creates a default node profile with the name set in the -targetNodeName parameter.
    -targetNodeName Optional By default, the name of the target installation node is set to RulesNode01.
    -dmgrHostName Optional Use this parameter to specify the name of the host on which the deployment manager is located. This parameter is mandatory if you create the target node by setting the -targetNodeName parameter.
    -dmgrPort Optional The SOAP TCP port of the deployment manager. By default, 8879.

Results

This command has the following results:
  • Uninstalls hosted transparent decision services and Scenario Service Provider (SSP).
  • Uninstalls the Rule Execution Server console.
  • Removes the Rule Execution Server console server.
  • Uninstalls the execution unit (XU).
  • Uninstalls the data source.
  • Removes the administrative and applicative groups.