To monitor your application servers, you must give each server a unique name so that System Management can uniquely identify each server.
To give a unique name to an application server, add the following command line parameter to the java command within the server start up script:
-DSCI.Server.Name=<unique name>
Even if multiple server processes are run on the same machine, it is mandatory to give each server process a unique name. Therefore, it may be necessary to create separate start up scripts even when starting multiple instances of the server on the same machine.