A picture is worth a thousand words, right? How about a video? On the Modeler Support team, we thought, "Hey, why not make a few videos of the most common Modeler installations?" So we did!
While these videos are not meant as a replacement for the existing documentation, we hope they will give you a broad understanding of the installation processes.
Need an overview of installing
Modeler Client? Our Modeler Client Install video demonstrates installing the client with a network license.
[embed]https://youtu.be/CrBjA_hHRc0[/embed]
Complete Installation GuidesDetailed System RequirementsFor information on
Authorized User licenses, view our series on LicensingModeler Server on Windows? We got that.
[embed]https://youtu.be/RVoazOYKypc[/embed]
Complete Installation GuidesDetailed System RequirementsHow about
grep -i 'linux'
? See the
Modeler 17.1 Server on Linux install using Redhat Enterprise Linux 6.5.
[embed]https://youtu.be/GOSbpuKzGzs[/embed]
Complete Installation GuidesDetailed system requirementsList of commands:
ls
chmod +x spss_mod_svr_17.1_lx86_ml.bin
sudo ./spss_mod_svr_17.1_lx86_ml.bin -i console
cd /usr/IBM/SPSS/ModelerServer/17.1
ls
sudo ./modelersrv.sh start
sudo ./modelersrv.sh list
sudo ./modelersrv.sh stop
Database access is nice. Accompanying the Linux video is our
SPSS Data Access Pack (SDAP) 7.1.1 video. Install the SDAP drivers and configure Modeler to use them, all in a Linux environment.
[embed]https://youtu.be/-skeEh93scg[/embed]
Complete Installation DocumentationDataDirect Drive DocumentationODBC Best PracticesList of commands:
ls
unzip SPSS_DATA_ACCESS_PACK_7.1.1_MP_EN.zip
chmod +x Linux/SDAP_7.1_Linux64.bin
Linux/SDAP_7.1_Linux64.bin -i console
tar -xzvf SDAP711/SDAP_7.1_linux64.tar.gz -C /opt/ibm/SDAP711
cd /opt/ibm/SDAP711/
ls
chmod +x setodbcpath.sh
./setodbcpath.sh
ls
chmod +x odbc.sh
ls
cd /usr/IBM/SPSS/ModelerServer/17.1/
ls
sudo ./modelersrv.sh list
sudo nano modelersrv.sh
cd bin
ll libspssodbc.so
sudo rm -f libspssodbc.so
sudo ln -s libspssodbc_datadirect.so libspssodbc.so
ll libspssodbc.so
cd ..
sudo ./modelersrv.sh start
#install#modeler#SPSSModeler#Training#Video#WatsonStudio