灾难恢复和true CDP解决方案-EchoStream for AIX

查看完整版本: 使用Xmanager登录远程SUN无响应的解决办法

qoo929 2008-6-2 15:56

使用Xmanager登录远程SUN无响应的解决办法

Solaris的设置(soalris 9),vi /etc/ssh/sshd_config 改变两个地方:

X11Forwarding yes
PermitRootLogin yes

然后找到sshd[url=http://whatis.ctocio.com.cn/searchwhatis/292/7333792.shtml]进程[/url]

# ps -ef | [url=http://whatis.ctocio.com.cn/searchwhatis/243/6093243.shtml]grep[/url] sshd
root 1021 1 0 21:19:11 ? 0:00 /usr/lib/ssh/sshd
root 1107 989 0 21:40:41 pts/4 0:00 grep sshd
# kill 1021
# /usr/lib/ssh/sshd&

启动Xmanager Enterprise里的Xstart,
[url=http://whatis.ctocio.com.cn/searchwhatis/18/5949018.shtml]session[/url]里面自己写上一个名字,以后save后可以用到;
Host里面填上远程SUN的[url=http://whatis.ctocio.com.cn/searchwhatis/191/6025691.shtml]IP[/url];
Protocol选择ssh;
User name Password 里面填上正确的用户名和口令,root也可以;
Exceution Command选择xterm(soalris);
下面的Options里面可以都打钩,然后点Run就可以了。
在弹出的窗口里面输入启动x命令就可以,比如admintool。


登录[url=http://whatis.ctocio.com.cn/searchwhatis/210/5948710.shtml]Linux[/url]的机器也可以使用这个办法,Linux缺省ssh是打开的,用起来更方便。
页: [1]
查看完整版本: 使用Xmanager登录远程SUN无响应的解决办法