Changeset 3530 in MondoRescue


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

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

Location:
branches/3.2
Files:
9 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
  • branches/3.2/mondo/src/restore-scripts/mondo/stabelilo-me

    r1567 r3530  
    11#!/bin/sh
    22#
    3 # 2004-03-08: First draft Bruno Cornec <Bruno.Cornec@hp.com>
     3# 2004-03-08: First draft Bruno Cornec <bruno@mondorescue.org>
    44#
    55
  • branches/3.2/mondo/test/mondo-test

    r3174 r3530  
    112112sshdir mondorescue = \$ENV{'HOME'}/ftp
    113113#
    114 pbpackager default = Big Chief <bigchief@hp.com>
     114pbpackager default = Big Chief <bigchief@hpe.com>
    115115vmport mondorescue = 2300
    116116pbparallel mondorescue = 6
  • branches/3.2/trac/trac.ini

    r1006 r3530  
    2222smtp_enabled = true
    2323smtp_replyto = trac@svn.mondorescue.org
    24 smtp_always_cc = bruno.cornec@hp.com
     24smtp_always_cc = bruno.cornec@hpe.com
    2525smtp_server = 10.3.252.29
    2626smtp_from = trac@svn.mondorescue.org
  • branches/3.2/website/index.shtml

    r2992 r3530  
    5050    <a href="http://www.mandriva.com/"><img src="/images/icon-mandriva.png" width="160" height="40" alt="Mandriva" title="Hosted on Mandriva Linux" /></a>
    5151    <a href="http://www.hpintelco.net"><img src="/images/hpisc.png" width="160" height="40" alt="HP/Intel Solution Center" title="Sponsored and hosted by the HP/Intel Solution Center" /></a>
    52     <a href="http://www.hp.com/linux"><img src="/images/hp.png" width="120" height="40" alt="Linux at HP" title="Sponsored HP" /></a>
     52    <a href="http://www.hpe.com/linux"><img src="/images/hp.png" width="120" height="40" alt="Linux at HP" title="Sponsored HP" /></a>
    5353  </div>
    5454  <div>
  • branches/3.2/website/support.shtml

    r3362 r3530  
    4242            <li><b><a href="http://www.tc2l.ca">TC2L</a></b> (Canada) - Contact: <a href="mailto:contact_at_tc2l.ca">Support Service</a></li>
    4343            <li><b><a href="http://www.miraclelinux.com">Miracle</a></b> (Japan) - Contact: <a href="mailto:robert_at_.miraclelinux.com">Support Service</a></li>
    44             <li><b><a href="http://www.hp.com/linux">Hewlett-Packard</a></b> (EMEA) - Contact: <a href="mailto:mondo_at_hp.com">TS organization</a></li>
     44            <li><b><a href="http://www.hpe.com/linux">Hewlett Packard Enterprise</a></b> (EMEA) - Contact: <a href="mailto:mondo_at_hpe.com">TS organization</a></li>
    4545    </ul></p>
    4646    <p>For commercial enhancement and consulting services around Mondo Rescue,
    4747    please contact one of the following companies:
    4848    <ul>
    49             <li><b><a href="http://www.hp.com/linux">Hewlett-Packard</a></b> - Contact: <a href="mailto:pingouin_at_hp.com">Free, Libre and Open Source Expertise Center</a></li>
     49            <li><b><a href="http://www.hpe.com/linux">Hewlett Packard Enterprise</a></b> - Contact: <a href="mailto:pingouin_at_hpe.com">Free, Libre and Open Source Expertise Center</a></li>
    5050            <li><b><a href="http://www.harmsconsulting.com/main.html">Harms Consulting</a></b> - Contact: <a href="mailto:info_at_harmsconsulting.com">Consulting Department</a></li>
    5151            <li><b><a href="http://www.instalinux.com/consulting.php">Instalinux Consulting</a></b> - Contact: <a href="mailto:chris_at_instalinux.com">Chris</a></li>
Note: See TracChangeset for help on using the changeset viewer.