Installation guide

98
Pramati Server 3.5 Administration Guide
The various values (given as {parametername value} format) required to perform the above
operations are:
You can also specify the System Property ‘install.root’, if the program is not being run from the
Server root.
Example for creating a J2EE cluster
java -Dinstall.root=. com.pramati.NodeCreator -createj2eecluster -name my
node1,mynode2 -namingport 9191,9292 -httpport 8181,8282 -clustername myclus-
ter
The help snippet that shows up on the command shell is as follows:
Usage: java com.pramati.NodeCreator [operation] [option value] [flag]
Table 36: Values for the Node Creator class
Value
Description
-name Name(s) of the nodes. In case of a cluster, the names are separated by a comma ‘,’.
-ip The IP of the machine on which this node is being created. The default value is local host. In case
of a cluster, the IPs are separated by a comma ‘,’.
-namingport Naming port(s) of the nodes. In case of a cluster, the ports are separated by a comma ‘,’.
-httpport HTTP port(s) of the nodes. In case of a cluster, the ports are separated by a comma ‘,’.
-clustername In case of a cluster, the name of the cluster.