Changeset 1814 in MondoRescue


Ignore:
Timestamp:
Nov 17, 2007, 5:01:59 PM (16 years ago)
Author:
Bruno Cornec
Message:

Improved support for Proliant on cpqacuxe

Location:
branches/2.2.5/mindi
Files:
1 deleted
2 edited

Legend:

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

    r1795 r1814  
    2828chomp($productname);
    2929if ($productname =~ /proliant/i) {
    30     print "Detected an HP Proliant Server. Nice. Continue to support my job :-)\n";
     30    print "Detected a $productname. Nice. Continue to support my job :-)\n";
    3131    print "Activating Proliant support for mindi\n";
    3232    open(PROLIANT,"$confdir/proliant.files") || die "Unable to open $confdir/proliant.files";
     
    6161        }
    6262        if ($tool =~ /\/cpqacuxe$/) {
    63             $ret = system("$tool -c $bkpdir/cpqacuxe.dat");
     63            my $dir=basename($tool);
     64            $ret = system("export ACUXE_BIN_INSTALLATION_DIR=$dir ; export IM_CFGFILE_PATH=$dir ; export ACUXE_LOCK_FILES_DIR=$dir/locks ; $tool -c $bkpdir/cpqacuxe.dat");
    6465            print SCRIPT "$tool -i $bkpdir/cpqacuxe.dat\n";
    6566            print TOOLS "$tooldir/bld\n";
  • branches/2.2.5/mindi/proliant.files

    r1761 r1814  
    11/usr/local/bin/hponcfg
    22/usr/local/bin/conrep
    3 /usr/local/bin/cpqacuxe/cpqacuxe
     3/opt/compaq/cpqacuxe/bld/.acuxebin
     4/usr/local/bin/bld/.cpqacuxe
Note: See TracChangeset for help on using the changeset viewer.