您的位置:首页 > 运维架构 > Linux

linux安装loadrunner8.1的Generator

2013-04-22 15:14 183 查看
使用root登录 接下来就可以进行安装操作 下载LoadRunne8.1 的Linux安装程序[LoadRunner8.1 for linux]

下载地址:http://liaomin789.iteye.com/blog/1851491

安装文件拷贝到linux系统的/root目录下

[root@localhost root]# cd /root/ LoadRunner8.1

[root@localhost LoadRunner8.1]# chmod 777 *

[root@localhost LoadRunner8.1]# ./install –console 按提示操作

直接Next到完成

添加用户和环境变量 [root@localhost LoadRunner8.1]# useradd -g 0 -s /bin/csh test (用户名 如果权限不够写chmod 777 test 赋最高权限

[root@localhost LoadRunner8.1]# cat /opt/ Mercury/env.csh > /etc/.login

注意大写

不然找不到指定目录

[root@localhost LoadRunner8.1]# cat /opt/ Mercury /env.csh >~test/.cshrc [root@localhost LoadRunner8.1]# touch ~root/.rhosts ~test/.rhosts

检查运行环境在本机或使用VNC执行

[root@localhost LoadRunner8.1]# su – test

[root@localhost LoadRunner8.1]# cd /opt/ Mercury /bin/

[root@localhost bin]#./verify_generator

输出:

./verify_ge nerator ===================================================

HP Vuser Environment Verification Utility ===================================================

Product: HP LoadRunner 9.50 Version: 09.50.0000 Build: 3378 higkoolincn100ce5:

verify_generator...OK ………… …………

出现

Don't forget to make sure that the name of the controller machine is also in .rhosts 不用管他

这样就ok了。。

启动服务用新增的用户test

[root@localhost bin]#cd /opt/ Mercury /bin/

[root@localhost bin]#./m_daemon_setup start

检查是否启动

[root@localhost bin]#ps aux | grep m_agent_daemon

[root@localhost bin]#netstat -naop | grep 54345
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: