vtune自动化安装脚本
vtune自动化安装脚本
发布时间:2016-12-28 来源:查字典编辑
摘要:复制代码代码如下:#!/bin/bash#!/usr/bin/expect-f#!/usr/bin/envbashyuminstall-ye...

复制代码 代码如下:

#!/bin/bash

#!/usr/bin/expect -f

#!/usr/bin/env bash

yum install -y expect wget

cd /root

wget http://172.16.92.99/share/tar/vtune_amplifier_xe_2013_update15.tar.gz

wget http://172.16.92.99/share/tar/EVAL_L_VT__VGXB-RDCJPN8X.lic

tar -zxvf vtune_amplifier_xe_2013_update15.tar.gz

expect -c "spawn sh /root/vtune_amplifier_xe_2013_update15/install.sh;

set timeout 5; expect "*Enter*"; send "rn";

expect "*Enter*"; send "rn";

expect "*Enter*"; send "rn";

while {1} {

expect {

"*--More--*" {send "rn"}

"*accept*" {break}

}

}

expect "*accept*"

send "acceptr"

expect "*selection*";send "3r";

expect "*choice*"; send "2r";

send "/root/EVAL_L_VT__VGXB-RDCJPN8X.lic"

expect "*Enter*"; send "rn";

expect "*selection:*"; send "1r";

expect "*Enter*"; send "rn";

set timeout 25;

expect "*Enter*"; send "rn";

expect "*Enter*"; send "rn";

expect eof;"

rm -rf /root/*

source /opt/intel/vtune_amplifier_xe_2013/amplxe-vars.sh

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新linuxshell学习
热门linuxshell学习
脚本专栏子分类