Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Totally restarting TS ?
nipper
We are having problems where iwserver dies. So while support tries to figure out what is happening, what is the best, guaranteed way to restart TS on SOlaris 2.8 ?
Have noticed problems with rmiregistry not being restarted, and we fumble through fixing this.
What, short of total reboot, is a way to be certain everything restarts, we try /etc/init.d/iwserver stop and start, iwreset -a after.
still have /iw-home/tools/java1.3/bin/../bin/sparc/native_threads/rmiregistry -J-Xrs 1
and /iw-home/tools/java1.3/bin/../bin/sparc/native_threads/java -server -Xbatch
running.
I noticed the openapiboot is commented out of my iw.server command.
What kicks that off ?
TS 552 and SP3
Andy
Find more posts tagged with
Comments
johnjamesmarsh
Hi,
I recently had to do a test restore before our system went live and this is what I did to shutdown/restart Teamsite:
1) Stop the following services in reverse order (iw start at S99):
S15nfs.server
S16iw.server
S50apache
S50iw.samba
S80iwod
S81iw.mtserver
S81iw.mtservletd
S89iwtcboot
S99iw.local
S99netscape
2) Check all the mounts have been removed and that nothing has hold of the required directories
3) Restart all the Teamsite services in the forward order (ie start at S15)
Once Teamsite is down you need to be sure that the NFS mount is free and that iPlanet is not holding open any files. Do a 'ps - ef |grep http' to check iPlanet has let go. Of course all this needs to be run as root.
Hope that helps
John