Changeset 1814 in MondoRescue
- Timestamp:
- Nov 17, 2007, 5:01:59 PM (17 years ago)
- Location:
- branches/2.2.5/mindi
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi-bkphw
r1795 r1814 28 28 chomp($productname); 29 29 if ($productname =~ /proliant/i) { 30 print "Detected a n HP Proliant Server. Nice. Continue to support my job :-)\n";30 print "Detected a $productname. Nice. Continue to support my job :-)\n"; 31 31 print "Activating Proliant support for mindi\n"; 32 32 open(PROLIANT,"$confdir/proliant.files") || die "Unable to open $confdir/proliant.files"; … … 61 61 } 62 62 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"); 64 65 print SCRIPT "$tool -i $bkpdir/cpqacuxe.dat\n"; 65 66 print TOOLS "$tooldir/bld\n"; -
branches/2.2.5/mindi/proliant.files
r1761 r1814 1 1 /usr/local/bin/hponcfg 2 2 /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.