This is a discussion on script to start portal when the machine boots. - Websphere ; Portal server is installed on AIX server. i want to start portal when the machine boots up. i have analyzed http://www.ibm.com/developerworks/ai...=105AGY06& and created a script that looks like : cd /opt/IBM/WebSphere/AppServer/bin /startNode.sh /startServer.sh WebSphere_Portal /startServer.sh server1 frcactrl load cd /opt/IBM/IBMIHS/bin ...
Portal server is installed on AIX server. i want to start portal when the machine boots up.
i have analyzed
http://www.ibm.com/developerworks/ai...=105AGY06&
and created a script that looks like :
cd /opt/IBM/WebSphere/AppServer/bin
/startNode.sh
/startServer.sh WebSphere_Portal
/startServer.sh server1
frcactrl load
cd /opt/IBM/IBMIHS/bin
/apachectl start
and i add as
mkitab "PORTALJOB:2nce:/opt/IBM/WebSphere/startPortal.sh"
when i manually run my script, it runs perfect.
but when i boot up my machine to see if the script runs, it fails...
i can see from ps aux list, however it can not be seen with deployment manager.
what is my fault? i want my script to run when the machine boots ...