12.1 Starting Infrastructure Services
Once the installation of Infrastructure has been completed successfully and the post-installation steps are completed, the servers must be started. Log on to each machine and run the .profile file. All servers mentioned must be started from the same shell encoding. The servers mentioned in this section are dependent on each other. It is mandatory to maintain the order in which the servers are started. Allow each of the servers to initialize completely before starting the next server.
- On the machine in which Infrastructure Application components have been installed,
navigate to $FIC_APP_HOME/common/FICServer/bin and execute the following command to
start the Infrastructure Server.
./startofsaai.sh
Note:
You can also start the Infrastructure Server by executing the command "nohup ./ startofsaai.sh &". Starting the process using "nohup" and "&" will return the command prompt without having to wait till the process completes. However, this command cannot be used when you are starting the server for the first time or starting after changing user password in the configuration database schema.Note:
When you start the server, the below mentioned error is displayed:java.io.FileNotFoundException: /ftpshare/<INFODOM>/erwin/fipxml/<INFODOM>_DATABASE.XML (No such file or directory)This error must be ignored.
- Start ICC server:
- On the machine in which Infrastructure default Application components have been installed, navigate to $FIC_HOME/ficapp/icc/bin
- Execute the command:
./iccserver.sh
Note:
Only Infrastructure Default Application Server would hold ICC component. - Start Back-end Services:
- On the machine on which Infrastructure Database components have been
installed, navigate to $FIC_DB_HOME/bin and execute the command to start
"Agent server":
./agentstartup.sh
Or
- Start Back-end services using the command:
nohup ./agentstartup.sh &
- On the machine on which Infrastructure Database components have been
installed, navigate to $FIC_DB_HOME/bin and execute the command to start
"Agent server":
Note:
This agent internally starts the Router, Message Server, OLAP data server and AM services.