Install Teradata ActiveMQ on the DSC server. If Teradata JDK is not installed on the DSC server, install it first.
- Verify Teradata JDK 11.
- Check if Teradata JDK 11 is installed:rpm -q teradata-jdk11
- If necessary, install Teradata JDK 11 by extracting then running the script:tar -zxvf teradata-jdk11__slesxx_arch.xx.xx.xx.xx-######.tar.gzrpm -ivh teradata-jdk11__xx.xx.xx.xx-######-arch.rpm
- Check if Teradata JDK 11 is installed:
- Install Teradata ActiveMQ.rpm -ivh tdactivemqslesxx_arch.xx.xx.xx.xx.rpm
- [Required] Configure Teradata ActiveMQ with the DSAPostAMQ script to optimize memory utilization:
- Extract the script:tar zxvf DSAPostAMQ_slesxx_arch.xx.xx.xx.xx-######.tar.gz
- Run the script:
- If SLES 15 run python3 tdactivemq_wrapper.py
- For others run ./tdactivemq_wrapper.py
- Extract the script: