会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kissrule
挑战生活,生活挑战你!CHOOSE ONE?
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
38
下一页
2019年7月29日
centos 7.3 iscsi登录失败问题及解决方法
摘要: -> # iscsiadm -m node -p 192.168.1.10 -lLogging in to [iface: default, target: iqn.2017-08.zettastor.iqn:3020272184128386306-0, portal: 10.0.0.223,326
阅读全文
posted @ 2019-07-29 11:55 kissrule
阅读(8438)
评论(0)
推荐(0)
2019年7月26日
linux SCSI子系统,设备名称设定
摘要: https://blog.csdn.net/keepingstudying/article/details/51740632 http://ilinuxkernel.com/?p=794 Small Computer Systems Interface (SCSI) 是一组标准集,它定义了与大量设备
阅读全文
posted @ 2019-07-26 11:53 kissrule
阅读(1441)
评论(0)
推荐(0)
2019年7月24日
非交互的ssh 密码验证 sshpass安装与使用
摘要: 使用背景:ssh登陆不能在命令行中指定密码,也不能以shell中随处可见的,sshpass 的出现,解决了这一问题。 它允许你用 -p 参数指定明文密码,然后直接登录远程服务器。 它支持密码从命令行,文件,环境变量中读取, 所以,通过sshpass实现以非交互的形式为ssh提供密码。 安装:在Cen
阅读全文
posted @ 2019-07-24 17:53 kissrule
阅读(508)
评论(0)
推荐(0)
sos-ci watch-tempest-logs.sh脚本分析
摘要: sos-ci git:(master) cat -n watch-tempest-logs.sh 1 #!/bin/bash 2 3 if [ "$#" -lt 1 ]; then 4 echo "IP address of tempest machine required" 5 exit 1 6
阅读全文
posted @ 2019-07-24 17:46 kissrule
阅读(139)
评论(0)
推荐(0)
sos-ci start-ci.sh脚本分析
摘要: 从第3行到第6行,看出此脚本的执行目录是在上一层目录。 sos-ci git:(master) cat -n start-ci.sh 1 #!/bin/bash 2 3 mkdir sos-data 4 5 cd sos-ci 6 ./set-env-to-vars.sh 7 8 COUNTER=0
阅读全文
posted @ 2019-07-24 17:40 kissrule
阅读(304)
评论(0)
推荐(0)
sos-ci run-on-vm-change-user.sh脚本分析
摘要: ➜ sos-ci git:(master) cat -n run-on-vm-change-user.sh 1 #!/bin/bash 2 3 if [ "$EUID" -ne 0 ] 4 then echo "Please run as root" 5 exit 1 6 else 7 if [ "
阅读全文
posted @ 2019-07-24 17:24 kissrule
阅读(188)
评论(0)
推荐(0)
sos-ci run-docker-container.sh脚本分析
摘要: cat -n run-docker-container.sh 1 #!/bin/bash 2 3 docker ps -a | grep sos-ci-container 4 if [ $? == 0 ]; then //如果存在 5 docker rm -f sos-ci-container //
阅读全文
posted @ 2019-07-24 16:43 kissrule
阅读(228)
评论(0)
推荐(0)
sos-ci create-template.sh脚本分析
摘要: sos-ci git:(master) cat -n create-template.sh 1 #!/bin/bash 2 3 ansible-playbook --extra-vars "ansible_sudo_pass=LOCALHOST_PASS" sos-ci/ansible/create
阅读全文
posted @ 2019-07-24 16:05 kissrule
阅读(160)
评论(0)
推荐(0)
sos-ci create-sos-vm.sh脚本分析
摘要: sos-ci git:(master) cat -n create-sos-vm.sh 1 #!/bin/bash 2 3 ansible-playbook --extra-vars "ansible_sudo_pass=LOCALHOST_PASS" sos-ci/ansible/create-s
阅读全文
posted @ 2019-07-24 16:03 kissrule
阅读(173)
评论(0)
推荐(0)
sos-ci bootstrap-jenkins-container.sh脚本分析
摘要: 1 #!/bin/bash 2 # 3 # Description: 4 # This script is for setup the jenkins dashboard. 5 # 6 # 7 # GLOBAL VARIABLES 8 # 9 if [ "$EUID" -ne 0 ] // 10 t
阅读全文
posted @ 2019-07-24 11:45 kissrule
阅读(187)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
38
下一页
公告