Run the TA Server Readiness Validator
Run the TA Server Readiness Validator after completing either automated or manual server preparation, and validate that all server requirements are met before installation.
Before you begin
-
Make sure you have root-user privileges
-
Make sure that the /media/Verint ISO is still mounted
Procedure
-
Do one of the following:
-
If you completed automated server preparation, go to step 4.
-
If you completed manual server preparation, continue from step 2.
-
-
If you do not have the TAS ISO file stored locally, download the ISO file from Verint Connect:
-
Go to Verint Connect at https://connect.verint.com.
-
Under Support, select Support Home.
-
From the right pane, select WFO Software Downloads (V15.2).
-
Click Text Analytics Deployment Resources.
-
-
From the Linux subfolder in the ISO file, extract the TAR and .TAR.GZ files for the TAS images:
-
As root user on the TAS Management server, create /opt/app/:
Copymkdir /opt/app/
-
Download and mount the TAR and .TAR.GZ files into /opt/app/.
-
Extract the files for the readiness validator:
Copytar -C /opt/app/ -xvf /<install_tar_iso_path>/tas-scripts.tar TAS_DRG
where:
-
<install_tar_iso_path> is the full path to the TAR files.
-
-
-
Run the TA Server Readiness Validator:
Copy./DRG_validate_report_produce.sh
-
When prompted, do the following:
-
To start the validation process, enter 1.
-
Enter the absolute path and name of the inventory file.
-
-
When the process completes, check the validation report generated in /tmp/TAS_DRG/validation:
-
Review the unified or server-specific validation report logs and fix the errors.
-
Email the Ansible_log_DRG_validation_<DATE>.log in /tmp to Customer Support or the project manager.
-
-
Optional. On any one of the TAS servers in your deployment, unmount and delete the ISO:
Copyumount /media/Verint
-
Repeat step 8 for all the other TAS servers in your deployment.