Starting the automatic indexing utility on UNIX
Change to $SYBASE/PortalSearch/autoindexer, and run:
PortalSearchautoindexer
Starting the automatic indexing utility on Windows 2000
Select Start | Settings | Control Panel | Administrative Tools.
Select Services.
When the Services dialog appears, scroll down the list, click Sybase Search – Auto Indexer to select that service, then click Start.
When the Status changes to “Started,” click the close box to exit the window.
Stopping the indexing utility on UNIX
Find the PortalSearchautoindexer
process
ID:
ps -ef | grep PortalSearchautoindexer
Kill the PortalSearchautoindexer
process:
kill -9 processID
Stopping the indexing utility in Windows 2000
Select Start | Settings | Control Panel | Administrative Tools.
Select Services.
In the Services dialog box, scroll down the list and click PortalSearchAutoindexer, then click Stop.
When the Status becomes blank, click Close.