Ghost Solution Suite

 View Only
Expand all | Collapse all

Problem with command line arguements for connecting to ghostcast session

  • 1.  Problem with command line arguements for connecting to ghostcast session

    Posted May 02, 2007 12:09 PM
    This is just NOT my week for trying something new...
     
    I am having issues getting ghost32.exe to successfully connect to an up and running ghostcast session.
     
    I am spawning a ghostcast session with the following command:
     
    ghostsrv.exe  g:\ghostimages\image.gho Testsession -disk1 -p1 -PART1 -n1
     
    GhostCast launches right up with all the options selected, looks great.  In the 'command line' field, it displays:
     
    -clone,mode=prestore,src=@mcTestsession,dst=1:1
     
     
    So, I try to connect from my client machine with:
     
    ghost32.exe -clone,mode=prestore,src=@mcTestsession,dst=1:1
     
    It sits for a seccond, and responds with the following error:
     
    Client and server clone switches are out of sync:
     
     client = -clone,mode=PRESTORE,src=@Testsession,dst=1
    server = -clone,mode=PRESTORE,src=@Testsession,dst=1:1
     
    Being that I copy/pasted the syntax, I don't know how it can claim that they are different, specifically the dst=1
     
    I am so confused...
     
     
     


  • 2.  RE: Problem with command line arguements for connecting to ghostcast session

    Posted May 02, 2007 12:30 PM
    Im not sure why you are using -p AND -Part
     
    If it were me I would get rid of ALL those client side settings for ghostsrv.exe and just let the ghost.exe command line you have make the decisions.  Their can be no conflict if you don't specify them on the ghostcast server.

    Message Edited by David.Poprik on 05-02-200709:30 AM