51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2051|回复: 0
打印 上一主题 下一主题

[求助] Loadrunner agent在Linux下安装问题?

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-4-22 14:30:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
不知这里有谁在Linux下按照过loadrunner agent?

文档上介绍说要启动RSH,我怎么配置RSH都不成功,有谁知道,请告诉我,非常感谢。配置过程如下,也不知错在哪里?


Redhat Linux 9.0

[root@localhost /]# rpm -qa |grep rsh
rsh-0.17-14
rsh-server-0.17-14

通过ntsyv设置了rexec ,rlogin ,rsh三项服务自动启动。
[root@localhost /]# more /etc/xinetd.d/rsh
# default: on
# description: The rshd server is the server for the rcmd(3) routine and, \
#       consequently, for the rsh(1) program.  The server provides \
#       remote execution facilities with authentication based on \
#       privileged port numbers from trusted hosts.
service shell
{
        disable = no
        socket_type             = stream
        wait                    = no
        user                    = root
        log_on_success          += USERID
        log_on_failure          += USERID
        server                  = /usr/sbin/in.rshd
}


[root@localhost /]# more /root/.rhosts
192.168.0.108 root


[root@localhost /]# more /etc/hosts
127.0.0.1       localhost       localhost
192.168.0.108   test

# more /etc/securetty
tty10
tty11
rexec
rlogin
rsh

/etc/init.d/xinetd restart


[root@localhost /]# netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:512             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:513             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:514             0.0.0.0:*               LISTEN

[root@localhost /]# lsof -i:512
COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
xinetd  1110 root    5u  IPv4  12444       TCP *:exec (LISTEN)
[root@localhost /]# lsof -i:513
COMMAND    PID USER   FD   TYPE DEVICE SIZE NODE NAME
xinetd    1110 root    6u  IPv4  12445       TCP *:login (LISTEN)
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-10-2 03:22 , Processed in 0.080444 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表