Changeset 1233 in MondoRescue for branches/stable
- Timestamp:
- Mar 11, 2007, 3:35:20 PM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo-doc/mondorescue-howto.sgml
r1044 r1233 173 173 e-mail! Thank you. Without it we can't offer 174 174 any tangible help because you aren't either. That's what the log 175 file is for. It is located at <filename>/var/log/mondo-archive.log</filename>; and <filename>/var/log/mi indi.log</filename> or at <filename>/var/log/mondo-restore.log</filename>176 </para> 177 <para> 178 This document was originaly written by native english speakers, but is maintained by a non-native english speaker so help me correct mistaques instead of rumbling that I've done one :-)175 file is for. It is located at <filename>/var/log/mondo-archive.log</filename>; and <filename>/var/log/mindi.log</filename> or at <filename>/var/log/mondo-restore.log</filename> 176 </para> 177 <para> 178 This document was originaly written by native english speakers, but is maintained by a non-native english speaker so help me correct mistaques (sic) instead of rumbling that I've done one :-) 179 179 </para> 180 180 <para> … … 711 711 boot-time. Mondo uses fdisk, mkfs, cat, less, more, afio, gzip, 712 712 bzip2, your keyboard configuration, your glibc libraries, your 713 other libraries, your kernel, your modules, ... a lot! Mindi takes714 care of all that, so that Mondo can get on with the job of backing713 other libraries, your kernel, your modules, ... which is a lot of tools! 714 Mindi takes care of all that, so that Mondo can get on with the job of backing 715 715 up or restoring your data. 716 716 </para> … … 738 738 drives. That works for most drives but some drives just don't like 739 739 that.</para> 740 <para>Mondo Rescue has tested thousands of times on various computers.741 It worked for them.740 <para>Mondo Rescue has been tested thousands of times on various computers. 741 It has worked for them. 742 742 Thousands of users testify to Mondo's stability and its ease of 743 743 use. However, please test it on your own system before you rely on … … 858 858 Since November 2005, Hugo Rabson has tranfered the maintenance 859 859 of the Mondo Rescue suite to Andree Leidenfrost and Bruno Cornec, 860 both previous develop pers and packagers of the tool since nearly860 both previous developers and packagers of the tool since nearly 861 861 the begining. 862 862 </para> … … 948 948 <para>See Mondo's <ulink url="http://www.mondorescue.org/downloads.shtml">Download 949 949 page</ulink> for details.</para> 950 <para>Mondo requires afio, bzip2, cdrtools/cdrecord/growisofs , ncurses, newt,950 <para>Mondo requires afio, bzip2, cdrtools/cdrecord/growisofs (may be part of the dvd+rw-tools package), ncurses, newt, 951 951 isolinux/syslinux, lzo (optional), lzop (optional), mkisofs, slang, 952 952 and a few other packages.</para> … … 1029 1029 </sect1> 1030 1030 1031 <sect1 id="installation-mindi-busybox"> 1032 <title>Mindi Busybox Installation</title> 1033 <para>If you are installing from a tarball then copy it to wherever 1034 you have enough space, for example /tmp and type:</para> 1035 <para></para> 1036 <informaltable><tgroup cols="1"><tbody> 1037 <row> 1038 <entry> 1039 1040 bash# cd /tmp 1041 </entry> 1042 </row> 1043 <row> 1044 <entry> 1045 bash# tar -zxvf mindi-busybox-1.x.tgz 1046 </entry> 1047 </row> 1048 <row> 1049 <entry> 1050 bash# cd mindi-busybox-1.x 1051 </entry> 1052 </row> 1053 <row> 1054 <entry> 1055 bash# make oldconfig 1056 </entry> 1057 </row> 1058 <row> 1059 <entry> 1060 bash# make busybox 1061 </entry> 1062 </row> 1063 <row> 1064 <entry> 1065 bash# make install 1066 </entry> 1067 </row> 1068 </tbody></tgroup></informaltable> 1069 <para>This installs busybox files and symlinks into /usr/local/lib/mindi/rootfs 1070 </para> 1071 <para>Or, if you are installing from an RPM/deb then copy it to 1072 wherever you have enough space, for example /tmp and type:</para> 1073 <para></para> 1074 <informaltable><tgroup cols="1"><tbody> 1075 <row> 1076 <entry> 1077 1078 bash# rpm -Uvh /tmp/mindi-busybox-1.x-x.i386.rpm 1079 </entry> 1080 </row> 1081 <row> 1082 <entry> 1083 1084 or 1085 </entry> 1086 </row> 1087 <row> 1088 <entry> 1089 1090 bash# dpkg -i /tmp/mindi-busybox-1.x-x.deb 1091 1092 </entry> 1093 </row> 1094 </tbody></tgroup></informaltable> 1095 1096 <para>This installs busybix files and symlinks into /usr/lib/mindi/rootfs 1097 </para> 1098 </sect1> 1099 1031 1100 <sect1 id="installation-mondo"> 1032 1101 <title>Mondo Installation</title> … … 1094 1163 <para>This installs mondo into /usr/lib/mondo and installs 1095 1164 the programs into /usr/sbin</para> 1165 </sect1> 1166 1167 <sect1 id=rpm-verif> 1168 <title>RPM verifications</title> 1169 <para>For RPM based distributions (Fedora, OpenSuSE, Mandriva, ...), you may want to do this post-install in order to check the validity of your installation: 1170 <informaltable><tgroup cols="1"><tbody> 1171 <row> 1172 <entry> 1173 bash# rpm -Va mindi mondo mindi-busybox 1174 </entry> 1175 </row> 1176 </tbody></tgroup></informaltable> 1177 <para> 1178 This gives some truly obtuse output. Basically it will list all files that do NOT pass the verify tests (done on size, MD5 signature, etc). Please read rpm man page to discover the meaning of the output. 1179 </para> 1096 1180 </sect1> 1097 1181 </chapter> … … 1269 1353 1270 1354 <sect1 id="backup-recommandations"> 1271 <title>Recomm andations</title>1355 <title>Recommendations</title> 1272 1356 <itemizedlist> 1273 1357 <listitem> … … 1275 1359 compare differences following the backup). Especially shutdown 1276 1360 properly any running database on your system, as the recovery 1277 may lead to corrupted data. </para>1361 may lead to corrupted data. Or if applicable, boot to single user mode.</para> 1278 1362 </listitem> 1279 1363 <listitem> … … 1488 1572 has been done. The problem lies in the fact that cron does not allow 1489 1573 user interaction with a job. If you schedule a mondoarchive job via 1490 cron, you better be sure it needs only one media. in practical terms,1574 cron, you better be sure it needs only one media. In practical terms, 1491 1575 this means using tapes or ISOs (if CD-R(W) is your backup medium). 1492 1576 However, for tape users, there's always the possibility that the … … 1515 1599 If your backup already occupies two media, this method will allow 1516 1600 as much of the backup as possible to proceed during quiet periods. 1517 Time the backup to start wi ch enough time to complete the first media1601 Time the backup to start with enough time to complete the first media 1518 1602 shortly before the operator arrives for work. The next media can 1519 1603 be mounted and the backup completed asap and minimises the time for … … 1540 1624 of interacting via a FIFO or some such) except termination via its 1541 1625 pid. The only program that I know of that allows such interaction 1542 and serves as a wrapper for other pr rocesses is 'screen'1626 and serves as a wrapper for other processes is 'screen' 1543 1627 </para> 1544 1628 </sect2> … … 1548 1632 attach to a terminal when it first starts. This won't happen under 1549 1633 cron so screen will fail. Fortunately, screen comes with a "start 1550 detached" option.1634 detached" (-d) option. 1551 1635 </para> 1552 1636 </sect2> … … 1845 1929 <listitem><para>Wipe your drives and restore everything, 1846 1930 automatically and unattended. Warning: This does exactly what is 1847 says, so be careful lusing it.</para>1931 says, so be careful using it.</para> 1848 1932 </listitem></varlistentry> 1849 1933 <varlistentry><term>Expert</term> … … 2375 2459 </tbody></tgroup></informaltable> 2376 2460 2377 <para>I hope this manual is proving to be useful toyou.</para>2461 <para>I hope this manual was useful for you.</para> 2378 2462 </sect2> 2379 2463 </sect1> … … 2396 2480 <itemizedlist> 2397 2481 <listitem> 2398 <para>Your kernel version </para>2399 </listitem> 2400 <listitem> 2401 <para>Your Linux distro's name and version</para>2402 </listitem> 2403 <listitem> 2404 <para>Whether your kernel supports initrd and loopfs; it should!</para>2405 </listitem> 2406 <listitem> 2407 <para>What sort of PC you are using, including hard disk configurations </para>2482 <para>Your kernel version (uname -a)</para> 2483 </listitem> 2484 <listitem> 2485 <para>Your Linux distro's name and version (/etc/distro-release)</para> 2486 </listitem> 2487 <listitem> 2488 <para>Whether your kernel supports initrd and loopfs; it should! (grep -E '^CONFIG_BLK_DEV_LOOP|^CONFIG_BLK_DEV_INITRD' /usr/src/linux/.config </para> 2489 </listitem> 2490 <listitem> 2491 <para>What sort of PC you are using, including hard disk configurations (results of dmidecode, lshw, fdisk -l are useful here)</para> 2408 2492 </listitem> 2409 2493 </itemizedlist> … … 2430 2514 'mondo'. Hugo Rabson wasn't sure what to call this project. 'Faust' was one 2431 2515 idea he had, partly as a dig at his former boss who practically owned 2432 him because of his legal status at the time. In the end, He chose2516 him because of his legal status at the time. In the end, he chose 2433 2517 something short and distinctive.</para> 2434 2518 </answer> … … 2438 2522 keels over and dies. What's wrong?</para></question> 2439 2523 <answer> 2440 <para>A: It works on Red Hat 7.x/8/9, RHEL 2.1/3/4, Mandrakelinux 8.x/9.x/10.x , Debian 3.0, most flavors2524 <para>A: It works on Red Hat 7.x/8/9, RHEL 2.1/3/4, Mandrakelinux 8.x/9.x/10.x/200x, Fedora 4/5/6, Debian 3.x, most flavors 2441 2525 of SuSE/SLES, some flavors of Slackware, etc. 2442 2526 The more distributions we support, the more moving targets we have to … … 2457 2541 <para>A: Please send a copy of <filename>/var/log/mindi.log</filename> to the &ML; 2458 2542 along with a description of your distro, your kernel, etc. 2459 Oh, and before sending it, please read it as it's much easier to understand it.</para>2543 Oh, and before sending it, please read it as it is much easier to understand it.</para> 2460 2544 </answer> 2461 2545 </qandaentry> … … 2498 2582 please?</para></question> 2499 2583 <answer> 2500 <para>A: please enter the suggestion in our feature system at &WWW;2584 <para>A: Please enter the suggestion in our feature system at &WWW; 2501 2585 </para> 2502 2586 </answer> … … 2635 2719 <para>A: Recompile your kernel (or use '-k FAILSAFE'). Take a look 2636 2720 at <link linkend="overview-sysrq-kernelreq">Linux Kernel support</link> to 2637 see what you 'rekernel must support.</para>2721 see what your kernel must support.</para> 2638 2722 </answer> 2639 2723 </qandaentry> … … 2644 2728 <para>A: Recompile your kernel and add Virtual memory file system 2645 2729 support. Take a look at <link linkend="overview-sysrq-kernelreq">Linux 2646 Kernel support</link> to see what you 'rekernel must support. (Of2730 Kernel support</link> to see what your kernel must support. (Of 2647 2731 course, if your PC has less than 64MB of RAM, you could always... 2648 2732 what's the phrase? I know, upgrade your RAM!)</para> … … 2656 2740 <para>A: Your kernel must support initrd, loopfs, IDE|SCSI|USB CD-ROM's, and 2657 2741 ramdisks. Take a look at <link linkend="overview-sysrq-kernelreq">Linux 2658 Kernel support</link> to see what you 'rekernel must support. If2742 Kernel support</link> to see what your kernel must support. If 2659 2743 your kernel does not support these things, Mondo will not boot from 2660 2744 your CD. However, when running Mindi, you may choose to use _its_ … … 2714 2798 kernel and/or recompile it. Take a look at 2715 2799 <link linkend="overview-sysrq-kernelreq">Linux Kernel support</link> to see 2716 what you 'rekernel must support.</para>2800 what your kernel must support.</para> 2717 2801 </answer> 2718 2802 </qandaentry> … … 2751 2835 <answer> 2752 2836 <para>A: Recompile your kernel and add initrd support. Take a look 2753 at <link linkend="overview-sysrq-kernelreq">Linux Kernel support</link> to2754 see what you 'rekernel must support.</para>2837 at <link linkend="overview-sysrq-kernelreq">Linux Kernel support</link> to 2838 see what your kernel must support.</para> 2755 2839 </answer> 2756 2840 </qandaentry> … … 2808 2892 <question><para id="TAPENICE">Q: My tape drive 2809 2893 doesn't play nicely with Mondo at boot-time. What do I do?</para></question> 2810 <answer><para>A: Play with 'mt'. Use its setblksize and2894 <answer><para>A: Play with the 'mt' command (package mt-st). Use its setblksize and 2811 2895 defblksize switches to reconfigure your tape drive if necessary. 2812 2896 Some tape drives just are painful. If yours is one of … … 2887 2971 drives?</para></question> 2888 2972 <answer> 2889 <para>A: Yes. See above.</para> 2973 <para>A: Yes. See above.</para> 2974 <para>Of course, mondo will relay on the kernel to support your tape drive. So you should first check that your kernel found it correctly. Use for example: 2975 ine of the following commands 2976 <informaltable><tgroup cols="1"><tbody> 2977 <row> 2978 <entry> 2979 bash# dmesg | grep tape 2980 </entry> 2981 </row> 2982 <row> 2983 <entry> 2984 bash# cat /proc/scsi/scsi 2985 </entry> 2986 </row> 2987 <row> 2988 <entry> 2989 bash# mt -f /dev/st0 status 2990 </entry> 2991 </row> 2992 </tbody></tgroup></informaltable> 2993 2994 2890 2995 </answer> 2891 2996 </qandaentry> … … 2960 3065 partitions and their settings. Mondo will do the partitioning and 2961 3066 formatting for you.</para> 2962 <para>Tested Raid controllers includes all those showin donly classical devices3067 <para>Tested Raid controllers includes all those showing only classical devices 2963 3068 such as /dev/sdx, and SmartArray cciss controllers.</para> 2964 3069 </answer> … … 2971 3076 <informaltable><tgroup cols="1"><tbody> 2972 3077 <row> 2973 <entry> 2974 2975 bash# cdrecord -scanbus 2976 2977 </entry> 2978 </row> 2979 </tbody></tgroup></informaltable> 3078 <entry> 3079 bash# cdrecord -scanbus 3080 </entry> 3081 </row> 3082 </tbody></tgroup></informaltable> 3083 <para>or for ATAPI type of devices:</para> 3084 <para></para> 3085 <informaltable><tgroup cols="1"><tbody> 3086 <row> 3087 <entry> 3088 bash# cdrecord -scanbus dev=ATAPI 3089 </entry> 3090 </row> 3091 </tbody></tgroup></informaltable> 3092 <para>you may replace ATAPI by ATA in the previous line with certain cdrecord versions and hadrware configurations</para> 3093 2980 3094 2981 3095 <para>Find your CD burner's device# (e.g. '0,0,0'). Call Mondo with … … 3209 3323 <qandaentry> 3210 3324 <question> 3211 <para id="LVM" />Q: I can't nuke-restore my LVM or RAID or3325 <para id="LVM">Q: I can't nuke-restore my LVM or RAID or 3212 3326 LVM-on-RAID setup. I have to do it manually. What now?</para></question> 3213 3327 <answer> -
branches/stable/tools/livwww
r1042 r1233 87 87 ln -sf /var/www/html/mediawiki . 88 88 ln -sf /var/www/html/admin . 89 ln -sf ../video . 90 ln -sf ../audio . 89 91 90 92 # Compute News
Note:
See TracChangeset
for help on using the changeset viewer.