ProTIPS Pro/INTRALINK Installing Pro/Intralink


Method for installing Pro/Intralink 2.0 (1999350) on HP-UX 10.20
Simon Toon, 30/April/2002
 

Adjust Kernel parameters as described in the installation manual (logged in as root)

Create user "oracle" and group "dba" as primary, home directory must not be "/" - we used "/home/oracle". (Ref. TPI 35768)

Install File Server as user "oracle" (maybe this can be done as root)

Installation directory: /opt/ptci/dataserver
Start up file server using the following command: /opt/ptc/fileserver/bin/fserv_startup

Install Data Server as user "oracle" (fails)

Installation directory: /opt/ptci/dataserver
Database files loadpoint: /opt/ptci/dataserver/dbs
FileVault path: /opt/ptci/fileserver/vault1
Relink the Oracle executable as per TPI 102951:
cd $ORACLE_HOME/rdbms/lib
make -f ins_rdbms.mk ioracle
Complete the aborted installation and configuration Data Server (this is based on Pro/I 2.0 Installation Guide Appendix B page B-9)
cd $ORACLE_HOME/dbs
setenv PROI_SYS_PWD dschangeme
setenv ORA_SYS_PWD manager
setenv FS_SYS_PWD fschangeme
./install_ilink ALL ilnk INTRALINK
Here is the transcript of what happened next
eea_w26 131: setenv FS_SYS_PWD fschangeme
eea_w26 132: ./install_ilink ALL ilnk INTRALINK
 

             DO NOT REMOVE THIS WINDOW!!!

###########################################################
        Pro/INTRALINK Data Server installation

Installation parameters:

    Installation type    = "ALL"
    ORACLE_SID           = ilnk
    Database size        = SMALL
    Data files directory = /opt/ptci/dataserver/dbs
    Character set        = WE8ISO8859P1
    Language             = ENGLISH
    Language directry    = usascii
    SQL*Net service name = INTRALINK
    File server host     = eea_w26
    File server port     = 7777
    File server path     = /opt/ptci/fileserver/vault1

###########################################################
 

   Starting ORACLE database installation:

Check if database already exists  ... Checked, database does not exist
Preparing configuration files  ... OK
Creating database  ... OK
Creating data dictionary and tablespaces (10-20 minutes) ... Finished
Restarting database  ... OK
Changing password for user SYSTEM  ... OK
Creating database users and roles  ... OK
Giving EXECUTE privilege on DBMS_LOCK to PDM  ... OK

   ORACLE database installation finished.

Checking possibility to connect as PDM_PWD  ... OK
Service name "INTRALINK" was set for connection to database "ILNK"
Checking accessible tablespaces:
    Tablespace "DEVELOPMENT" - OK
    Tablespace "PDM_INDEX" - OK
    Tablespace "PDM_TABLE" - OK

Checking existance of REQUIRED schemas:
   PDM         - OK
   PDM_PWD     - OK

Checking existance of OPTIONAL schemas:
   DBLINK_APPL - OK
   WEB_APPL    - OK

Importing PDM's objects (5-10 minutes)  ... OK
Importing PDM's stored procedures (5-10 minutes)  ... OK
Droping table PDM_REVISIONS  ... OK
Importing new table PDM_REVISIONS  ...  OK
Giving privileges to PDM_PWD  ... OK
Creating synonym PDM_PWD  ... OK
Running script PDMjob.sql ... OK
Preparing scripts for using database link  ... OK
Running script exec_pdmsp_defdepuda.sql ... OK
Performing post update actions for PDM schema  ...  OK

Information about current version:

REVEXE          REVSP           REVSCH          Creation Date     Created by
--------------- --------------- --------------- ----------------- ------------
I2.0.0.12.2     I2.0.0.12.2     I2.0.0.12.2     10/04/99 18:00:08 PDM
 
 

Creating SYSPOOL:

Preparing of PDM schema for update  ...  OK
Attempt ping process on File Server  ... OK
Check possibility connect to database  ...OK
Was File Server host already registered?
   Host "eea_w26" was not registered.
Create filevault (path) on File Server ... OK
Copy ilsysprefs.txt file to File Vault  ... OK
Update SYSPOOL and SYSHOST records in the database  ... OK
Performing post update actions for PDM schema  ...  OK
Verifying SYSPOOL creation:
Information about created SYSPOOL:

   Contents of Seed Data tables : DEFAULT POOL
===========================================
POOLNAME POOLPATH                    POOLHOST
-------- --------------------------- --------
SYSPOOL  /opt/ptci/fileserver/vault1 eea_w26
 

Data integrity validation:
  Run validation script ...  OK

Check output of this script in file /opt/ptci/dataserver/dbs/valid_ins/pdmvalid.lis

  Checking tables which are Missing Sequences  ...  OK
  Checking grant on DBMS_LOCK  ...  OK

Pro/INTRALINK Data Server installation completed successfully.
eea_w26 133: 

Last updated: 21/February/2003