Configure Intellicus to Start on Linux Server Boot
Use these steps to configure the daemon script on a Linux server to start Intellicus Report and Web servers at the time of a system boot.
1. Sign in to the Servigistics Application Server as the administrative user.
2. Open Intellicus/APIs/intellicus.sh in an editor.
3. Specify the home path for Intellicus where the download file was extracted. The configuration parameter to be modified is:
Intellicus_home= <path where Intellicus was untared>
4. Place the Intellicus.sh script file in the appropriate folder.
RedHat/Fedora
|
cp intellicus.sh /etc/rc.d/init.d/
|
SUSE/Debian
|
cp Iintellicus.sh /etc/init.d/
|
5. Run the following command to add this daemon process to your system start processes:
chkconfig --add Intellicus.sh
6. Run the following command to list the services and verify that the daemon process was added successfully:
chkconfig --list Intellicus.sh
7. Reboot the server.
8. Run the following command to verify that the daemon process was started:
command ps -ef