背景: 07-26 周五的时候 想到 看看网上有没有什么开源的项目,能将自己目前学到的知识,做个整合。 搜索下 经过对比筛选,选择了api_automatic_test https://blog.csdn.net/zouhui1003it/article/details/90342520 https ...
SaltStack管理工具允许管理员对多个操作系统创建一个一致的管理系统,包括VMware vSphere环境。 在安装saltstack的过程中,执行到 salt-key(在master中查看所有key的状态)的时候,遇到上述报错。 超 齐 全 的 解 决 攻 略 1. 在python的安装路径下 ...
分类:
其他好文 时间:
2019-07-27 00:06:30
阅读次数:
159
1、首先排查微服务,没有发现JVM异常退出;(查看启动目录是否有hs_err_pid***.log) 2、查看log日志,如图: 发现服务于下午14:11被系统kill了。 3、查找服务器上历史操作记录,如下: 发现有一个salt重启的一个动作,然后查看/var/log/message日志,发现如图 ...
分类:
其他好文 时间:
2019-07-14 14:44:50
阅读次数:
72
saltstack 安装 官网 http://repo.saltstack.com/#rhel yum install https://repo.saltstack.com/yum/redhat/salt-repo-latest.el7.noarch.rpm yum install salt-mas ...
分类:
其他好文 时间:
2019-07-08 12:05:27
阅读次数:
100
wmic /output:D:\\DOAutomationTest\\automation_do_robotframework\\installList.txt product get name ...
分类:
其他好文 时间:
2019-07-05 18:03:18
阅读次数:
97
ps -ef | grep runserver |grep -v grep | awk '{print $2}' | xargs kill -9 pgrep salt|xargs kill -9 ...
分类:
系统相关 时间:
2019-07-04 11:41:36
阅读次数:
124
https://zhuanlan.zhihu.com/p/22083601\ 感谢轮子哥点赞,这会儿消息扎堆过来了,轮带逛果然不是随便说说的…… 第二篇一个简单的Windows Automation API测试用例已经更新。 之前回答了一个问题https://www.zhihu.com/questi ...
Saltstack概念Saltstack比Puppet出来晚几年,是基于Python开发的,也是基于C/S架构,服务端master和客户端minions;Saltstack和Puppet很像,可以说Saltstatck整合了Puppet和Chef的功能,更加强大,更适合大规模批量管理服务器,并且它比Puppet更容易配置。salt特点:并行,管理的工具,Python开发的。可二次开发。salt远程
分类:
其他好文 时间:
2019-07-01 22:56:55
阅读次数:
551
一.archive模块实现系统层面的压缩包调用,支持gzip、gunzip、rar、tar、unrar、unzip等archive.cmd_unziparchive.cmd_ziparchive.gunziparchive.gziparchive.rararchive.tararchive.unrararchive.unziparchive.zipcmd模块实现远程的命令行调用执行(默认具备roo
分类:
其他好文 时间:
2019-06-28 16:40:13
阅读次数:
136
demo1 demo2 参考:https://blog.csdn.net/Hanging_Gardens/article/details/79014160 ...
分类:
编程语言 时间:
2019-06-28 00:58:07
阅读次数:
117