startup of iplanet web server - secure instance

From: Anoop Kumar V (akumar@sapient.com)
Date: Mon Dec 16 2002 - 09:11:49 EST


hi all,

We use iPlanet Web server 4.1. We have 2 secure instances of the server
installed. From the browser GUI I can easily start the secure instances.
But I am trying to do the same using scripts, so that when the machine
starts up/ reboots I would have all my servers running by default. But
somehow only the non secure instances run and the secure instances fail
to startup although no error message is thrown: I am pasting the script
here, please tell me where I am going wrong...
-------------------------------
#!/usr/bin/sh

cd /apps/iplanet/https-admserv
echo "Starting iPlanet Admin server at `date`" >> adminserverstart.log
./start >> adminserverstart.log
chown webadmin:web adminserverstart.log
chmod 0644 adminserverstart.log

cd /apps/iplanet/https-lloyds-docs-232
echo "Starting https-lloyds-docs-232 instance at `date`" >>
web1start.log
./start >> web1start.log
chown webadmin:web web1start.log
chmod 0644 web1start.log

cd /apps/iplanet/https-lloyds-securedocs-232
echo "Starting https-lloyds-securedocs-232 instance at `date`" >>
web1securestart.log
./start -start lloydsoflondon >> web1securestart.log
chown webadmin:web web1securestart.log
chmod 0644 web1securestart.log

cd /apps/iplanet/https-lloyds-cmsdocs-232
echo "Starting https-lloyds-cmsdocs-232 instance at `date`" >>
cmsstart.log
./start >> cmsstart.log
chown webadmin:web cmsstart.log
chmod 0644 cmsstart.log

cd /apps/iplanet/https-lloyds-cmssecuredocs-232
echo "Starting https-lloyds-cmssecuredocs-232 instance at `date`" >>
cmssecurestart.log
./start >> cmssecurestart.log
chown webadmin:web cmssecurestart.log
chmod 0644 cmssecurestart.log
-------------------------------------------------

regards,
Anoop
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:25:28 EDT