The following steps describe how to create a new Application Server named MonitorServer, on which you will deploy the BI Monitor Enterprise Application.
Open the command prompt, and then go to the bin folder of the server profile on which you will create the new server.
Enter wsadmin for Windows platform, or enter ./wsadmin.sh for AIX and Solaris platforms, and then issue the following commands:
$AdminTask createApplicationServer <NODE_NAME> {-name <MONITOR_SERVER> -genUniquePorts true}
$AdminConfig save
Where:
<NODE_NAME>: is the node name on which you will create the new server.
<MONITOR_SERVER>: is the new Monitor Server name.