linux安装HP Load Generator 11.00记录

发布时间:2020-06-19 22:35:07 作者:知止内明
来源:网络 阅读:17219

安装升级compat-libstdc++-33
步骤如下:

ast login: Wed Jan 10 15:21:01 2018 from 172.31.240.117
[root@bogon ~]# yum install compat-libstdc++-33
Loaded plugins: fastestmirror
base                                                                  | 3.6 kB  00:00:00     
epel/x86_64/metalink                                                  | 8.0 kB  00:00:00     
epel                                                                  | 4.7 kB  00:00:00     
extras                                                                | 3.4 kB  00:00:00     
updates                                                               | 3.4 kB  00:00:00     
(1/2): epel/x86_64/updateinfo                                         | 762 kB  00:00:12     
(2/2): epel/x86_64/primary_db                                         | 6.0 MB  00:00:54     
Loading mirror speeds from cached hostfile
 * base: mirrors.tuna.tsinghua.edu.cn
 * epel: mirror.dmmlabs.jp
 * extras: ftp.sjtu.edu.cn
 * updates: ftp.sjtu.edu.cn
Resolving Dependencies
--> Running transaction check
---> Package compat-libstdc++-33.x86_64 0:3.2.3-72.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================
 Package                       Arch             Version                 Repository      Size
=============================================================================================
Installing:
 compat-libstdc++-33           x86_64           3.2.3-72.el7            base           191 k

Transaction Summary
=============================================================================================
Install  1 Package

Total download size: 191 k
Installed size: 811 k
Is this ok [y/d/N]: y
Downloading packages:
compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm                           | 191 kB  00:00:06     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : compat-libstdc++-33-3.2.3-72.el7.x86_64                                   1/1 
  Verifying  : compat-libstdc++-33-3.2.3-72.el7.x86_64                                   1/1 

Installed:
  compat-libstdc++-33.x86_64 0:3.2.3-72.el7                                                  

Complete!
You have new mail in /var/spool/mail/root
[root@bogon ~]# mkdir /opt/lr
[root@bogon ~]# cd /opt/lr/
[root@bogon lr]# yum -y install gcc gcc-c++ libstdc++.so.5
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.tuna.tsinghua.edu.cn
 * epel: mirror.dmmlabs.jp
….。。
Installed:
  compat-libstdc++-33.i686 0:3.2.3-72.el7                                                                                  gcc-c++.x86_64 0:4.8.5-16.el7_4.1                                                                                 

Dependency Installed:
  glibc.i686 0:2.17-196.el7_4.2                        libgcc.i686 0:4.8.5-16.el7_4.1                        libstdc++-devel.x86_64 0:4.8.5-16.el7_4.1                        nss-softokn-freebl.i686 0:3.28.3-8.el7_4                       

Updated:
  gcc.x86_64 0:4.8.5-16.el7_4.1                                                                                                                                                                                                              

Dependency Updated:
  cpp.x86_64 0:4.8.5-16.el7_4.1      glibc.x86_64 0:2.17-196.el7_4.2      glibc-common.x86_64 0:2.17-196.el7_4.2  glibc-devel.x86_64 0:2.17-196.el7_4.2       glibc-headers.x86_64 0:2.17-196.el7_4.2  libgcc.x86_64 0:4.8.5-16.el7_4.1 
  libgomp.x86_64 0:4.8.5-16.el7_4.1  libstdc++.x86_64 0:4.8.5-16.el7_4.1  nspr.x86_64 0:4.13.1-1.0.el7_3          nss-softokn-freebl.x86_64 0:3.28.3-8.el7_4 

Complete!
You have new mail in /var/spool/mail/root

下载LoadRunner Generator for Linux安装包
解压后:
给chmod 777 -R Linux/

#再次执行:
./installer.sh

Welcome to the HP Load Generator 11.00 Setup Wizard
-------------------------------------------------------------
This wizard will guide you through the steps required to install HP Load Generator 11.00 on the computer.

WARNING: This computer program is protected by copyright law and international treaties. Unauthorized duplication or distribution of this program, or any portion of it, may result in several civil
or criminal penalties, and will be prosecuted to the maximum extent possible under the law.

> To continue, select "Next"
> To abort the setup wizard, select "Cancel"

Select [ Next[n], Cancel[c] ] : n

------------------------

-------------------------------------------------------------
LICENSE AGREEMENT
-------------------------------------------------------------

Please take a moment to read the License Agreement, located in:
/opt/lr/Linux/sequencer/resources/EULA/EULA .

>To review the full License Agreement, select "View Agreement"
>To accept the agreement terms, select "Agree"
>To go back to the previous step, select "Back"
>To abort the setup wizard, select "Cancel"

Select: [ View Agreement[v], Agree[a], Back[b], Cancel[c] ] : a
----------------------------------------------------------------------

-------------------------------------------------------------
CONFIRMATION
-------------------------------------------------------------

The HP Load Generator 11.00 features you selected for installation are:

+LoadGenerator
 -LG-11.00-Linux2.6.rpm

Size:
 255856 KB

HP Load Generator 11.00 will be installed in the following directory:
/opt/HP/HP_LoadGenerator.

If you want to install HP Load Generator 11.00 in an alternative directory, you must create a symbolic link from "/opt/HP/HP_LoadGenerator" to the alternative directory before continuing with this installation.

> To start the HP Load Generator 11.00 installation, select "Install"
> To go back to the previous step, select "Back"
> To abort the setup wizard, select "Cancel"

Select [ Install[i], Back[b], Cancel[c] ]: i

-------------------------------------------------------------------

-------------------------------------------------------------
FINISH
-------------------------------------------------------------

HP Load Generator 11.00 has been successfully installed in the /opt/HP/HP_LoadGenerator directory

LOG FILE: Install log directory:
/var/log/26.07.17_17-28-09_HP_LoadGenerator_11.00.000_iHP_log.txt

> To complete the setup wizard, select "Finish"
> To view the output log, select "View Log"

Select [ Finish[f], View Log[v] ]: f
======================================================
elect [ Finish[f], View Log[v] ]: f
[root@localhost Linux]# useradd -g 0 -s /bin/bash loadrunner
[root@localhost Linux]# cd /opt/HP/HP_LoadGenerator
[root@localhost HP_LoadGenerator]# vim env.sh
cd /opt/HP/HP_LoadGenerator 
vim env.sh

#/bin/bash
export PRODUCT_DIR=/opt/HP/HP_LoadGenerator
export M_LROOT=$PRODUCT_DIR
export LD_LIBRARY_PATH=$M_LROOT/bin:$M_LROOT/lib:/usr/lib:/usr/lib64
export DISPLAY='0.0'
export PATH=$PATH:$M_LROOT/bin

[root@localhost HP_LoadGenerator]# vim /etc/profile 
source /opt/HP/HP_LoadGenerator/env.sh

[root@localhost HP_LoadGenerator]# 

出现错误:
[loadrunner@localhost HP_LoadGenerator]$ cd /opt/HP/HP_LoadGenerator/bin 
[loadrunner@localhost bin]$ ./m_daemon_setup start
Warning : MDRV: cannot find lrun root directory . Please check your M_LROOT
Unable to format message id [-10791]
m_agent_daemon ( is down ), 
[loadrunner@localhost bin]$ 

在root目录找到.bashrc文件,添加以下几句话: 

export PRODUCT_DIR=/opt/HP/HP_LoadGenerator 

export M_LROOT=$PRODUCT_DIR 

export LD_LIBRARY_PATH=${M_LROOT}/bin 

export PATH=${M_LROOT}/bin:$PATH 
需要注消再登录后bash生效。 

==================

[loadrunner@localhost bin]$ ./m_daemon_setup start
m_agent_daemon ( 29460 ), 
[loadrunner@localhost bin]$ 

linux安装HP Load Generator 11.00记录

点击
linux安装HP Load Generator 11.00记录

使用已脚本运行:

    lr_start_transaction("dddd");

    lr_think_time(4);

    lr_output_message("好!!");

    lr_end_transaction("dddd", LR_AUTO);

提示:
Error: CCI compilation error -In file included from /tmp/brr_M1v0pM/global_dir/112991701/combined_WebHttpHtml43.c:4:
修改为:

    lr_start_transaction("dddd");

    lr_think_time(4);

    lr_output_message("good");

    lr_end_transaction("dddd", LR_AUTO);

提示::
The script <WebHttpHtml43> is from LoadRunner version <12.53.0.1203>. This does not match the load generator <192.168.47.196> version, <>. The script may not run properly on a load generator with an earlier or unidentified version.
结果:

linux安装HP Load Generator 11.00记录

查看linux:
top 显示
linux安装HP Load Generator 11.00记录

推荐阅读:
  1. 如何查询一个或多个部署集的属性列表
  2. 在指定的区域内删除一个部署集的方法

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

linux 安装 rat

上一篇:rac下 expdp 报错:ORA-31693 ORA-31617 ORA-19505 ORA-27037

下一篇:linux隐藏权限、set_uid/set_git/stick_bit、软链接硬链接

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》