发新话题
打印

Aix 4.3.3 用户不能登陆cde问题

Aix 4.3.3 用户不能登陆cde问题

Aix 4.3.3 用户不能登陆cde问题

问:

我在AIX 4.3.3上建立了ORACLE用户,并进行相应的软件安装,其间登陆CDE都是正常的。
su root ,用SMIT安装JAVA包,reboot机器后,用ORACLE用户登陆时不能进入CDE,出现 dt messaging can not started之类的错误提示,
并建议检查/etc/hosts或smit mktcpip的工作。但hosts文件里的内容在此之前和之后均没有发生变化,
且可以远程telnet ORACLE用户上去(非CDE),
另外,其它用户可以登陆CDE,新建的用户也可以登陆CDE。
机器为IBM B80 ,内配有三块网卡,当前只配了并只用了一块网卡。
请哪位高手指点一下,谢谢。


答:

检查一下hosts中对于本机的IP的设置,因为CDE要对本机的IP进行解析。
另外,用df -k看一下/tmp和/var文件系统是否空间不足。


问:

可是ROOT用户及其它新建用户均可登陆CDE。
/tmp及/var下空间充足,没问题。
还请解答一下。

答:

试一试:

1. Log on as oracle
$ cd ~ (the home directory of oracle)
$ rm .Xauthority

2. Log on as root
# xhost +



check the $HOME/.dtprofile,comment out the last line DTSOURCEPROFILE=true
check the $HOME/.profile whether you define the DISPLAY,the DISPLAY should be localhost:0.0
chown -R oracle:dba $HOME,check the privilege

TOP

发新话题