I'm working with TS 7.2.1 and Search on Linux (separate servers) - and I'm trying to tweak the customizations for search (FieldMapping.xml on Search side and search_custom.xml on TS side).
The instructions in the manuals indicate that you should stop and restart the index and search services - so I do:
% sudo /etc/init.d/iw.tsindex stop
... wait a couple of seconds ...
% sudo /etc/init.d/iw.tssearch stop
... wait a second ...
I then notice that the iw.tsindex.log is
still growing - and has been for several minutes (nearly 10 right now) since after I tried to stop the index service.
And if I try to issue the command (/etc/init.d/iw.tsindex stop) again - I get an error from iwndxmgrstop - which tells me to look at it's log file - which says I need to make sure the search and index server are running!
So - am I supposed to restart the search and index services (not sure if I can right now) and then run indexmgrstop and then stop and restart the search and index services again???
Or should I just get someone with 'root' privileges to kill off the index server process so I can start it all over again (I'd much rather do it "gracefully")
Any one with this specific experience have any advice?