新装的P570 AIX6,XMANAGER 连接不上如何解决?
新装的P570 AIX6,
# oslevel -s
6100-06-01-1043
安装操作系统时,我是选的全新安装,装完后telnet 没什么问题。
用XMANAGER 连接不上,用netstat -an查了下 177 端口没有!,报 XDCMP connet failed错误。
我对6.1版本不熟悉,不知道是该怎么搞才能让xmanager连接图形界面。网上搜了一大堆,都没用没解决问题,所以请高手指点:
是需要安装额外的包??还是修改那些文件然后才行??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
回复 2# 尘飞扬_cq
多谢多谢,按照你的办法我操作完成,果然成功了哈哈,多谢
刚才突然找了个文档,总算是进去了,但是界面难看的很啊,跟5L差别挺大
SCCSID_BEGIN_TAG
@(#)46 1.3 src/gos/2d/XTOP_R7/app/xdm/config/README, xdmcp, gos61B, b2007_40A5
9/28/07 14:08:37
SCCSID_END_TAG
This directory contains a collection of files which describe a configuration of
xdm. Only a few of the many configuration parameters which xdm can be tuned with
are set in this configuration. Read the xdm documentation for a complete
description.
Notes on configuring xdm:
******
Secure Configuration.
The more secure default xdm configuration only allows local logins.
If remote xdm/chooser access is needed, the system administrator will need
to modify the following files:
- /usr/lib/X11/xdm/xdm-config
Comment out the line "DisplayManager.requestPort: 0"
- /usr/lib/X11/xdm/Xaccess
Uncomment the desired entries or add your own custom ones.
******
Setting up the users environment.
If you would like all of the users that log into your machine through xdm
to have their $HOME/.profile run the following can be added to the
/usr/lib/X11/xdm/Xsession file:
if [ -r $HOME/.profile ]; then
. $HOME/.profile
fi
But BEWARE. It is common for users to have commands in their .profile or
.login that may cause problems when logging in through xdm. Users should
review their .profile/.login file and remove these commands, or they
should enclose them in an "if" statement that checks for the existance
or value of the XDM_LOGIN environemt variable.