Menu

Red Hat Enterprise 5.4 clone failed

Help
Luca Rossi
2011-12-13
2013-04-05
<< < 1 2 (Page 2 of 2)
  • Steven Shiau

    Steven Shiau - 2012-01-23

    OK, plain text file will be easier for me to read. I perfer that than the video file.
    Thanks.

    Steven.

     
  • Luca Rossi

    Luca Rossi - 2012-01-23

    Dear Steven, I sent you an email to: steven(at)nchc.org.tw with the screenlog files and some interesting things regarding my test.

    BTW, I uploaded the file also there:
    http://www.datafilehost.com/download-fb867e8f.html

    But please, read also my mail where I described all the important steps done during the test, and what I discovered!

    BR
    Gianluca

     
  • Pavlo Vovk

    Pavlo Vovk - 2012-07-15

    I have the same problem with our BL460c G1 over here. Obviously the problem is in the way Clonezilla is handling/saving the CCISS device names. I'm only able to save the image if I comment out the following section out of ocs-functions file:

        FND_PV="no"
        for i in $target; do
          if [ -n "$(LC_ALL=C stat --printf="%N\n" /dev/$i | awk -F" " '{print $NF}' | sed -r -e "s|\`||g" -e "s|'||g" | grep -Ew "${DEV##*/}")" ]; then
            FND_PV="yes"
            break
          fi 
        done
    

    So this check fails and i have to remove it and specifically set FND_PV to "yes". Then it all works fine.

    Let me know if you need my help to fix it, we have plenty of such hardware over here and this problem is annoying.

     
  • Luca Rossi

    Luca Rossi - 2012-07-15

    Dear madwolfa, I solved the issue reported in the first post using the following clonezilla relase (compiled by Steven):

    clonezilla-live-1.2.12-10-i686-pae.iso

    With this version I was able to full clone the BL460c internal disks.

    Hope this helps!
      

     
  • Pavlo Vovk

    Pavlo Vovk - 2012-07-15

    Thanks. For me it's easier to just enter the terminal and comment out few lines from the code every time I need to make a new image. :) Hopefully Steven will fix that in future releases.

     
  • Pavlo Vovk

    Pavlo Vovk - 2012-07-15

    I can help with the issue debug if necessary.

     
  • Pavlo Vovk

    Pavlo Vovk - 2012-07-15

    As far as I remember, this happens because "pvs" and "stat" give out different real device names for CCISS devices, so the check fails.

     
  • Luca Rossi

    Luca Rossi - 2012-07-16

    madwolfa, just for curiosity, which version are you using?
    Then, which is the exact file you modify? And please, could you explain better what you modify on that file?
    Please post an example….

    Thanks!

     
<< < 1 2 (Page 2 of 2)

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.