Changes between Version 121 and Version 122 of FAQ


Ignore:
Timestamp:
Oct 16, 2014, 1:28:33 AM (10 years ago)
Author:
victor gattegno
Comment:

Q36 - added /etc/mindi/mindi.conf and example

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v121 v122  
    621621(input provided by Giuseppe Grassi giuseppe.grassi2_at_italtel.it)
    622622
    623 == Q36/ Why is my SLES restore blocking at fdomain/ipmi_si ? ==
    624 
    625 You need to remove that driver from the loaded driver if you don't need it.
    626 One way is at backup time to use the DENY_MODS variable in mindi (see the example in mindi)
    627 
    628 A second way to do it, is to exclude it at restore time, by adding to the boot prompt line the parameter denymods=fdomain
    629 Example:
    630 {{{
    631 boot: nuke denymods=fdomain
    632 }}}
    633 or
     623== Q36/ Why is my SLES restore blocking at "Probing fdomain" or "Probing ipmi_si"? ==
     624
     625You need to remove that driver module from the loaded drivers if you don't need it.
     626
     627One way is at backup time to add the DENY_MODS variable in /etc/mindi/mindi.conf (see the example in /usr/sbin/mindi), example:
     628{{{
     629DENY_MODS="$DENY_MODS fdomain ipmi_si"
     630}}}
     631
     632A second way to do it, is to exclude it at restore time, by adding to the boot prompt line the parameter denymods
     633
     634Example:
     635{{{
     636boot: expert denymods=fdomain
     637}}}
     638Other example:
    634639{{{
    635640boot: nuke denymods="fdomain ipmi_si"
    636641}}}
    637 in the second case.
    638642
    639643== Q37/ Why is the mondoarchive/mondorestore GUI interface badly rendered ? ==