当前位置: 代码迷 >> Tivoli >> .profile里的环境变量不生效,请帮忙看上是咋回事
  详细解决方案

.profile里的环境变量不生效,请帮忙看上是咋回事

热度:895   发布时间:2013-02-26 00:00:00.0
.profile里的环境变量不生效,请帮忙看下是怎么回事?
aix操作系统,HACMP:
.profile内容如下:
export DSM_DIR=/usr/tivoli/tsm/client/ba/bin
export DSM_CONFIG=/usr/tivoli/tsm/client/ba/bin/dsm.opt
export DSM_LOG=/usr/tivoli/tsm/client/ba/bin
export TDPO_POTFILE==/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt
export DSMI_CONFIG=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt
**********************************************
编辑完后执行sh .profile后查看环境变量
echo $DSM_DIR 能显示出值为=/usr/tivoli/tsm/client/ba/bin
echo $DSMI_CONFIG值却为空?
   为什么DSMI_CONFIG的值会空?/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt文件是存在的
------解决方案--------------------------------------------------------
如何让.profile文件立即生效
------解决方案--------------------------------------------------------
执行一下sh .profile
---
这是7月份的了,因为后来机器又重启了,所以环境变量就有了,你试着用sh执行一下
  相关解决方案