免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1967 | 回复: 9
打印 上一主题 下一主题

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-06-11 12:07 |只看该作者 |倒序浏览
用图形界面进去有提示:
DT消息系统启动不了
检查/etc/src.sh
     /etc/hosts
    /usr/adm/inetd.sec的内容吗!

不光这样,好象好多端口的服务都没有了,我用nmap -P0 -sT localhost

以前有这些端口都启着:

Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-06-11 13:15 CST
Interesting ports on localhost (127.0.0.1):
(The 1639 ports scanned but not shown below are in state: closed)
PORT      STATE SERVICE
7/tcp     open  echo
9/tcp     open  discard
13/tcp    open  daytime
19/tcp    open  chargen
21/tcp    open  ftp
22/tcp    open  ssh
37/tcp    open  time
79/tcp    open  finger
111/tcp   open  rpcbind
512/tcp   open  exec
513/tcp   open  login
514/tcp   open  shell
515/tcp   open  printer
540/tcp   open  uucp
754/tcp   open  krb_prop
898/tcp   open  sun-manageconsole
6000/tcp  open  X11
6112/tcp  open  dtspc
7100/tcp  open  font-service
32770/tcp open  sometimes-rpc3


但现在只有:

Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-06-11 10:49 CST
Interesting ports on localhost (127.0.0.1):
(The 1655 ports scanned but not shown below are in state: closed)
PORT      STATE SERVICE
22/tcp    open  ssh
898/tcp   open  sun-manageconsole
6000/tcp  open  X11
32770/tcp open  sometimes-rpc3

(我是因为FTP 不好使了,所以才查了端口)


1开始的时候 以为什么主机名不对了!IP改了 什么的?
检查了,也想过了,没改呀?

2就开始在论坛上找帖子!
但大家的方法 好象都不行!

3我记得昨晚关机(VMWARE)的时候 好象出了 RPC 的什么错误?

4 上网找! http://www.sunhelp.org/pipermail/sunhelp/2003-April/018539.html

Step one
vi /etc/inet/inetd.conf
# Sun ToolTalk Database Server
#100083/1        tli     rpc/tcp wait root /usr/dt/bin/rpc.ttdbserverd
/usr/dt/bin/rpc.ttdbserverd
(usually you may find the above line un-commented) comment them (disabling
the service)
You must comment them
Step Two.
pgrep rpc.ttdbserverd; kill  the process
pgrep inetd ; kill the process  (do not use HUP) ; pkill pid # number or
kill -9 pid# number
Step Three
df -kF ufs |awk '{if (NR>;1) print $6 "/TT_DB"}'
use the above command and delete all the TT_DB directories from the server
do not worry about anything delete them rm -rf  TT_DB this process is fro
tool talk database clearance)
rm -f {mount point}/TT_DB/*
Step four
vi /etc/inet/inetd.conf
#100083/1        tli     rpc/tcp wait root /usr/dt/bin/rpc.ttdbserverd
/usr/dt/bin/rpc.ttdbserverd
uncomment the above line (100083/1        tli     rpc/tcp wait root
/usr/dt/bin/rpc.ttdbserverd /usr/dt/bin/rpc.ttdbserverd)
Step five
restart the  inet service (/usr/sbin/inetd -s)
Step Six
ps -ef |grep inet and rpc
if you donot get the desired results
then
Step Sever
/etc/rc2.d/ S99dtlogin stop
wait for 10 counts (technically approved)
/etc/rc2.d/S99dtlogin start
Your system shall be up and running

All the best....


按以上的内容 改完 后, 就KO 了?

我想问的是,DT消息系统启动不了,这是怎么招成的?

是不是 那个关机的RPC错误 造成的?

哈哈!虽然现在机器正常,但还是不懂原因是什么?

还有RPC 是干什么的? 有什么用呀?

老大们 请教了?

论坛徽章:
0
2 [报告]
发表于 2004-06-11 13:14 |只看该作者

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的?

UP

论坛徽章:
0
3 [报告]
发表于 2004-06-11 15:03 |只看该作者

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的?

再 度  DING !!

论坛徽章:
0
4 [报告]
发表于 2004-06-11 17:59 |只看该作者

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的?

哈哈!没人关注! 但今天开机,问题又出现了!?
各个老大请教了!关注一下呀?1

论坛徽章:
0
5 [报告]
发表于 2004-06-14 09:55 |只看该作者

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的?

哦!!!!哦!!!!!!!!!!!!!

论坛徽章:
0
6 [报告]
发表于 2004-06-14 11:36 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
7 [报告]
发表于 2004-06-14 12:01 |只看该作者

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的?

谢谢!
我以前按http://bbs.chinaunix.net/forum/6/20040604/340586.html

卸载TELNET:
# pkgrm SUNWtnetc SUNWtnetd SUNWtnetr
# cd /etc/rc2.d
# mv S71ldap.client _S71ldap.client
# mv S72inetsvc _S72inetsvc
# mv S74autofs _S74autofs
# mv S74xntpd _S74xntpd
# mv S80lp _S80lp
# mv S71rpc _S71rpc
# mv S73nfs.client _S73nfs.client

你说 是这个问题吗?

还有 按 我在第一帖子中的那样做 也可以正常使用呀?

为什么RPC 关闭了! 少了那么多的服务?

这个RPC 到底是什么?

论坛徽章:
0
8 [报告]
发表于 2004-06-14 15:14 |只看该作者

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的?

Remote Procedure Call (RPC)

我也刚刚遇到这个问题,我是通过CDE界面远程登录,用admintool安装SUNW 开发包时它不能写/etc/mnttab 文件
admintool崩溃,logout 再LOGIN时产生的,我RLOGIN也进不去,主机本地有人在用,只能等他退出来了!

论坛徽章:
0
9 [报告]
发表于 2004-06-14 16:03 |只看该作者

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的?

Remote Procedure Call (RPC)

我也刚刚遇到这个问题,我是通过CDE界面远程登录,用admintool安装SUNW 开发包时它不能写/etc/mnttab 文件
admintool崩溃,logout 再LOGIN时产生的,我RLOGIN也进不去,主机本地有人在用,只能等他退出来了!

论坛徽章:
0
10 [报告]
发表于 2004-06-14 19:18 |只看该作者

各位老大(DT消息系统启动不了,已经解决) 但这是怎么造成的?

不错,建议加精
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP