Changeset 2882 in MondoRescue for branches/2.2.9/mindi/README.ProLiant


Ignore:
Timestamp:
Oct 7, 2011, 4:16:17 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Add compatibility with the latest SSSTK + PSP content for HP ProLiant + branding homogeneous now. We only take conrep out of the SSSTK pending a package availability. Using hpacuscripting now. Review of parameters called following test made.
File:
1 moved

Legend:

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

    r2881 r2882  
    11$Id$
    22
    3 If 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.
     3-------------------------------------------------------------------------------------
     4
     5If 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/
     6
     7Mindi 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:
     8
     9Older URL:
     10wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v40154/ss-scripting-toolkit-linux-1.70.tar.gz
     11wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v43548/ss-scripting-toolkit-linux-1.81.tar.gz
     12wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v44247/ss-scripting-toolkit-linux-1.90.tar.gz
     13
     14cd /tmp
     15wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p1221080004/v63551/ss-scripting-toolkit-linux-8.70.tar.gz
     16mkdir ssstk
     17cd ssstk
     18tar xvfz ../ss-scripting-toolkit-linux-8.70.tar.gz
     19cp -a utilities/conrep /usr/sbin
     20cp -a utilities/conrep.xml /usr/share/conrep/conrep.xml
     21
     22# For versions <= 1.90
     23cp -a utilities/cpqacuxe/cpqacuxe /usr/local/bin
     24cp -a utilities/cpqacuxe/bld /usr/local/bin
     25mv /usr/local/bin/bld/*.so /usr/local/lib
     26echo /usr/local/lib >> /etc/ld.so.conf
     27ldconfig
     28
     29
     30wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hpacucli-8.70-8.0.noarch.rpm
     31rpm -Uvh hpacucli-8.70-8.0.noarch.rpm
     32(will install hpacuscripting under /usr/sbin)
     33wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hponcfg-3.1.1-0.noarch.rpm
     34rpm -Uvh hponcfg-3.1.1-0.noarch.rpm
     35(will install hponcfg under /usr/sbin)
     36
     37You're now ready to check your configuration by running:
     38mindi-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-------------------------------------------------------------------------------------
     43If 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.
    444In order to ensure that, you may want to do on 2.2.x (x < 5) versions:
    545- Edit your /usr/sbin/mindi script
Note: See TracChangeset for help on using the changeset viewer.