Automatic Upgrade script (shell)

Source: Internet
Author: User

Overview

Multiple duts are usually used during testing, saving a lot of time to upgrade the new version of the work script.

Code
#! /Bin/bash # download new version, scp to dut and upgrade # author: godlaughing url = $1 wget $ url download_dir =/root/ftpips = ('1. 1.1.1 ''' 2. 2.2.2 ''' 3. 3.3.3 ') programs = ('aa' bb 'cc') for ip in $ {ips [@]} do # get the name of the file from the url =$ (basename $ url) # Set the key to log on to scp $ name root @ $ ip: $ download_dir ssh root @ $ ip 'rpm-e XXX' ssh root @ $ ip "rpm-ivh $ download_dir/$ name" # It turns out to be aa, enable aa for pro in $ {programs [@]} do result = 'ssh root @ $ ip "pgrep $ pro" 'if [[$ result> 0]; then ssh root @ $ ip "service $ {pro} d restart> restart. log "& fi done
Usage

./Upgrades. sh http: // xxxxx/xxxx. rpm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.