Changeset 2703 in MondoRescue for branches/2.2.10/mindi/mindi-bkphw


Ignore:
Timestamp:
Jan 27, 2011, 7:31:20 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4179@localhost: bruno | 2011-01-27 08:06:03 +0100

  • Replace usage of pvs with pvscan for speed reasons in analyze-my-lvm (still some speed optimizations to do in that script)
  • Workaround problems met on RHEL 5.2 and 5.4 around pvs command generating a list of \n separated pvs with back quotes in an unexpected way. Could be linked to a b ash bug in this context ?
  • Adds /etc/rpc and /etc/netconfig as minimal deps for mindi for latest NFS support (mdv 2010.2 at least)


Port 2.2.9 recent changes to 2.2.10
svk merge -r 4174:4178 local/mondorescue/branches/2.2.9 .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/mindi-bkphw

    r2696 r2703  
    5454        chomp($tool);
    5555        $tooldir = dirname($tool);
    56         if (! (-e $tool)) {
     56        if (! (-x $tool)) {
    5757            print "You should install the SmartStart Scripting toolkit tool $tool\nto benefit from mindi's enhanced hardware support\n";
    5858            print "Get it from http://www.hp.com/servers/sstoolkit\n";
     
    7373            print TOOLS "$tooldir/bld\n";
    7474        }
    75         if ($tool =~ /\/.hpacucli$/) {
     75        if ($tool =~ /\/hpacucli$/) {
    7676            my $dir=basename($tool);
    7777            $ret = system("export ACUXE_BIN_INSTALLATION_DIR=$dir ; export IM_CFGFILE_PATH=$dir ; export ACUXE_LOCK_FILES_DIR=$dir/locks ; $tool -c $bkpdir/hpacucli.dat");
Note: See TracChangeset for help on using the changeset viewer.