Installing solution datasets

Use the following procedure to install your solution datasets.

Procedure

  1. As the root or sudo user, start the installer from the directory where you uncompressed the installation package:
    $ sudo ./analytics-platform/install_telsol.sh

    The following flags may be passed to the script:

    Flag Meaning
    --dont_validate_biginsights The validation of IOP and BigInsights takes a few minutes to run. To save time, this validation step can be skipped by passing this flag.
    -h Prints a message describing the script usage and exits.
  2. When installing each use case, the installer will check for an existing installation of that use case and ask if it should be replaced with the version from the installation package. Provide the answer that applies to your situation. For example,
    -- Installing Customer Behaviours use case...
    
              Checking for existing installation of Customer Behaviours use case...
    
    WARNING: Previous installation of Customer Behaviours use case found: customer-behaviours -
    Remove? (y/n):
    Answering y will result in the removal of the existing use case. The question will be asked a second time to confirm removal. If the existing installation is removed, the installation of the new version will proceed automatically after the removal.
  3. Some use cases require data provided by the CSP to be loaded (provisioned) into the database before they are run (for example., CRM data). This data should be provided in the form of CSV files. Before attempting to provision your data, the installer will pause to ensure that these files are available in the correct directory.
    -- Loading provisioned data...
    
    Provisioning data to be loaded must be stored as CSV files in 
    /opt/tnf/apps/bis-main-var/bisprovisioning-tool/csv_files/ -
    
    if you have any data to provision, please copy it to that directory now and press any 
    key to resume...
    
    If the provisioned data CSV files have not already been copied to that directory, do 
    it now and press any key to
    
    resume the installer which will attempt to load them. It will determine which files 
    should be loaded into which
    
    tables based on the filenames and ask for confirmation that the correct files are being 
    loaded to the correct
    
    tables, e.g.,:
    
    Table to load data to ------------------- Data file
    
    cb_category ----------------------------- csv_files/cb_category_20150320.csv
    cea_unacceptable_trend_config ----------- csv_files/cea_unacceptable_trend_config_00000000.csv
    nps_cell_provisioning_table ------------- csv_files/nps_cell_provisioning_table_20150331.csv
    nps_crm_provisioning_table -------------- csv_files/nps_crm_provisioning_table_20150331.csv
    nps_device_provisioning_table ----------- csv_files/nps_device_provisioning_table_20150331.csv
    nps_survey_table ------------------------ csv_files/nps_survey_table_20150429.csv
    performance_assign_config --------------- csv_files/performance_assign_config_00000000.csv
    Load data to tables according to the list? (y/n):

    Review this information and provide the appropriate response. Upon successful installation, the following message is displayed:

    -- IBM Telecom Solutions installed completed successfully!

    The entire session is logged in install_telsol.log in the current directory.