07 2017 档案
摘要:一、配置邮件报警 1、脚本 # cd /usr/lib/zabbix/alertscripts # vim Sendmail.sh #!/bin/bash file=/tmp/zabbix_mail.txt echo "$3" > $file dos2unix -k $file /bin/mail
阅读全文
摘要:#!/bin/bash /usr/bin/expect << EOF spawn ssh root@60.32.0.19 expect { "yes/no*" { send "yes\r"; exp_continue } "*assword:" { send "m2a1s2u30000049\r" } } expect "root@fort2:~#" send "df -lh\r" expe...
阅读全文
摘要:1、安装ts3100磁带库驱动(我忘记安装导致不能认到磁带库)2、安装media server,连接master server3、用media server备份报错 信息:symantec NBU with status 59: access to the client was not allowe
阅读全文