Prepare TAS Application server (TAS 8)
Prepare the TAS Application server to provide text ingestion, processing, and application services, including analytics insights.
Before you begin
Procedure
-
Create the data directory to store the index, configuration, log, and transaction log files, and assign the required permissions:
-
Create the /<data_folder> directory:
Copymkdir -p /<data_folder>
where:
<data_folder> is the folder defined for data storage, and is by default opt/app/data.
-
Assign the TAS user group and the tas_app user as the owner of the directory:
Copychown -R tas_app:tas /<data_folder>
-
Assign the following permissions:
Copychmod -R 770 /<data_folder>
-
-
Optional. Install diagnostic tools for troubleshooting:
Copyyum -y install sysstat htop iotop iftop sysbench collectl
What to do next