EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB41023: How to check the MicroStrategy Install and Log folder path in MicroStrategy Intelligence Server


Community Admin

• Strategy


When installing MicroStrategy Intelligence Server Universal in Unix environment, user needs to specify the path for Home, Install and Log directory as below:

When installing Strategy Intelligence Server Universal in Unix environment, user needs to specify the path for Home, Install and Log directory as below:
 

ka04W000000Of8UQAS_0EM4400000029jN.jpeg

 
As default, the Install and Log folders are under Home folder.
 
After installation, user may need to check those folder path to locate specific files. For example, the install.log file is under Install folder; the DSSError.log file is under Log folder and so on. In this case, user could check the Principal.sh file under /env. This file sets up Strategy application path and environment variable as below:
 
Sample Code/Error
arbor:yxia/Strategy921Sun/env>more Principal.sh
#
# define principal variables
#
MSTR_ADMIN_USER=yxia
MSTR_USER_GROUP=techcc2
 
MSTR_INSTALL_PATH="/home/yxia/Strategy921Sun/install"
MSTR_HOME_PATH="/home/yxia/Strategy921Sun"
MSTR_LOG_PATH="/home/yxia/Strategy921Sun/log"
 
MSTR_ISERVER_INSTALL_PATH="/home/yxia/Strategy921Sun/install/IntelligenceServer"
MSTR_ISERVER_HOME_PATH="/home/yxia/Strategy921Sun/IntelligenceServer"
MSTR_ISERVER_LOG_PATH="/home/yxia/Strategy921Sun/log/IntelligenceServer"
#
...
 
From the above Pricipal.sh file, it is clear to know the Home, Install and Log folder path for this installation.
 
 


Comment

0 comments

Details

Knowledge Article

Published:

June 2, 2017

Last Updated:

June 2, 2017