Changeset 3094 in MondoRescue for branches/3.0/mindi/README.ProLiant
- Timestamp:
- Mar 30, 2013, 6:04:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/README.ProLiant
r2997 r3094 12 12 ------------------------------------------------------------------------------------- 13 13 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 15 16 Example for a RHEL6 OS: 17 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 22 23 You're now ready to check your configuration by running: 24 mindi-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 ------------------------------------------------------------------------------------- 29 Older method: 30 14 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/ 15 32 … … 24 41 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/i386/8.72/hp-scripting-tools-8.70-52.rhel6.i386.rpm 25 42 yum 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) 27 44 28 45 You're now ready to check your configuration by running:
Note:
See TracChangeset
for help on using the changeset viewer.