Changeset 3530 in MondoRescue for branches/3.2/mindi


Ignore:
Timestamp:
Mar 9, 2016, 6:14:03 PM (9 years ago)
Author:
Bruno Cornec
Message:

Replace hp.com addresses by hpe.com ones where it makes sense

Location:
branches/3.2/mindi
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/README.ProLiant

    r3094 r3530  
    1212-------------------------------------------------------------------------------------
    1313
    14 If you have a ProLiant system you first need to get the hp-scripting-tools, hponcfg and hpacucli packages. Due to licenses issues, mindi cannot provide those tools itself. You need to get them from http://downloads.linux.hp.com/SDR
     14If you have a ProLiant system you first need to get the hp-scripting-tools, hponcfg and hpacucli packages. Due to licenses issues, mindi cannot provide those tools itself. You need to get them from http://downloads.linux.hpe.com/SDR
    1515
    1616Example for a RHEL6 OS:
    1717
    18 wget http://downloads.linux.hp.com/SDR/downloads/bootstrap.sh
    19 sh ./bootstrap.sh SPP
    20 sh ./bootstrap.sh Extras
    21 yum install -y hpacucli hponcfg hp-scripting-tools
     18wget http://downloads.linux.hpe.com/SDR/downloads/bootstrap.sh
     19sh ./bootstrap.sh spp
     20sh ./bootstrap.sh stk
     21yum install -y hpssacli hponcfg hp-scripting-tools
    2222
    2323You're now ready to check your configuration by running:
     
    2626 Second parameter is the configuration directory of the file deplist.d/ProLiant.conf is located]
    2727
    28 -------------------------------------------------------------------------------------
     28---------------------------------------------------------------------------------------
     29OLD - ODL - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD
     30---------------------------------------------------------------------------------------
    2931Older method:
    3032
    31 If you have a ProLiant system you first need to get the hp-scripting-tools, hponcfg and hpacucli packages. Due to licenses issues, mindi cannot provide those tools itself. You need to get them from http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/
     33If you have a ProLiant system you first need to get the hp-scripting-tools, hponcfg and hpacucli packages. Due to licenses issues, mindi cannot provide those tools itself. You need to get them from http://downloads.linux.hpe.com/SDR/repo/spp
    3234
    3335Example for a RHEL6 OS:
    3436
    35 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hpacucli-8.70-8.0.noarch.rpm
    36 yum install -y (or worst case rpm -Uvh) hpacucli-8.70-8.0.noarch.rpm
     37wget http://downloads.linux.hpe.com/SDR/repo/spp/RedHat/6Server/x86_64/current/hpssacli-2.30-6.0.x86_64.rpm
     38yum install -y (or worst case rpm -Uvh) hpacucli-2.30-6.0.x86_64.rpm
    3739(will install hpacuscripting under /usr/sbin)
    38 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hponcfg-3.1.1-0.noarch.rpm
    39 yum install -y (or worst case rpm -Uvh) hponcfg-3.1.1-0.noarch.rpm
     40wget http://downloads.linux.hpe.com/SDR/repo/spp/RedHat/6Server/x86_64/current/hponcfg-4.6.0-0.x86_64.rpm
     41yum install -y (or worst case rpm -Uvh) hponcfg-4.6.0-0.x86_64.rpm
    4042(will install hponcfg under /usr/sbin)
    41 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/i386/8.72/hp-scripting-tools-8.70-52.rhel6.i386.rpm
    42 yum install -y (or worst case rpm -Uvh) hp-scripting-tools-8.70-52.rhel6.i386.rpm
     43wget http://downloads.linux.hpe.com/SDR/repo/stk/RedHat/6Server/x86_64/current/hp-scripting-tools-10.30-39.rhel6.x86_64.rpm
     44yum install -y (or worst case rpm -Uvh) hp-scripting-tools-10.30-39.rhel6.x86_64.rpm
    4345(will install hp-conrep or hp-rcu under /sbin)
    4446
  • branches/3.2/mindi/deplist.d/ProLiant.conf

    r3302 r3530  
    44# Proliant extended support if available
    55
    6 # Look at http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/
     6# Look at http://downloads.linux.hpe.com/SDR/repo/spp
    77/usr/sbin/hpacuscripting
    88/opt/compaq/hpacucli/bld/.hpacuscripting
  • branches/3.2/mindi/mindi-bkphw

    r3529 r3530  
    8989    print "INFO: Activating ProLiant support for mindi\n";
    9090    print "INFO: You can install SDR packages to benefit from mindi's enhanced ProLiant support\n";
    91     print "INFO: Get them from http://downloads.linux.hp.com/SDR/\n";
     91    print "INFO: Get them from http://downloads.linux.hpe.com/SDR/\n";
    9292    open(PROLIANT,"$confdir/deplist.d/ProLiant.conf") || die "Unable to open $confdir/deplist.d/ProLiant.conf";
    9393    # generate a list of what need to be put on the backup media
  • branches/3.2/mindi/mindi-hpsa

    r3182 r3530  
    3434    print "Activating ProLiant support for mindi\n";
    3535    print "You can install SDR packages to benefit from mindi's enhanced ProLiant support\n";
    36     print "Get them from http://downloads.linux.hp.com/SDR/\n";
     36    print "Get them from http://downloads.linux.hpe.com/SDR/\n";
    3737    open(PROLIANT,"$confdir/deplist.d/ProLiant.conf") || die "Unable to open $confdir/deplist.d/ProLiant.conf";
    3838    # generate a list of what need to be put on the backup media
Note: See TracChangeset for help on using the changeset viewer.