home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / enolapdb.zip / envinfo.txt next >
Text File  |  2003-01-21  |  3KB  |  66 lines

  1. "profile" and "hisjava.sh" are provided for guidance, they may need to be modified to suite your environment.
  2.  
  3. You can not run OIS and Essbase under the same user account with the same environment.  The environment scripts must be run independently and can not be run consecutively as they are configured in the .profile that was sent.
  4.  
  5.  
  6. There are 3 options for configuring OLAP and OIS on the same UNIX server:
  7.  
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. Option 1: (2 user accounts)
  10.  
  11. Create 2 unique user accounts, one for OLAP and one for OIS each with the correct environment for their software.
  12. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13.  
  14. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. Option 2: (general .profile and 2 environment scripts)
  16.  
  17. Using 1 user account create a generic .profile with no OLAP/OIS parameters.  Create an OLAP environment script and an OIS environment script.
  18.  
  19. Log into a session as the OLAP user and run ONLY 1 of the environment scripts and start the corresponding product.    
  20.  
  21. Log into another session, run the other environment script, and start it's corresponding product.
  22. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23.  
  24. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. Option 3: (OLAP .profile and OIS environment script)** this is the most common    
  26.  
  27. Using 1 user account create a .profile with the appropriate OLAP parameters.  Create an OIS environment script.    
  28.  
  29. Log into a session as the OLAP user and start OLAP
  30.  
  31. Log into another session, run the OIS script, and start OIS.
  32. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33.  
  34.  
  35. The hisjava.sh script needs to be modified, see "sample hisjava.sh"
  36.  
  37.  
  38.  
  39. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  40. Port 3388 is the OIS default port and should not be busy/listening/established if the OIS server is not running.  Prior to starting OIS check the status of the server ports by running "netstat -a", the ports will be listed at the top of the output.  If 3388 is listed then another product is using that port and the conflict must be resolved before OIS can run properly.
  41.  
  42. Ensure that there are no firewalls blocking port 3388 for OIS Server, 1423 for OLAP Server, and 32768 through 33768 for the ESSSVR processes (OLAP Applications).
  43. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44.  
  45.  
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. If these suggestions do not resolve the information do the following. (For above options 2 and 3)
  49.  
  50. - Stop OLAP and OIS
  51. - log out of the UNIX box
  52. - Log back into the system as the OLAP user
  53. - Run the set command and capture the output as output1
  54.  
  55. - if using option 2
  56.    - run the OLAP environment script
  57.    - Run the set command and capture the output as output2a
  58.    - run the OIS environment script
  59.    - Run the set command and capture the output as output3
  60.    - Send output 1, 2a, 3, .profile, OLAP environment script, OIS environment script
  61.  
  62.  
  63. - if using option 3
  64. - run the OIS environment script
  65. - Run the set command and capture the output as output2b
  66. - Send output 1, 2b, .profile, OIS environment script