安装oracle等时需要使用linux图形界面,通过xmanager4远程使用图形界面:
1) 在当前windows操作机安装Xmanager_Enterprise_4
2) 用oracle用户登录服务器启动sshd服务service sshd start
3) 修改/etc/gdm/custom.conf配置文件
vi /etc/gdm/custom.conf
在[security]区域下添加如下一行内容:
DisallowTCP=false
AllowRemoteRoot=true
在[xdmcp]区域下添加如下两行内容:
Enable=1
port=177
4) 用root登录修改.bash_profile配置文件,( XXXXXXXX是当前windows操作机的IP)
vi .bash_profile
export DISPLAY=XXXXXXXX:0.0
5) 在Xmanager Enterprise 4下点击Xshell,配置new session
本文介绍如何通过Xmanager4在Windows上远程使用Linux图形界面安装Oracle。步骤包括:安装Xmanager Enterprise_4、启动Linux服务器上的sshd服务、配置custom.conf及.bash_profile文件等。
2960

被折叠的 条评论
为什么被折叠?



