Mondoarchive failed on CentOS 7.2
Zbynek Sykora <[email protected]>
| Newsgroups | gmane.linux.mondo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I am trying to archive my new HP ProLiant DL120 Gen9 Server, Dynamic Smart Array B140i RAID 5 Logical Drive 6 TB. By CentOS 7.2 Minimal Installation I had to enter a special driver for B140i RAID (on boot menu 'e' and inst.dd modprobe.blacklist=ahci and adding USB with driver) - Mindi test run was ok - see mindi.log I used extra space: EXTRA_SPACE=300000 I changed mindi script according some community post which fixed problem with syslinux just change the if test on lines 2213 and 2217 from: if [ $dname = "rhel" ] && [ $dver = "6" ]; then ... elif [ $dname = "rhel" ] && [ $dver = "7" ]; then ... to: if [ $dname = "rhel" -o $dname = "centos" ] && [ $dver = "6" ]; then ... elif [ $dname = "rhel" -o $dname = "centos" ] && [ $dver = "7" ]; then - Mondoarchive with following command was ok too. mondoarchive -OVn nfs://192.168.100.3:/DiskD -d /Images/neklan -E '/mnt/backup' -p 'neklan' and in my NAS location were created two iso files: /Images/neklan/neklan-1.iso /Images/neklan/neklan-1.iso see mondoarchive.log - Now I will reboot from prepared USB Stick which was created by mondoarchive and restore the whole image from NAS location /Images/neklan/ After reboot and boot from USB I can see in boot menu only "expert" option, after click on "expert" the process ends with some errors see mondorestore.log. Can you help me please? How can I restore the whole images from my NAS? Thanks Regards Zbynek ------------------------------------------------------------------------------ _______________________________________________ Mondo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mondo-devel
logs.tar.gz
(application/x-gzip, 162.5 KB) - not displayed