You can add Enhanced Full-Text Search engines after your initial start-up by issuing sp_addserver from isql:
sp_addserver server_name [, server_class [, physical_name]]
where:
server_name is the name used to address the server on your system (in this case, the Enhanced Full-Text Search engine).
server_class identifies the category of server being added. For the Enhanced Full-Text Search engine, the value is “sds”.
physical_name is the name in the interfaces file used by the server server_name.
For more information, see sp_addserver in the Reference Manual.
For example, to add a Enhanced Full-Text Search engine named BLUE, enter:
sp_addserver BLUE, sds, BLUE
After you configure and start the Enhanced Full-Text Search engine, you can use the following syntax to see if you can connect to the Enhanced Full-Text Search engine from the Adaptive Server:
server_name...sp_show_text_online
For example, to connect to a server named BLUE, enter:
BLUE...sp_show_text_online