Adding and Deleting Instances of the TIBCO iProcess® Objects Server

When the TIBCO iProcess® Objects Server is initially installed on a machine, it becomes instance 1 by default. A new installation of a TIBCO iProcess® Objects Server on a machine will cause an entry for that server to be automatically added to the process_config table, as follows:

 

Machine ID

Process Name

Process Instance

1

SPO

1

Once the initial installation is completed, additional instances of the TIBCO iProcess® Objects Server can then be added to or deleted from the process_config table using the following swadm commands:

Windows systems:

SWDIR\util\swadm add_process MachineID SPO Y
SWDIR\util\swadm delete_process MachineID SPO <ProcessInst>

UNIX systems:

$SWDIR/util/swadm add_process MachineID SPO Y
$SWDIR/util/swadm delete_process MachineID SPO <ProcessInst>

For example, after adding a second instance to machine 1, the process_config table appears as follows:

 

Machine ID

Process Name

Process Instance

1

SPO

1

1

SPO

2

For additional information about using the swadm utility, see iProcess Engine Administrator’s Guide.