Changeset 2891 in MondoRescue


Ignore:
Timestamp:
Oct 13, 2011, 7:18:35 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Improve again ProLiant HW support, by adding references to the yet to come SSSTK rpm so that conrep is called at its future right place.
Location:
branches/2.2.9/mindi
Files:
3 edited

Legend:

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

    r2882 r2891  
    33-------------------------------------------------------------------------------------
    44
    5 If you have a ProLiant system you first need to get the Smart Start Scripting Toolkit, and the hponcfg and hpacucli packages. Due to licenses issues, mindi cannot provide those tools itself. You need to get them from http://www.hp.com/servers/sstoolkit and http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/
     5If 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/
    66
    7 Mindi expects to find those tools under /usr/sbin as described in the deplist.d/ProLiant.conf configuration file. Here are the steps to set it up correctly:
     7wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hpacucli-8.70-8.0.noarch.rpm
     8yum install -y (or worst case rpm -Uvh) hpacucli-8.70-8.0.noarch.rpm
     9(will install hpacuscripting under /usr/sbin)
     10wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hponcfg-3.1.1-0.noarch.rpm
     11yum install -y (or worst case rpm -Uvh) hponcfg-3.1.1-0.noarch.rpm
     12(will install hponcfg under /usr/sbin)
     13wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/i386/8.72/hp-scripting-tools-8.70-52.rhel6.i386.rpm
     14yum install -y (or worst case rpm -Uvh) hp-scripting-tools-8.70-52.rhel6.i386.rpm
     15(will install hp-conrep under /sbin)
    816
    9 Older URL:
    10 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v40154/ss-scripting-toolkit-linux-1.70.tar.gz
    11 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v43548/ss-scripting-toolkit-linux-1.81.tar.gz
    12 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v44247/ss-scripting-toolkit-linux-1.90.tar.gz
     17You're now ready to check your configuration by running:
     18mindi-bkphw /var/cache/mindi /etc/mindi
     19[First parameter is the directory where files will be generated,
     20 Second parameter is the configuration directory of the file deplist.d/ProLiant.conf is located]
    1321
     22-------------------------------------------------------------------------------------
     23Some of these tools are also provided as part of the Smart Start Scripting Toolkit. You can get it from http://www.hp.com/servers/sstoolkit and use the following:
    1424cd /tmp
    1525wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p1221080004/v63551/ss-scripting-toolkit-linux-8.70.tar.gz
     
    1929cp -a utilities/conrep /usr/sbin
    2030cp -a utilities/conrep.xml /usr/share/conrep/conrep.xml
     31cp -a utilities/hponcfg /usr/sbin
     32cp -a utilities/hpacucli/hpacuscripting /usr/sbin
     33cp -a utilities/hpacucli/.hpacuscripting /usr/sbin
    2134
    2235# For versions <= 1.90
     
    2740ldconfig
    2841
    29 
    30 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hpacucli-8.70-8.0.noarch.rpm
    31 rpm -Uvh hpacucli-8.70-8.0.noarch.rpm
    32 (will install hpacuscripting under /usr/sbin)
    33 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hponcfg-3.1.1-0.noarch.rpm
    34 rpm -Uvh hponcfg-3.1.1-0.noarch.rpm
    35 (will install hponcfg under /usr/sbin)
    36 
    37 You're now ready to check your configuration by running:
    38 mindi-bkphw /var/cache/mindi /etc/mindi
    39 [First parameter is the directory where files will be generated,
    40  Second parameter is the configuration directory of the file deplist.d/ProLiant.conf is located]
    41 
     42-------------------------------------------------------------------------------------
     43Older URL:
     44wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v40154/ss-scripting-toolkit-linux-1.70.tar.gz
     45wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v43548/ss-scripting-toolkit-linux-1.81.tar.gz
     46wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v44247/ss-scripting-toolkit-linux-1.90.tar.gz
    4247-------------------------------------------------------------------------------------
    4348If you're making a backup with mondoarchive on a ProLiant system that you want to be able to restore using the Virtual Media function of ProLiants, then you have to ensure that the required drivers will be available at restore time.
  • branches/2.2.9/mindi/deplist.d/ProLiant.conf

    r2885 r2891  
    33#
    44# Proliant extended support if available
    5 # Look at http://www.hp.com/servers/sstoolkit
    6 # the xml file needs to go under /usr/share/conrep
    7 /usr/sbin/conrep
    85
    96# Look at http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/
     
    118/opt/compaq/hpacucli/bld/.hpacuscripting
    129/sbin/hponcfg
     10# XML file under /opt/hp/hp-scripting-tools/etc/conrep.xml
     11/sbin/hp-conrep
     12
     13# Previous method
     14# Look at http://www.hp.com/servers/sstoolkit
     15# the xml file needs to go under /usr/share/conrep
     16/usr/sbin/conrep
    1317
    1418# You may add your FW update here with a ful path - They need to be in executable mode
  • branches/2.2.9/mindi/mindi-bkphw

    r2884 r2891  
    7171        }
    7272        if ($tool =~ /\/conrep$/) {
    73             if (! -f "/usr/share/conrep/conrep.xml") {
     73            # From the package
     74            if (! -f "/opt/hp/hp-scripting-tools/etc/conrep.xml") {
     75                $ret = system("$tool -s -x /opt/hp/hp-scripting-tools/etc/conrep.xml -f$bkpdir/conrep.dat");
     76            # From the SSSTK
     77            } elsif (! -f "/usr/share/conrep/conrep.xml") {
     78                $ret = system("$tool -s -x /usr/share/conrep/conrep.xml -f$bkpdir/conrep.dat");
    7479            } else {
    75                 $ret = system("$tool -s -x /usr/share/conrep/conrep.xml -f$bkpdir/conrep.dat");
    76                 print SCRIPT "$tool -l -f$locbkpdir/conrep.dat\n";
    77                 print TOOLS "$tool.xml\n";
     80                next;
    7881            }
     82            print SCRIPT "$tool -l -f$locbkpdir/conrep.dat\n";
     83            print TOOLS "$tool.xml\n";
    7984        }
    8085        if ($tool =~ /\/hpacuscripting$/) {
Note: See TracChangeset for help on using the changeset viewer.