1.下载expect和tcl 下载地址:http://download.csdn.net/download/tobyaries/5754943 2.安装expect tar -zxvf tcl8.4.11-src.tar.gz tar -zxvf expect-5.43.0.tar.gz cd tc ...
分类:
其他好文 时间:
2016-09-20 16:41:01
阅读次数:
216
需要目标机器安装有 expect 命令 分成五个文件config.ini(配置文件)、id_ras.pub(公钥)、read.sh(一个函数,用于读取配置文件)、test.sh(执行文件)、run.sh(远程运行脚本) 是一个配置文件. 步骤1:读取配置文件 ip,user,pwd 步骤2:将id_ ...
分类:
系统相关 时间:
2016-09-09 11:42:41
阅读次数:
325
大纲: 1、expect环境搭建及脚本编写 概述 expect脚本详解 expect环境搭建 expect脚本实现ssh远程连接 expect脚本实现ssh远程连接(通过shell传递参数) 2、正则表达式详解及实例 详解 普通正则 扩展正则 案例 1、expect环境搭建及脚本编写 一、概述 我们... ...
分类:
其他好文 时间:
2016-09-08 06:10:36
阅读次数:
410
(Primarily authored by Dafydd James) Welcome to the QuickStart guide for Quartz. As you read this guide, expect to see details of: Downloading Quartz ...
分类:
其他好文 时间:
2016-08-29 19:37:23
阅读次数:
231
yuminstall-yrsyncyuminstall-yexpectchmoda+x2.expect./2.expect
分类:
其他好文 时间:
2016-08-29 13:11:04
阅读次数:
177
11427 Expect the ExpectedSome mathematical background. This problem asks you to compute the expected value of a randomvariable. If you haven’t seen th ...
分类:
其他好文 时间:
2016-08-29 01:34:31
阅读次数:
168
#!/bin/bash #脚本用于批量修改用户的密码,职业中没有正式接触自动化工具,但是希望自己的一些自动化运维想法能够得到同行的认可与支持,在接下来的时间,将系统学习python语言,以便能有更大突破 expec_cmd () { expect << EOF set host [lindex $a ...
分类:
其他好文 时间:
2016-08-23 14:58:27
阅读次数:
115
Shell脚本,自动化发布tomcat项目脚本、 1. vko2c_auto_build_by_scp.sh 文件内容: # start # #封装shutdown函数,关闭tomcat服务 #封装kill函数,强制关闭tomcat的进程 # 调用关闭函数与项目备份 # 使用expect , 采用s ...
分类:
系统相关 时间:
2016-08-23 14:44:20
阅读次数:
230