« Blackberries and nutsLeaving an online legacy »

Trackback address for this post

This is a captcha-picture. It is used to prevent mass-access by robots.
Please enter the characters from the image above. (case insensitive)

6 comments, 1 trackback

  1. § George said on :
    In a recent article Microsoft warns against using the VSS service as a means to backup Virtual Servers.

    A related MS article states that you can backup a VS if and when the machine is in a "saved" state and the .vhd .vmc and .vsv files are available for backup (http://support.microsoft.com/default.aspx?scid=kb;en-us;867590).

    If you read the KB article with the warning carefully, it actually states that VSS CAN be used with VS2005 "If you use VSS (with) support for the interfaces (that VS2005 provides to take a snapshot of the program state)".

    I'd still be carefull using this script in production without rigorous testing, but since it seems to keep to all requirements MS states for succesfully making a VS backup, it should work.

    George.
  2. from: Stall The Ball [Visitor]
    How to migrate a server from physical to virtual (P2V)
    Following from the last item about MS Virtual Server and backing it up I thought it might be a good idea to talk about how a physical MS 2003 Server can be migrated to MS Virtual Server. Equally this guide can be used to migrate physical to physical, p...
  3. § Niek Elving - Southern IT Networks Ltd Email said on :
    The script seems to have a small error.
    It pauses at "WScript.Sleep 10000"
    Then it looks if the servers are back running again and then copies the VM drives - if your VM machines take longer then the 10000 value the script does not copy the VM drives.

    change it to:

    ....' Start VM machine up from saved state
    For each objVM in virtualServer.VirtualMachines
    'See if vm machine is Saved. If so then resume
    If objVM.State = 2 then
    'Start virtual machine
    objVM.Startup
    while not objVM.State = 5
    WScript.Sleep 1000
    wend
    End If
    Next
    Set objVM = Nothing

    If Result = 0 then
    'Loop through all vm machines.....
    -------------
    now the script will wait till the machines are running before proceding...
  4. § JWT® Email said on :
    Nicely done Niek. I'm having one of those DOH! moments :)
  5. § aziz Email said on :
    I have made available a scriptlet for virtual machine backup. It is especially designed for production environment. Available as free download from http://forum.hostbreak.com/showthread.php?t=302.

    Aziz
  6. § CLO Email said on :
    Thanks so much! I'm not much of a scripter, and needed this to work, and all of my troubleshooting couldn't quite find what was causing me to get everything except the vhd files. This did the trick!
  7. § Megar said on :
    There is another line to edit:
    oExCmd.WriteLine "vshadow.exe -script=setvar1.cmd -p d:"

    Change d: to where your VM are (usually c:)

This post has 1 feedback awaiting moderation...

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)
This is a captcha-picture. It is used to prevent mass-access by robots.
Please enter the characters from the image above. (case insensitive)
Originaly designed and iconized by N.Design Studio. Ported to b2evolution by Tender Feelings