Installation SPSS Scoring Adapter for Teradata
1. Download and Copy the executable bin file to /tmp into Teradata database server.
2. Database changes before execute bin file:
Do the following database changes in Database before you run the executable bin file
-- User and database for Installing Scoring Adapter for Teradata
CREATE USER "IT_SPSS_SCORING_ADM" FROM "ITLoadUsers" AS
PASSWORD = "****",
PERMANENT = 0,
SPOOL = 0,
TEMPORARY = 0,
COLLATION = HOST,
ACCOUNT = '$H_ADMIN_&S&D&H',
FALLBACK,
NO BEFORE JOURNAL,
NO AFTER JOURNAL,
TIME ZONE = NULL,
DATEFORM = NULL,
DEFAULT CHARACTER SET LATIN,
DEFAULT ROLE = ALL,
PROFILE = "ITloadP";
COMMENT ON USER "IT_SPSS_SCORING_ADM" AS 'SPSS Scoring Admin User';
CREATE DATABASE "SYSLIB_AXF" FROM "SYSLIB" AS
PERMANENT = 0,
SPOOL = 0,
TEMPORARY = 0,
ACCOUNT = 'DBC',
NO FALLBACK,
NO BEFORE JOURNAL,
NO AFTER JOURNAL;
COMMENT ON DATABASE "SYSLIB_AXF" AS 'Container for all functions';
-- Provide 1GB space to SYSLIB_AXF
GRANT CHECKPOINT ON SYSLIB_AXF to BARArchiveR;
GRANT DUMP ON SYSLIB_AXF to BARArchiveR;
Grant all on SYSLIB_AXF to IT_SPSS_SCORING_ADM WITH GRANT OPTION;
MODIFY USER IT_SPSS_SCORING_ADM AS DEFAULT DATABASE="SYSLIB_AXF";
3. Start Console Installation:
# ls -lrt spss*
-rw-r----- 1 ec2-user users 150047975 Nov 16 15:33 spss_mod_scad_18.0_trda_mp_ml.bin
# chmod 777 spss_mod_scad_18.0_trda_mp_ml.bin
# ls -lrt spss*
-rwxrwxrwx 1 ec2-user users 150047975 Nov 16 15:33 spss_mod_scad_18.0_trda_mp_ml.bin
# ./spss_mod_scad_18.0_trda_mp_ml.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Graphical installers are not supported by the VM. The console mode will be used instead...
===============================================================================
Choose Locale...
----------------
1- Deutsch
->2- English
3- Español
4- Français
5- Italiano
6- Português (Brasil)
CHOOSE LOCALE BY NUMBER: 2
===============================================================================
IBM SPSS Modeler Server Scoring Adapter for Teradata(created with InstallAnywhere)
----------------------------------------------------------------------------------
Preparing CONSOLE Mode Installation...
===============================================================================
Introduction
------------
InstallAnywhere will guide you through the installation of IBM SPSS Modeler
Server Scoring Adapter for Teradata.
It is strongly recommended that you quit all programs before continuing with
this installation.
Click the 'Next' button to proceed to the next screen. If you want to change
something on a previous screen, click the 'Previous' button.
You may cancel this installation at any time by clicking the 'Cancel' button.
Licensed Materials - Property of IBM Corp. (C) Copyright IBM Corporation and
other(s) 2011, 2016. IBM, the IBM logo, ibm.com and SPSS are trademarks or
registered trademarks of International Business Machines Corp., registered in
many jurisdictions worldwide. A current list of IBM trademarks is available on
the Web at www.ibm.com/legal/copytrade.shtml. Other product and service names
might be trademarks of IBM or other companies. This Program is licensed under
the terms of the license agreement accompanying the Program. This license
agreement may be either located in a Program directory folder or library
identified as "License" or "Non_IBM_License", if applicable, or provided as a
printed license agreement. Please read the agreement carefully before using
the Program. By using the Program you agree to these terms.
PRESS <ENTER> TO CONTINUE:
===============================================================================
LICENSE INFORMATION
The Programs listed below are licensed under the following License
Information terms and conditions in addition to the Program license
terms previously agreed to by Client and IBM. If Client does not have
previously agreed to license terms in effect for the Program, the IBM
International Program License Agreement (Z125-3301-14) applies.
Program Name: IBM SPSS Modeler Server Professional 18
Program Number: 5725-A65
Program Name: IBM SPSS Modeler Server Professional for Non-Production
Environment 18
Program Number: 5725-A65
As described in the International Program License Agreement ("IPLA")
and this License Information, IBM grants Licensee a limited right to
use the Program. This right is limited to the level of Authorized Use,
such as a Processor Value Unit ("PVU"), a Resource Value Unit ("RVU"),
Press Enter to continue viewing the license agreement, or enter "1" to
accept the agreement, "2" to decline it, "3" to print it, or "99" to go back
to the previous screen.: 1
===============================================================================
Choose Install Folder
---------------------
Where Would You Like to Install?
Default Install Folder: /etc/opt/teradata/tdconfig/udflib/spss/cfscoring
ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
:
===============================================================================
Enter TDPid of Database
-----------------------
Please Enter the TDPID of target Database (Default: ): 127.0.0.1
===============================================================================
Enter User Name
---------------
Please the user name for database
User Name (Default: ): IT_SPSS_SCORING_ADM
===============================================================================
Enter Password
--------------
Please enter your password for database.
Please Enter the Password:
===============================================================================
Pre-Installation Summary
------------------------
Product Name:
IBM SPSS Modeler Server Scoring Adapter for Teradata
Install Folder:
/etc/opt/teradata/tdconfig/udflib/spss/cfscoring
Link Folder:
/root
Disk Space Information (for Installation Target):
Required: 298,964,243 Bytes
Available: 17,308,778,496 Bytes
PRESS <ENTER> TO CONTINUE:
===============================================================================
Ready To Install
----------------
InstallAnywhere is now ready to install IBM SPSS Modeler Server Scoring
Adapter for Teradata onto your system at the following location:
/etc/opt/teradata/tdconfig/udflib/spss/cfscoring
PRESS <ENTER> TO INSTALL:
===============================================================================
Installing...
-------------
[==================|==================|==================|==================]
[------------------|------------------|------------------|------------------]
===============================================================================
Database reset is required
--------------------------
Do you want to reset database immediately or not?
Yes to reset database immediately;
No to reset database later by manual.
->1- Yes
2- No
ENTER THE NUMBER OF THE DESIRED CHOICE, OR PRESS <ENTER> TO ACCEPT THE
DEFAULT: 1
===============================================================================
Install Complete
----------------
Congratulations! IBM SPSS Modeler Server Scoring Adapter for Teradata has been
successfully installed to:
/etc/opt/teradata/tdconfig/udflib/spss/cfscoring
PRESS <ENTER> TO EXIT THE INSTALLER:
4.Verify the Installation from Database: