You must restart the server on which BI Monitor is installed whether it was the default server (server1) or a new server (MonitorServer). To do this:
On Windows platform, run a command prompt window. On an AIX or a Solaris platform start a terminal console window.
Change the directory to <WebSphere_Profiles>/<Profile_Name>/bin
Based on your machine platform, type the appropriate command as follows:
If you are on a Windows
machine, type the following command:
stopServer.bat <Server_Name>
If you are on an
AIX or a Solaris machine, type the following command:
./stopServer.sh <Server_Name>
<Server_Name> is a convention for the server on which BI Monitor is deployed.
The command of AIX and Solaris platforms is case sensitive.
Wait until the Application Server is stopped and the confirmation message appears, and then type the appropriate command as follows:
If you are on a Windows
machine, type the following command:
startServer.bat <Server_Name>
If you are on an
AIX or a Solaris machine, type the following command:
./startServer.sh <Server_Name>
Wait until the Application Server is started and the confirmation message appears.