计算
弹性云服务器 ECS
Flexus云服务
裸金属服务器 BMS
弹性伸缩 AS
镜像服务 IMS
专属主机 DeH
函数工作流 FunctionGraph
云手机服务器 CPH
Huawei Cloud EulerOS
网络
虚拟私有云 VPC
弹性公网IP EIP
虚拟专用网络 VPN
弹性负载均衡 ELB
NAT网关 NAT
云专线 DC
VPC终端节点 VPCEP
云连接 CC
企业路由器 ER
企业交换机 ESW
全球加速 GA
安全与合规
安全技术与应用
Web应用防火墙 WAF
企业主机安全 HSS
云防火墙 CFW
安全云脑 SecMaster
DDoS防护 AAD
数据加密服务 DEW
数据库安全服务 DBSS
云堡垒机 CBH
数据安全中心 DSC
云证书管理服务 CCM
边缘安全 EdgeSec
威胁检测服务 MTD
CDN与智能边缘
内容分发网络 CDN
CloudPond云服务
智能边缘云 IEC
迁移
主机迁移服务 SMS
对象存储迁移服务 OMS
云数据迁移 CDM
迁移中心 MGC
大数据
MapReduce服务 MRS
数据湖探索 DLI
表格存储服务 CloudTable
云搜索服务 CSS
数据接入服务 DIS
数据仓库服务 GaussDB(DWS)
数据治理中心 DataArts Studio
数据可视化 DLV
数据湖工厂 DLF
湖仓构建 LakeFormation
企业应用
云桌面 Workspace
应用与数据集成平台 ROMA Connect
云解析服务 DNS
专属云
专属计算集群 DCC
IoT物联网
IoT物联网
设备接入 IoTDA
智能边缘平台 IEF
用户服务
账号中心
费用中心
成本中心
资源中心
企业管理
工单管理
国际站常见问题
ICP备案
我的凭证
支持计划
客户运营能力
合作伙伴支持计划
专业服务
区块链
区块链服务 BCS
Web3节点引擎服务 NES
解决方案
SAP
高性能计算 HPC
视频
视频直播 Live
视频点播 VOD
媒体处理 MPC
实时音视频 SparkRTC
数字内容生产线 MetaStudio
存储
对象存储服务 OBS
云硬盘 EVS
云备份 CBR
存储容灾服务 SDRS
高性能弹性文件服务 SFS Turbo
弹性文件服务 SFS
云硬盘备份 VBS
云服务器备份 CSBS
数据快递服务 DES
专属分布式存储服务 DSS
容器
云容器引擎 CCE
容器镜像服务 SWR
应用服务网格 ASM
华为云UCS
云容器实例 CCI
管理与监管
云监控服务 CES
统一身份认证服务 IAM
资源编排服务 RFS
云审计服务 CTS
标签管理服务 TMS
云日志服务 LTS
配置审计 Config
资源访问管理 RAM
消息通知服务 SMN
应用运维管理 AOM
应用性能管理 APM
组织 Organizations
优化顾问 OA
IAM 身份中心
云运维中心 COC
资源治理中心 RGC
应用身份管理服务 OneAccess
数据库
云数据库 RDS
文档数据库服务 DDS
数据管理服务 DAS
数据复制服务 DRS
云数据库 GeminiDB
云数据库 GaussDB
分布式数据库中间件 DDM
数据库和应用迁移 UGO
云数据库 TaurusDB
人工智能
人脸识别服务 FRS
图引擎服务 GES
图像识别 Image
内容审核 Moderation
文字识别 OCR
AI开发平台ModelArts
图像搜索 ImageSearch
对话机器人服务 CBS
华为HiLens
视频智能分析服务 VIAS
语音交互服务 SIS
应用中间件
分布式缓存服务 DCS
API网关 APIG
微服务引擎 CSE
分布式消息服务Kafka版
分布式消息服务RabbitMQ版
分布式消息服务RocketMQ版
多活高可用服务 MAS
事件网格 EG
企业协同
华为云会议 Meeting
云通信
消息&短信 MSGSMS
云生态
合作伙伴中心
云商店
开发者工具
SDK开发指南
API签名指南
Terraform
华为云命令行工具服务 KooCLI
其他
产品价格详情
系统权限
管理控制台
客户关联华为云合作伙伴须知
消息中心
公共问题
开发与运维
应用管理与运维平台 ServiceStage
软件开发生产线 CodeArts
需求管理 CodeArts Req
部署 CodeArts Deploy
性能测试 CodeArts PerfTest
编译构建 CodeArts Build
流水线 CodeArts Pipeline
制品仓库 CodeArts Artifact
测试计划 CodeArts TestPlan
代码检查 CodeArts Check
代码托管 CodeArts Repo
云应用引擎 CAE
开天aPaaS
云消息服务 KooMessage
云手机服务 KooPhone
云空间服务 KooDrive
本文导读

配置rollback_hosts_linux.sh脚本

更新时间:2024-09-05 GMT+08:00

根据提供的脚本示例,结合实际情况,修改示例中的相关配置。

前提条件

已完成准备工作

操作步骤

  1. 在执行脚本的主机上创建一个名为“rollback_hosts_linux.sh”的文件,然后将以下脚本示例的内容复制到文件中。如果您已经通过SSH连接到源端Linux主机,可以直接使用vim创建和编辑脚本文件,步骤如下:

    1. 在Vim编辑器中按 i 进入插入模式。
    2. 复制并粘贴脚本代码,完成后按 Esc。
    3. 输入 :wq 保存并退出。
    #!/bin/bash
     
    # Configuration
     
    # Log directory path: Used to store run logs, error logs, and summary logs.
    # If the directory doesn't exist, the script will create it automatically.
    LOG_DIR="/var/log/update_hosts"
     
    # Run log file path: Records detailed information about the script's execution.
    RUN_LOG="$LOG_DIR/run.log"
     
    # Error log file path: Records any errors that occur during the script's execution.
    ERROR_LOG="$LOG_DIR/error.log"
     
    # Summary log file path: Records a summary of the script's execution, including the number of successful and failed servers.
    SUMMARY_LOG="$LOG_DIR/summary.log"
     
    # CSV file path: Contains information about the target hosts (must be manually created and configured).
    CSV_FILE="target_servers.csv"
    DEFAULT_PORT=22
    SSH_TIMEOUT=10
     
    # Initialize log directory and files
    initialize_logs() {
        mkdir -p "$LOG_DIR"
        echo "========================================" >> "$RUN_LOG"
        echo "[INFO] $(date '+%Y-%m-%d %H:%M:%S') - Starting new rollback execution" >> "$RUN_LOG"
        echo "========================================" >> "$RUN_LOG"
     
        echo "========================================" >> "$ERROR_LOG"
        echo "[INFO] $(date '+%Y-%m-%d %H:%M:%S') - Starting new rollback execution" >> "$ERROR_LOG"
        echo "========================================" >> "$ERROR_LOG"
     
        echo "========================================" > "$SUMMARY_LOG"
        echo "[INFO] $(date '+%Y-%m-%d %H:%M:%S') - Starting new rollback execution" >> "$SUMMARY_LOG"
        echo "========================================" >> "$SUMMARY_LOG"
    }
     
    # Log info function
    log_info() {
        echo "[INFO] $(date '+%Y-%m-%d %H:%M:%S') - $1" | tee -a "$RUN_LOG"
    }
     
    # Log error function
    log_error() {
        echo "[ERROR] $(date '+%Y-%m-%d %H:%M:%S') - $1" | tee -a "$RUN_LOG" "$ERROR_LOG"
    }
     
    # Read server information from CSV file
    read_servers_from_csv() {
        local csv_file="$1"
        local servers=()
        local header_skipped=false
     
        if [ ! -f "$csv_file" ]; then
            log_error "CSV file '$csv_file' not found."
            exit 1
        fi
     
        # Ensure file ends with a newline character
        sed -i -e '$a\' "$csv_file"
     
        while IFS=, read -r username ip port password; do
            # Skip header row
            if [ "$header_skipped" = false ]; then
                header_skipped=true
                continue
            fi
            # Skip empty and invalid rows
            if [[ -z "$username" || -z "$ip" ]]; then
                continue
            fi
            port=${port:-$DEFAULT_PORT} # Use default port 22
            # Ensure port is numeric
            if ! [[ "$port" =~ ^[0-9]+$ ]]; then
                log_error "Invalid port '$port' for $username@$ip. Skipping this server."
                continue
            fi
            servers+=("$username@$ip:$port:$password")
        done < "$csv_file"
     
        echo "${servers[@]}"
    }
     
    # Initialize log files
    initialize_logs
     
    # Read server information from CSV file
    servers=($(read_servers_from_csv "$CSV_FILE"))
     
    # Counters for success and failure
    success_count=0
    failure_count=0
    failed_servers=()
     
    # Iterate over each server and execute rollback
    for server in "${servers[@]}"; do
      # Extract user, IP, port, and password information
      IFS=':' read -r user_host port pass <<< "$server"
      IFS='@' read -r user ip <<< "$user_host"
      
      log_info "Starting rollback for $user@$ip:$port"
     
      # Create temporary script and SSH_ASKPASS script
      tmp_script=$(mktemp)
      askpass_script=$(mktemp)
     
      cat <<EOF > "$tmp_script"
    #!/bin/bash
    # Backup hosts file
    if [ ! -f /etc/hosts.bak ]; then
      cp /etc/hosts /etc/hosts.bak
    fi
     
    # Remove old Migration-proxy section
    sed -i '/#Migration-proxy-start/,/#Migration-proxy-end/d' /etc/hosts
    EOF
     
      cat <<EOF > "$askpass_script"
    #!/bin/bash
    echo "$pass"
    EOF
     
      chmod +x "$tmp_script" "$askpass_script"
     
      # Set SSH_ASKPASS environment variable and use ssh to connect to the target machine and execute the temporary script
      export SSH_ASKPASS="$askpass_script"
      export DISPLAY=:0
     
      ssh_output=$(mktemp)
      setsid ssh -o BatchMode=no -o ConnectTimeout=$SSH_TIMEOUT -o StrictHostKeyChecking=no -p "$port" "$user@$ip" 'bash -s' < "$tmp_script" 2> "$ssh_output"
      ssh_status=$?
     
      if [ $ssh_status -eq 0 ]; then
        log_info "Rolled back hosts on $ip:$port successfully"
        ((success_count++))
      else
        ssh_error=$(cat "$ssh_output")
        case $ssh_status in
          1)
            log_error "General error occurred while rolling back hosts on $ip:$port: $ssh_error"
            ;;
          2)
            log_error "Misuse of shell builtins while rolling back hosts on $ip:$port: $ssh_error"
            ;;
          255)
            if [[ "$ssh_error" == *"Permission denied"* ]]; then
              log_error "SSH login failed for $user@$ip:$port: Permission denied (password may be incorrect or username is wrong)"
            elif [[ "$ssh_error" == *"Connection refused"* ]]; then
              log_error "SSH login failed for $user@$ip:$port: Connection refused (port may be incorrect or SSH service not running on target)"
            elif [[ "$ssh_error" == *"No route to host"* ]]; then
              log_error "SSH login failed for $user@$ip:$port: No route to host (network unreachable)"
            elif [[ "$ssh_error" == *"Host key verification failed"* ]]; then
              log_error "SSH login failed for $user@$ip:$port: Host key verification failed"
            elif [[ "$ssh_error" == *"Connection timed out"* ]]; then
              log_error "SSH login failed for $user@$ip:$port: Connection timed out"
            else
              log_error "SSH login failed for $user@$ip:$port: $ssh_error"
            fi
            ;;
          *)
            log_error "An unknown error occurred while rolling back hosts on $ip:$port: $ssh_error"
            ;;
        esac
        failed_servers+=("$user@$ip:$port")
        ((failure_count++))
      fi
     
      # Remove temporary scripts and SSH output file
      rm -f "$tmp_script" "$askpass_script" "$ssh_output"
    done
     
    # Calculate failure and success percentages
    total_count=${#servers[@]}
    failure_percentage=$(echo "scale=2; ($failure_count / $total_count) * 100" | bc)
    success_percentage=$(echo "scale=2; ($success_count / $total_count) * 100" | bc)
     
    # Output summary result and log to file
    summary_content=$(cat <<EOF
    ========================================
    [SUMMARY] $(date '+%Y-%m-%d %H:%M:%S') - Execution Rollback Summary
    ========================================
    Total number of servers: $total_count
    Number of successful rollbacks: $success_count
    Number of failed rollbacks: $failure_count
    Success rate: $success_percentage%
    Failure rate: $failure_percentage%
    ----------------------------------------
    EOF
    )
     
    if [ $failure_count -gt 0 ]; then
        summary_content+="Failed servers:\n"
        for server in "${failed_servers[@]}"; do
            summary_content+="  - $server\n"
        done
    fi
    summary_content+="========================================"
     
    # Output summary result to log file and terminal
    echo -e "$summary_content" | tee -a "$SUMMARY_LOG"
     
    log_info "Script execution completed. Check $SUMMARY_LOG for summary."

  2. 根据实际情况,修改脚本中的以下配置项参数:

    • LOG_DIR="/var/log/rollback_hosts"
      • 描述:日志目录路径。
      • 参数默认值:/var/log/rollback_hosts
      • 修改建议:修改为当前用户具有写入权限的目录路径。
      • 修改示例:LOG_DIR="/home/username/rollback_hosts_logs"
    • CSV_FILE="target_servers.csv"
      • 描述:CSV 文件路径,包含源端主机信息。
      • 参数默认值:target_servers.csv
      • 修改建议:使用绝对路径,或确保相对路径是正确的。
      • 修改示例:CSV_FILE="/home/username/configs/servers.csv"

  3. 配置项参数修改完成并保存后,在终端窗口(如果有图形化界面可以按Ctrl+Alt+T打开终端)执行脚本:

    ./rollback_hosts_linux.sh

    脚本会在终端窗口中输出日志信息,并在执行完毕后生成一个执行结果报告,可以在LOG_DIR 指定目录中的 summary.log 文件中查看。

我们使用cookie来确保您的高速浏览体验。继续浏览本站,即表示您同意我们使用cookie。 详情

文档反馈

文档反馈

意见反馈

0/500

标记内容

同时提交标记内容