栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

vtune自动化安装脚本

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

vtune自动化安装脚本

复制代码 代码如下:
#!/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 "accept\r"
expect "*selection*";send "3\r";
expect "*choice*"; send "2\r";
send "/root/eval_L_VT__VGXB-RDCJPN8X.lic"
expect "*Enter*"; send "rn";
expect "*selection:*"; send "1\r";
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

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/37679.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号