Changeset 3094 in MondoRescue for branches/3.0/mindi/README.ProLiant


Ignore:
Timestamp:
Mar 30, 2013, 6:04:05 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Update ProLiant support with hp-rcu and hp-fm (Gen8 and following)
File:
1 edited

Legend:

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

    r2997 r3094  
    1212-------------------------------------------------------------------------------------
    1313
     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.hp.com/SDR
     15
     16Example for a RHEL6 OS:
     17
     18wget http://downloads.linux.hp.com/SDR/downloads/bootstrap.sh
     19sh ./bootstrap.sh SPP
     20sh ./bootstrap.sh Extras
     21yum install -y hpacucli hponcfg hp-scripting-tools
     22
     23You're now ready to check your configuration by running:
     24mindi-bkphw /var/cache/mindi /etc/mindi
     25[First parameter is the directory where files will be generated,
     26 Second parameter is the configuration directory of the file deplist.d/ProLiant.conf is located]
     27
     28-------------------------------------------------------------------------------------
     29Older method:
     30
    1431If 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/
    1532
     
    2441wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/i386/8.72/hp-scripting-tools-8.70-52.rhel6.i386.rpm
    2542yum install -y (or worst case rpm -Uvh) hp-scripting-tools-8.70-52.rhel6.i386.rpm
    26 (will install hp-conrep under /sbin)
     43(will install hp-conrep or hp-rcu under /sbin)
    2744
    2845You're now ready to check your configuration by running:
Note: See TracChangeset for help on using the changeset viewer.