Deployment Solution

 View Only
  • 1.  problem restoring image from hidden partition using DS 6.9 SP1 MP1

    Posted Mar 30, 2009 07:37 AM
    Hi All,

    when trying to restore an image from a hidden (Linux) automation partition using auto:%ID%.img as the image name, I get the error "The operation was cancelled." The log file content is:

    Error description:
         The operation was cancelled.


    ==================== Technical details ====================

    Logfile = created Fri Mar 27 16:22:44 2009
      Build = rdeployt 6.9 (9020)
    Cmdline = /mnt/ds/RDeploy/Linux/rdeployt -noprompt -md -fauto:5000001.img -mcint:192.168.0.12

    Status = 2 (0x2)
    Source file = imglib/fio/splitfile.cpp
    Line number = 859 (0x35b)
    Stack trace = 0x80b5c0a 0x80b654a 0x80b66e5 0x816b8ea 0x80b8823 0x8091e03 0x809af57 0x808c1f4 0x804bac0 0x804d952 0x804e185 0x8051deb 0x805d73e 0x804edaf 0x805aee5 &Known=0x8156860
    Imaging library revision = 9020 (linux-x86-release build, Fri Oct 10 23:53:24 2008)


    saving the image to the hidden partition using the same image file name (auto:%ID%.img) works absolutely fine.

    Has anybody encountered this before and knows what I am doing wrong?

    Please let me know and Many Thanks in advance,

    Peter


  • 2.  RE: problem restoring image from hidden partition using DS 6.9 SP1 MP1

    Posted Apr 01, 2009 11:09 AM
    Hi All,

    replacing "auto:" with "/mnt/automation/" resolved this issue. Using auto: actually tries to upload an image called "auto" to the Deployment Server share and the process completes successfully. Since the filename is invalid it results in a 0 Byte file.

    Cheers,

    Peter




  • 3.  RE: problem restoring image from hidden partition using DS 6.9 SP1 MP1

    Posted Apr 01, 2009 12:34 PM
    For those of you using WinPE you can't use auto: either.
    Use C:%ID%.img
    C is the automation partition when you are booting from the hidden partition