.profile 파일 예제

Profile은 UNIX 및 Linux 시스템에서 사용하는 환경변수가 저장된 파일이다. 다음은 OpenFrame/Base 설치 완료 후 .profile 파일 예이다.

# TIBERO #
export TB_HOME=/home/oframe3/tibero6_client
export TB_SID=oframe3
export PATH=.:$TB_HOME/bin:$TB_HOME/client/bin:$PATH
export LD_LIBRARY_PATH=$TB_HOME/lib:$TB_HOME/client/lib:$LD_LIBRARY_PATH

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 3.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
OPENFRAME_HOME=/home/oframe3/OpenFrame
export OPENFRAME_HOME
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 3.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 4.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
PATH="${PATH}:${OPENFRAME_HOME}/bin:${OPENFRAME_HOME}/util"
export PATH
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 4.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 5.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$OPENFRAME_HOME/lib"
export LD_LIBRARY_PATH
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 5.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 6.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
TMAXDIR=/home/oframe3/OpenFrame/core
export TMAXDIR
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 6.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 7.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
TMAX_HOST_ADDR=192.168.105.208
export TMAX_HOST_ADDR
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 7.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 8.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
TMAX_HOST_PORT=5501
export TMAX_HOST_PORT
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 8.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 9.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
PATH="${PATH}:$TMAXDIR/bin"
export PATH
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 9.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 10.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
FDLFILE=$TMAXDIR/fdl/oframe.fdl
export FDLFILE
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 10.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 11.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
TDLDIR=$TMAXDIR/tdl
export TDLDIR
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 11.
# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 12.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$TMAXDIR/lib"
export LD_LIBRARY_PATH
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 12.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 13.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
TCACHECONF=${TMAXDIR}/config/pfmtcache.cfg
export TCACHECONF
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 13.

# New environment setting added by OpenFrame_Base7.1 on Mon Mar 15 18:41:40 KST 2021 14.
# The unmodified version of this file is saved in /home/oframe3/.bash_profile1331670193.
# Do NOT modify these lines; they are used to uninstall.
PFM_ADM_LOG_DIR=${OPENFRAME_HOME}/log/sys
export PFM_ADM_LOG_DIR
# End comments by InstallAnywhere on Mon Mar 15 18:41:40 KST 2021 14.