Ghost Solution Suite

 View Only
  • 1.  Force Unicast from command line switch not working please help

    Posted Jun 07, 2007 10:29 AM
    I trying to force unicast mode on a ghost cast session. The below code is cut from a vbs script.
     
    C:\Program Files\Symantec\Ghost\ghostsrv F:\Ghost_Restore_Images\ML900_V.gho ML900V -JM=U -O1 -r
     
    Everything works except the -jm=u. 
     
    Thanks
    Dave


  • 2.  RE: Force Unicast from command line switch not working please help

    Posted Jun 07, 2007 10:33 AM
    Did you add the -JM=U to the clients as well?  It has been a long time since I used these switches so not much help but perhaps adding to the clients might do the trick?


  • 3.  RE: Force Unicast from command line switch not working please help

    Posted Jun 07, 2007 11:27 AM
    at this point all Im trying to do is start the ghostcast session from the command line.  I havent gotten to the client side yet. 


  • 4.  RE: Force Unicast from command line switch not working please help

    Posted Jun 07, 2007 11:49 AM
    Hah,
     
    Had to go look.  Ther server side command line is -UU or -UM not the -JM= that is for the clients.
     
    My command line looks like this:
     
    c:\ghost\ghostsrv.exe c:\ghost\image.gho SESSIONNAME -O5 -R -DISK1 -N10 -UM
     


  • 5.  RE: Force Unicast from command line switch not working please help

    Posted Jun 07, 2007 11:55 AM
    Dave,
    Thanks that was what I needed worked like a charm!
     
    I used to have a link or documentation I cant remember which to all the ghost switches with examples, not just the alaphabetical list.  whould you know that link or doc off hand.
     
    dave


  • 6.  RE: Force Unicast from command line switch not working please help



  • 7.  RE: Force Unicast from command line switch not working please help

    Posted Jun 07, 2007 12:16 PM
    Thanks Dave!