VHD file placement on an iSCSI SAN.

I am wondering about VHD file placement when creating a virtual machine. I had created my 3 VHD OS files on the SAN itself and then created and added Pass Through disks to the virtual machines once I logged into each vm. Recently I was told that I should
have created the vhd files on the physical host and then mapped the Pass Though disks on the SAN to each vm. Is that the correct way to do this? I thought the pupose of the SAN was to move your virtuals including the OS VHD files onto the SAN itself? Am I
missing the point or am I being given bad information?
Thanks
Marc

I am wondering about VHD file placement when creating a virtual machine. I had created my 3 VHD OS files on the SAN itself and then created and added Pass Through disks to the virtual machines once I logged into each vm. Recently I was told that I should
have created the vhd files on the physical host and then mapped the Pass Though disks on the SAN to each vm. Is that the correct way to do this? I thought the pupose of the SAN was to move your virtuals including the OS VHD files onto the SAN itself? Am I
missing the point or am I being given bad information?
Thanks
Marc
1) You create a LUN with your SAN (that's vendor-specific and you know better what to do).
2) You connect to that LUN with all your hypervisor initiators (configure MPIO etc). That's trivial.
3) You create a CSV on top of this LUN. See:
http://blogs.msdn.com/b/clustering/archive/2009/02/19/9433146.aspx
http://technet.microsoft.com/en-us/library/gg610692.aspx
4) You place your VMs on CSV.
5) When you need more space for VMs you just grow corresponding VHD(x). See:
http://technet.microsoft.com/en-us/library/dn282286.aspx
That's all... Good luck!
StarWind iSCSI SAN & NAS

Similar Messages

  • Windows Server 2012 - Hyper-V - iSCSI SAN - All Hyper-V Guests stops responding and extensive disk read/write

    We have a problem with one of our deployments of Windows Server 2012 Hyper-V with a 2 node cluster connected to a iSCSI SAN.
    Our setup:
    Hosts - Both run Windows Server 2012 Standard and are clustered.
    HP ProLiant G7, 24 GB RAM, 2 teamed NIC dedicated to Virtual Machines and Management, 2 teamed NIC dedicated to iSCSI storage. - This is the primary host and normaly all VMs run on this host.
    HP ProLiant G5, 20 GB RAM, 1 NIC dedicated to Virtual Machines and Management, 2 teamed NIC dedicated to iSCSI storage. - This is the secondary host that and is intended to be used in case of failure of the primary host.
    We have no antivirus on the hosts and the scheduled ShadowCopy (previous version of files) is switched of.
    iSCSI SAN:
    QNAP NAS TS-869 Pro, 8 INTEL SSDSA2CW160G3 160 GB i a RAID 5 with a Host Spare. 2 Teamed NIC.
    Switch:
    DLINK DGS-1210-16 - Both the network cards of the Hosts that are dedicated to the Storage and the Storage itself are connected to the same switch and nothing else is connected to this switch.
    Virtual Machines:
    3 Windows Server 2012 Standard - 1 DC, 1 FileServer, 1 Application Server.
    1 Windows Server 2008 Standard Exchange Server.
    All VMs are using dynamic disks (as recommended by Microsoft).
    Updates
    We have applied the most resent updates to the Hosts, WMs and iSCSI SAN about 3 weeks ago with no change in our problem and we continually update the setup.
    Normal operation
    Normally this setup works just fine and we see no real difference in speed in startup, file copy and processing speed in LoB applications of this setup compared to a single host with 2 10000 RPM Disks. Normal network speed is 10-200 Mbit, but occasionally
    we see speeds up to 400 Mbit/s of combined read/write for instance during file repair
    Our Problem
    Our problem is that for some reason all of the VMs stops responding or responds very slowly and you can for instance not send CTRL-ALT-DEL to a VM in the Hyper-V console, or for instance start task manager when already logged in.
    Symptoms (i.e. this happens, or does not happen, at the same time)
    I we look at resource monitor on the host then we see that there is often an extensive read from a VHDX of one of the VMs (40-60 Mbyte/s) and a combined write speed to many files in \HarddiskVolume5\System Volume Information\{<someguid and no file extension>}.
    See iamge below.
    The combined network speed to the iSCSI SAN is about 500-600 Mbit/s.
    When this happens it is usually during and after a VSS ShadowCopy backup, but has also happens during hours where no backup should be running (i.e. during daytime when the backup has finished hours ago according to the log files). There is however
    not that extensive writes to the backup file that is created on an external hard drive and this does not seem to happen during all backups (we have manually checked a few times, but it is hard to say since this error does not seem leave any traces in event
    viewer).
    We cannot find any indication that the VMs themself detect any problem and we see no increase of errors (for example storage related errors) in the eventlog inside the VMs.
    The QNAP uses about 50% processing Power on all cores.
    We see no dropped packets on the switch.
    (I have split the image to save horizontal space).
    Unable to recreate the problem / find definitive trigger
    We have not succeeded in recreating the problem manually by, for instance, running chkdsk or defrag in VM and Hosts, copy and remove large files to VMs, running CPU and Disk intensive operations inside a VM (for instance scan and repair a database file).
    Questions
    Why does all VMs stop responding and why is there such intensive Read/Writes to the iSCSI SAN?
    Could it be anything in our setup that cannot handle all the read/write requests? For instance the iSCSI SAN, the hosts, etc?
    What can we do about this? Should we use MultiPath IO instead of NIC teaming to the SAN, limit bandwith to the SAN, etc?

    Hi,
    > All VMs are using dynamic disks (as recommended by Microsoft).
    If this is a testing environment, it’s okay, but if this a production environment, it’s not recommended. Fixed VHDs are recommended for production instead of dynamically expanding or differencing VHDs.
    Hyper-V: Dynamic virtual hard disks are not recommended for virtual machines that run server workloads in a production environment
    http://technet.microsoft.com/en-us/library/ee941151(v=WS.10).aspx
    > This is the primary host and normaly all VMs run on this host.
    According to your posting, we know that you have Cluster Shared Volumes in the Hyper-V cluster, but why not distribute your VMs into two Hyper-V hosts.
    Use Cluster Shared Volumes in a Windows Server 2012 Failover Cluster
    http://technet.microsoft.com/en-us/library/jj612868.aspx
    > 2 teamed NIC dedicated to iSCSI storage.
    Use Microsoft MultiPath IO (MPIO) to manage multiple paths to iSCSI storage. Microsoft does not support teaming on network adapters that are used to connect to iSCSI-based storage devices. (At least it’s not supported until Windows Server 2008 R2. Although
    Windows Server 2012 has built-in network teaming feature, I don’t article which declare that Windows Server 2012 network teaming support iSCSI connection)
    Understanding Requirements for Failover Clusters
    http://technet.microsoft.com/en-us/library/cc771404.aspx
    > I have seen using MPIO suggests using different subnets, is this a requirement for using MPIO
    > or is this just a way to make sure that you do not run out of IP adressess?
    What I found is: if it is possible, isolate the iSCSI and data networks that reside on the same switch infrastructure through the use of VLANs and separate subnets. Redundant network paths from the server to the storage system via MPIO will maximize availability
    and performance. Of course you can set these two NICs in separate subnets, but I don’t think it is necessary.
    > Why should it be better to not have dedicated wireing for iSCSI and Management?
    It is recommended that the iSCSI SAN network be separated (logically or physically) from the data network workloads. This ‘best practice’ network configuration optimizes performance and reliability.
    Check that and modify cluster configuration, monitor it and give us feedback for further troubleshooting.
    For more information please refer to following MS articles:
    Volume Shadow Copy Service
    http://technet.microsoft.com/en-us/library/ee923636(WS.10).aspx
    Support for Multipath I/O (MPIO)
    http://technet.microsoft.com/en-us/library/cc770294.aspx
    Deployments and Tests in an iSCSI SAN
    http://technet.microsoft.com/en-US/library/bb649502(v=SQL.90).aspx
    Hope this helps!
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Lawrence
    TechNet Community Support

  • Recover a VHD file from a formatted volume

    Apologies if this is not the right forum.
    So I was preparing a new server to host virtual machines. This is a Dell PE r710, Dual quad-core Xeon processors, 48 GB RAM, 2x 72 GB SAS drives. The server has Hyper-V Server 2008 R2 installed. iSCSI volumes hosted in a Dell EqualLogic SAN will host the
    actual virtual machines. We have 5 of these with similar setups, 3 of which are setup in a cluster. We have 2 set aside for additional projects. These will not be clustered as they will be hosting Lync virtual machines. Anyway we have 1 server setup and working
    with 2 VM's. The 2nd server will initially host 2 additional VM's. My goal was to format the iSCSI volume on the 2nd server and prepare it to host VMs. Except I accidentally logged into the 1st server (it's one of those days - I was interrupted as I was typing
    in the server name into Remote Desktop and it auto-populated the first server instead of the 2nd) and begin formatting the volume. Needless to say Lync stopped working and the VMs crashed. I immediately recognized my mistake and stopped
    the format but obviously it was too late.
    I was hoping I could recover the data on that volume. We have a trial of this software called GetDataBack NTFS edition. It can recognize the volume ok and it can scan it and see files. Unfortunately it does not see actual VHD files. Instead what
    happens is that it sees the VHD files as separate volumes/partitions/etc and recovers the data within the VHD files. Not sure if it should do that, waiting on a response from Runtime. Kind of cool in a way if we ever needed to recover data within a VHD file.
    Anyway, does anyone know of software that can recover data from a volume but not scan the contents of the vhd file and include that data in the recovery? By this I mean I want to recover the actual VHD files, not the data within. Perhaps Virtual
    Machine Manager can do something? We do have it installed and manage our VM's with it. It would save us the trouble of re-deploying Lync. Apparently there's a lot of ADSI edits needed to undo the changes Lync did to AD/ Even migrating users back requires some
    ADSI edits. Trying to find those online someplace just in case.
    We did not have backups yet of these 2 VMS as we just recently got them setup and have moved a few users over (some of us from IT). We still had some configuration/tweaking/adjustments to make before migrating the remainder of our OCS users. I know, I know,
    backup backup backup. The SAN we have can even do snapshots of iSCSI volumes but we didn't even think of enabling it yet.
    Regardless in what happens with the VM's, I enabled Windows Server Backup and will immediately setup nightly backups once the VM's are operational again. I will also have our SAN admin enable snapshots, and just for laughs I will also enable snapshots on
    the individual VM's. We're also currently testing out Data Protection Manager. Kind of wish we already had it implemented....sigh...
    Thanks,
    Banging my head against a board with a nail in it...

    Hi,
    There are lots of data recovery tools you can use to recovery the data. You can also try to call some professional data recovery company to check whether
    they can recover the data for you. Thanks for your understanding.
    Best Regards,
    Vincent Hu

  • Unable to connect copied vhd files to VM Hyper-v high availability cluster.

    Hi
    I have my VMs VHD files stored on my SAN  and I have a copied one of the LUNs containing a vhd file which I have then exported to the shared storage of the hyper-V cluster which is just like and other VHD. The problem comes when trying to connect this
    copied vhd to the VM which still uses the original VHD . The system refuses reporting that it cannot add the same disk twice.. 
    These are two different VHD files
    I have: renamed the new file, changed the disk ID, changed the volume id and using vbox (because it was the only way I could find do it ) changed the uuid of the vhd file.  But still no joy.
    I can connect the volume to any other VM without any issues, but I need to be able to connect it to the same VM..
    I'm not sure how  Hyper-v is comparing the two VHD files but I need to know so I can I can connect the copy VHD without having to copy all its contents to a new VHD which is impractical..
    Anyone got any ideas or a procedure??
    windows 2008 R2 cluster with 3par SAN as storage.
    Peter

    Hi perter,
    Please try to refer to the following items :
    1. create a folder  in the LUN , then copy the problematic VHD into it ,attach the copied VHD to original VM.
    2. copy the problematic VHD file to another volume ,then attach it to original VM again .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Accessing Windows 2008 File Service Cluster with Windows 2012R2 File Services Cluster using same SAN

    I am in the process on converting my existing Windows 2008 host servers (2 host cluster) to a Windows 2012 R2  (2 host cluster).
    All 4 servers will be accessing the same SAN via ISCSI. 
    Currently the Windows 2008 host servers are running both File server roles and Hyper-V in clustered environment.
    How can I transfer the File Server roles from 2008 to 2012R2 will still keeping access to the same SAN and LUNS?
    Thanks
    --Steven B.

    You would have a short outage, but all it takes is to set up the 2012R2 cluster with the appropriate roles.  Then remove the LUNs from the 2008 cluster and present them to 2012R2 cluster.  You could initially build the 2012R2 cluster with just
    its witness disk sitting on the iSCSI SAN, then move the other LUNs over at your leisure.
    .:|:.:|:. tim

  • Two Questions: 1) ."vhd" files 2) startup battery

    Question #1:
    My HP Pavilion dv6 laptop was acting weird so I proceeded to try to make image disks/backup of the system. All together it required 16 disks, but only got to the 5th cd before it died. On that 4th CD, I think resides my files that I need, It's a ".vhd" file and is approx 4MB. How do I retrieve it? When I put the disk in at the appropriate time, it doesn't read normally with the different startup method so I try to mount the cd as if it was coming from an external and that didn't work. My technical knowledge is intermediate level. Worse comes to worse, does anyone know of a reputable data retrieval place? and costs?
    I would appreciate help Thank you
    Question 2:
    When I startup a screen comes up saying that the internal battery is low where can I get it? I have a HP Pavilion dv6 laptop. Can I put it in myself?

    Copy the vhd to a folder of choice you can easily find later.
    Then mount the VHD on a Windows 7 PC using Disk management, if the VHD will not mount then it is a bad image, not much you can do.
    How to mount a VHD in Windows 7
    Once it is mounted it will show up in Windows Explorer as a partition and you should be able to browse the files on it and copy them to another location,
    You unmount the VHD in disk management or reboot the PC to get it unmounted.
    Question 2, is it this message?
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01997964&tmp_task=solveCategory&lc=en&dlc=en&cc...

  • BCM5709 Boot From iSCSI SAN

    I have a C200 M2 server with BCM5709 ethernet card,  I am trying to find the drivers to load windows server 2008 R2.   I am trying to install to an iSCSI SAN, the LUNS and volumes are all configured as they were just running VMWare,  the iSCSI boot is setup on the 5709 card, just dont have drivers to load at the "where to do you want to install windows" screen.  have tried all the drivers I can find on the Cisco site.  any suggestions.

    Thomas,
    You can download the drivers CD here
    http://www.cisco.com/cisco/software/release.html?mdfid=283860950&flowid=25801&softwareid=283853158&release=1.3%282a%29&relind=AVAILABLE&rellifecycle=&reltype=latest
    Driver file location
    http://www.cisco.com/en/US/docs/unified_computing/ucs/c/sw/os/install/drivers-app.html#wp1014709
    W2K8 SAN installation procedure
    http://www.cisco.com/en/US/docs/unified_computing/ucs/c/sw/os/install/2008-vmedia-install.html#wp1053494
    HTH
    Padma

  • Find Host VHD File correlation to Guest Partition

    Hello everybody,
    i have a simple question but couldn't find an answer on my own:
    I have a Hyper-V Cluster with several guests, all VHDs are stored in one folder on the Cluster Shared Volume (C:\ClusterStorage).
    I installed a SQL-Server (Guest) and added additional 4 VHD-Files all equal in size. I named the VHDs like SQL-Data, SQL-Log, SQL-temp, SQL-Backup.
    I could find the 4 Volumes in the guest OS. But unfortunately because they are all the same in size, i cannot identify them - i want to be sure that the SQL-Data Files are stored on the VHD called SQL-Data and not on the one called SQL-Log.
    I could find the SCSI-Number in the Settings of the VM and i also find a LUN-Number on the guest at the properties of the disks in disk Manager.
    Is this the correlation or how can i find that info?
    Thank you,
    Tom

    There is a simple step I take to ensure my VM information is all stored in the same directory.  I know it's too late now, but for future reference.  For each node in the Hyper-V cluster, I set the Hyper-V settings to default to C:\ClusterStorage\Volumex.
    Then when I create a VM in the cluster, I ALWAYS select to store the disk in a different location, but I do not change the default location. By make the selection to store in a different location, Hyper-V will create a subdirectory in C:\ClusterStorage\Volumex
    with the name of the VM. Under that subdirectory you will have two subdirectories - Virtual Machines and Virtual Hard Disks. By default, the disks get place in the Virtual Hard Disks subdirectory under the VM's directory.
    But even then you can still have the issue you are describing.  So I always assign a volume label to the virtual disk when I format it.  I also name the vhdx file the same as the volume name.  Never have an issue identifying my hard disks.
    Again, too late for you.  So, easiest way to identify is to take them offline one-by-one.  Then you can see which disk is going offline.
    . : | : . : | : . tim

  • File Place does not appear on my menu. Neither does Tools Photoshop Image processor.

    In Bridge File>Place is grayed out on my menu. Tools>Photoshop>Image processor does not appear at all.  I have reset the preferences numerous times and am good to go until I shut down my computer.  When I reboot they are gone again.  I have a Mac with OS 10.10.2 (Yosemite) and CC. 

    Mardi Carter wrote:
    I shut down using "Shut Down" under the Apple menu.....always…
    Well, that's fine for the OS, but sometimes not so great for Photoshop.  Try QUITTING Photoshop from the Photoshop menu, or by Command Q, before you get anywhere near your Apple menu .
    Gene gave you sound advice, but don't forget to run Repair Permissions with Apple's Disk Utility before and after any installation, upgrade or update of the OS or any application.
    You'd think that shouldn't be necessary, but it is indeed vital, indispensable routine maintenance.
    Forget about "it had never happened before", Yosemite is a work in progress.  Apple never gets a major OS X release right until about the dot four or five release, so Yosemite has a way to go before it's at 10.10.4 or 10.10.5.  That has proven to be the nature of the beast.

  • In CS4 Use of File Place Does Not Center Images

    I have been using CS3 for about 1 1/2 years, so of course had to give CS4 a try. I downloaded the trial. I immediately had an issue with File > Place.
    I often use File > Place to add additional items into a document. I believe the expected functionality of File>Place is that the file should then be centered in the document.
    Here is what I have done:
    + Create a 12"x12" document at 200ppi (I have also tried to create a document at 2400x2400 pixels)
    + Use File>Place to add a square 2400x2400 pixel image (JPG file) into the document
    + The added layer is now offset ever so slightly in the new document.
    + Further observation shows that the horizontal reference point is at 1202 (screen shot attached), thus creating an offset from center. I change it to 1200 and sure enough the paper is centered perfectly. I thought maybe changing it once would make it the same next time, but that is not the case.
    + When I used the File>Place command, I was zoomed out (25%), and the entire image was viewable on screen. If I zoom out further, say 8.33%, the offset is 1206.
    I am able to duplicate this on two different computers with the following configurations:
    Computer #1
    + Windows XP Professional Version 2002 SP2
    + AMD Athlon 64 X2 Dual Core Processor 6000+ (3.01GHz)
    + 4GB RAM
    + nVidia GeForce 8600 GT, driver version 6.14.11.5819
    Computer #2
    + HP Pavilion dv9843cl Laptop
    + Windows Vista x64 SP1
    + Intel Core Duo processor T8100 (2.1 GHz)
    + 4GB RAM
    + nVidia GeForce 8600M GS with 512MB DDR dedicated graphics memory, ForceWare version 167.43
    + Video BIOS version: 60.83.4f.00.22
    Operating System: Windows XP Professional
    Browser: Firefox
    Video display card / driver version: nVidia GeForce 8600 GT, driver version 6.14.11.5819
    Screen shot (not sure if this works in these forums):
    [IMG]http://cdn-1-service.phanfare.com/images/external/1466784_1419796_53071200_Full_3/0_0 _41325929f3d5a1780af10559af98d829_1[/IMG]
    Any ideas?????
    ~ Kathleen

    "Place" ..... It is not all the easy to understand how place works without studying its behavior.  Often it will work in a way your not expecting if you do not understand how it works. There is a setting in Photoshop preferences Resize Image during Place. Un Checking this setting does not mean the image will not be resize nor does checking  this setting mean that it will be resize. On top on top of that the seems to be something in Photoshop on My system that keeps changing the setting to the checked state.
    What the heck am I writing am I trying to make this worse.  No I'm not.  To prove that I first tell you it is very easy to center position a placed layer in an action after the Place step add a step select all the two layer>Align layers to selection>Horizontal Center then vertical center. The deselect...
    Place....
    There is a lot going on remember in Photoshop a Layer can be any size  Larger/smaler/same as the canvas and can have any aspect ratio. If the placed image has more pixels them a canvas side size and the preference is checked the placed image will be transformed to fit within the canvas size. If not checked the placed image will transformed to the same dpi resolution so no pixels will be changed.    The only time a place image is not transformed is when the the preference is not checked and the placed image file has the same dpi as the current Photoshop Document.  In this cast the image is placed in at 100% size be it smaller/larger/same as canvas size.

  • How to use a VHD file in VMWare

    I have received a backup of the VMware files that is a vhd file. is there a way I can import these into VMware so I can view and use the files contained within the vhd file. I am running VMware XP mode in Windows 7. Please help.

    Hi Annie and thanks for posting.
    You can use a third party tool named win image to convert the VHD file (Hyper-Virtual Disk) to VMDK (VMware Virtual Disk). then attach the VMDK to your VMware (Workstation or VSphere) VM and view files.
    Full tutorial can be found here :
    http://www.mydigitallife.info/how-to-convert-and-import-vhd-to-vmdk-vmware/
    I hope this helps.
    Farhad

  • Help me reduce VHD file size when deleting data in OS.

    I use Hyper-V on Server 2008 64bit installation to create a CentOS 5.8 VPS has the capacity 100GB. After a period of use of disk space used up nearly all 100GB. I have deleted a VPS data in this section but I checked VHD file size not reduced. 
    The way you can help me do this? I thank

    Well if it was a Dynamic VHD(x) to begin with, you have just expanded it out to its maximum.  In order to reduce its size, which is different that actually shrinking the partition and VHD(x) structure, here is what you can do.  
    If this was a Windows box I would have tell you to defrag inside the VM, shut it down and then use the tool from within Hyper-V Manager to Compact the VHD(x) file.
    You could try the Compact against the your CentOS VM and see how much it does decrease the VHD(x) drive.  
    Without a good ext3 file reorg utility out there, you may not get down to the smallest possible size.  You could always backup the VHD(x) file and restore it to another VHD(x) and swap the drives out.  This laying down of the files from backup
    would make them contiguous again and reduce your over all size of the VHD(x) file. That seems like a lot of work, but would meet your goal.  I would try the Compact option first with the VM off to see what gets reclaimed.
    Rob McShinsky (www.VirtuallyAware.com)
    VirtuallyAware - Experiences in a Virtual World (Microsoft MVP - Virtual Machine)

  • Rewrite the vhd file created by win7 image creation

    Hi,
    I'm trying to do something, something more to utilize the image vhd file, not just leave it there as a pure backup file.
    After the vhd gets attached, it can be accessed as a usual hard drive. Change anything like copy a random file into it, name it file A, then reboot the system, press F8 and call the image restore procedure.
    15min or more, I get the restored system. However file A meant to be in there at the exactly location I copied to, as a matter of fact it's non there..
    Isn't that possible to customize the vhd file created by sys creation program? I even would like to apply differencial VHD storage to customize the backup VHD and eventually customize the physical OS at a low risk.
    In this case, it seems impossible to make it work.

    Many thanks man:)
    About what I changed to the backup VHD file... Hmm, I would tell, huge!
    Not just create a file, but a fully functional installation of Win7 with up-to-date software set. Whereas the physical machine( the host of the backup VHD file), which I just take as a nude sys with image-creation-and-restoration functioning. In another word,
    the child VHD file is the future of its parent, as well as the nude host.
    Well,in my case, no yahoo for where is the file I created, but yahoo for where is my fully installed windows!
    Since we discussed so far, I'd like to share another phenomenon,weird one, which I think is the reason why I insist working on this.
    My physical windows- the nude one, how does it get installed? Guess what! From VHD backup file, just through the restoration procedure, and it's done!(Before the nude, the ex is a dying version- which could no longer endure my toture... and the most original
    root VHD backup came from that version before I killed it.)
    Think about it, what I am trying to do right now is just to rerun the holy restoration...
    Unfortunately, miracle dies in coincidence, it never happens again so far...
    VSS is a nice clue, I shall follow.
    Rgds

  • How to restore XP Mode from backup VHD file?

    Hi,
    Please can you give us some steps on how to restore from these backups?
    I have Windows 7 Professional, 64-Bit .
    I have XP Mode looking nice now, with my legacy game installed and running nicely
    I have created a folder called C:\XP Mode Backups Apr 7 2014
    In this folder are 59 folders and files copied from the backup directories
    %USERPROFILE%/AppData\Local\Microsoft\Windows Virtual PC
    %USERPROFILE%/AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines
    %USERPROFILE%/Virtual Machines
    So, in the event that I have to re-install XP Mode, how can I restore it as is will all the applications,  and especially ALL the Windows Updates for XP Mode that I cannot connect to the internet ever again after 8th April 2014.
    You see my concern, after XP D-Day, I am only supposed to run XP Mode after I have disconnected from the internet.
    So, I don't want to have to spend 2 hours on the internet downloading all the updates that were released prior to XP Apocalypse day.
    Is it possible for some instructions on how to restore from the above files?
    I am guessing that I can just re-install XP Mode from the download (which I am also keeping in that folder, then copy the files from the above backup directory into the correct locations on my Windows 7 C:\ drive.
    Alternatively, is it just a case of going to the %USERPROFILE%/Virtual Machines directory, click Create Virtual Machine and after choosing location, and clicking Next, select Use an existing virtual hard
    disk and choose the VHD for Windows XP Mode in my restore folder? I guess in this case there is no need to reinstall XP Mode from the download executable from Microsoft?
    Which one is correct?
    Thanks for any help
    Philip

    You are actually in the wrong forum for your problem.  You need to go to the Windows Virtual PC and XP Mode forum @
    http://social.technet.microsoft.com/Forums/windows/en-US/home?forum=w7itprovirt to have your question addressed appropriately.
    But, the best solution is to made a copy of the .VHD file for your XP Mode.  You would need a functioning XP Mode system to restore any backups from your current XP Mode system.  It acts and functions exactly as it would if you had the system installed
    on hardware instead of in a Virtual Machine.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • File:Place Function Bug in Snow Leopard (CS4)

    Hi all. Have any of you experienced this bug when running Mac OS 10.6.7 (Snow Leopard)...the File:Place function no longer works for text.  I can place graphics/photos, but when I try to place text nothing happens.  Any thoughts about this?  I'm using InDesign CS4.
    Thanks!

    I'm a Windows guy, so I'm shooting in the dark at this point. Happens in all files? How about in a new user account?
    What has changed recently ont he system? New fonts? Any software updates?
    Do you run a font manager?

Maybe you are looking for

  • Warning message in mir4 while posting

    hi friends , In miro while we post the parked document then it display the warning message as "RG23 Part II posting not yet done"  , when we click on enter , the document is posting . But the user wants that as an error message not the warning messag

  • Popup page and PREV_PAGE

    Can you set a call to a popup to pass the page number of the calling page to the PREV_PAGE field of the popup page and then set the closing process on the popup page to go back to &PREV_PAGE. instead of a page number? What would be the syntax for suc

  • Change description of user fied according to current language

    Hi, I have added a user field to a system table. When a system matrix shows the system table, my user field is visible but when I change the current language the title of my column is always the same, the description of my user field. Is it possible

  • The HDD LED doesn't work !! Any Idea ?

    Hi everyone .. I have MSI Neo Platinum Mainboard , I installed a S-ATA Harddisk only on the Mainboard , no ATA , but the HDD LED on the Case doesn't work .. There is no Light ... Is this light only for ATA Harddisks wich are installed on IDE ?? Any i

  • System running slow since installing yosemite

    Problem description: My iMac is running very slow since installing Yosemite.  I turned off iCloud for photos and this seems to have helped, but it is still running slow.  When I ran this EtreCheck, there seem to be a lot of "failures". What's up with