source: MondoRescue/devel/mrmini/README.bkphw@ 2648

Last change on this file since 2648 was 2648, checked in by Bruno Cornec, 14 years ago

r3873@localhost: bruno | 2010-06-10 12:28:15 +0200

  • Big renaming in progress mindi => mrmini
File size: 2.4 KB
RevLine 
[2648]1README for mondo/mrmini usage with tools to backup Hardware configuration
[1761]2
3Some Hardware Manufacturers such as HP provide tools to store the Hardware configuration of their systems, such as the BIOS setup, the RAID setup, ...
4
[2648]5mrmini has a script able to store the Hardware configuration and those parameters may be restored before launching mondorestore during the boot phase computed by mrmini, in order to re-setup the machine as the original one.
[1761]6
7For the moment, only HP Proliant systems are supported. If you have tools to allow support for other type of machines, feel free to contribute patches to that script.
8
[2648]9If you have a Proliant system you first need to get the Smart Start Scripting Toolkit. Due to licenses issues, mrmini cannot provide those tools itself. You need to get them from http://www.hp.com/servers/sstoolkit
[1761]10
[2648]11mrmini expects to find those tools under /usr/local/bin as described in the deplist.d/proliant.conf configuration file. Here are the steps to set it up correctly:
[1761]12
13Older URL:
[2091]14wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v40154/ss-scripting-toolkit-linux-1.70.tar.gz
15wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v43548/ss-scripting-toolkit-linux-1.81.tar.gz
[1761]16
17cd /tmp
[2091]18wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v44247/ss-scripting-toolkit-linux-1.90.tar.gz
[1761]19mkdir ssstk
20cd ssstk
[2091]21tar xvfz ../ss-scripting-toolkit-linux-1.90.tar.gz
[1761]22cp -a utilities/hponcfg /usr/local/bin
23cp -a utilities/conrep /usr/local/bin
24cp -a utilities/conrep.xml /usr/local/bin
25cp -a utilities/cpqacuxe/cpqacuxe /usr/local/bin
26cp -a utilities/cpqacuxe/bld /usr/local/bin
27mv /usr/local/bin/bld/*.so /usr/local/lib
28echo /usr/local/lib >> /etc/ld.so.conf
29ldconfig
30
[1832]31You're now ready to check your configuration by running:
[2648]32mrmini-bkphw /var/cache/mrmini /etc/mrmini
[1832]33[First parameter is the directory where files will be generated,
34 Second parameter is the directory of the file proliant.files is located]
[1761]35
[1832]36For these tools to work you may have to install additional packages such as hpasm and hprsm from the HP Web site, as well as some libstdc++ compatibility packages (compat-libstdc++-33 and compat-libstdc++-296 on RHEL 5 e.g.)
37
[1761]38In order to have a working hponcfg binary you also need to install the hprsm/hpasm packages from HP Web site. Refer to http://welcome.hp.com/country/us/en/support.html?pageDisplay=drivers
39
402007-05-30 Initial file
Note: See TracBrowser for help on using the repository browser.