Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Virtual Server

Vista - Hyper-V Server and VHD

Reply
 
Old 02-10-2009   #1 (permalink)
Joe


 
 

Hyper-V Server and VHD

I have a question that seems really basic but I have not found an answer yet.

I have a brand new HP DL380 server. I installed the stand-alone version of
Hyper-V Server, added it to the domain, assigned IP address, etc. I then
installed the Hyper-V management console on a new Vista SP1 workstation. I
am able to connect to the Hyper-V server and create new VM's with no problem.

Here's the problem. I don't know how to copy an existing VHD file onto the
Hyper-V server! I downloaded the eval .VHD of Virtual Machine Manager from
Microsoft onto the Vista management PC. Since Windows Server is not running
on the Hyper-V machine, I can't map a drive or otherwise copy the file.
Remote Desktop to the Hyper-V server also doesn't allow me to copy the file.
The import routine in the Hyper-V management console will only look at the
local drives on the server and will not pick up a file from the Vista machine.

As an attempted work-around, I created a new VM and tried to create a new
VHD using a Windows Server 2008.iso file. However, when I drill down to the
share on the Vista machine where the .iso file is located, I get a 'general
access denied' error even though I have set every permission in the book.

I'm at a loss. Can anyone tell me what I'm missing?
Thanks,
Joe

My System SpecsSystem Spec
Old 02-10-2009   #2 (permalink)
Charlie Russel - MVP


 
 

Re: Hyper-V Server and VHD

How about a USB hard drive? You should be able to copy off of that.

I haven't run the Hyper-V server on my DL380, I'm running full Server 2k8 on
it. But you get a command window on the parent, correct? Have you tried "net
use " from that to connect to a share where the file is? Then you could copy
without having to involve extra hardware.

--
Charlie.
http://msmvps.com/blogs/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel

"Joe" <Joe@xxxxxx> wrote in message
news:7BA4636E-202C-4529-8510-F430053AA694@xxxxxx
Quote:

>I have a question that seems really basic but I have not found an answer
>yet.
>
> I have a brand new HP DL380 server. I installed the stand-alone version
> of
> Hyper-V Server, added it to the domain, assigned IP address, etc. I then
> installed the Hyper-V management console on a new Vista SP1 workstation.
> I
> am able to connect to the Hyper-V server and create new VM's with no
> problem.
>
> Here's the problem. I don't know how to copy an existing VHD file onto
> the
> Hyper-V server! I downloaded the eval .VHD of Virtual Machine Manager
> from
> Microsoft onto the Vista management PC. Since Windows Server is not
> running
> on the Hyper-V machine, I can't map a drive or otherwise copy the file.
> Remote Desktop to the Hyper-V server also doesn't allow me to copy the
> file.
> The import routine in the Hyper-V management console will only look at the
> local drives on the server and will not pick up a file from the Vista
> machine.
>
> As an attempted work-around, I created a new VM and tried to create a new
> VHD using a Windows Server 2008.iso file. However, when I drill down to
> the
> share on the Vista machine where the .iso file is located, I get a
> 'general
> access denied' error even though I have set every permission in the book.
>
> I'm at a loss. Can anyone tell me what I'm missing?
> Thanks,
> Joe
My System SpecsSystem Spec
Old 02-11-2009   #3 (permalink)
Joe


 
 

Re: Hyper-V Server and VHD

I have tried the Net Use command from the command prompt on the Hyper-V
server. No luck. I still get the 'access denied' error. Unfortunately I
don't have a USB thumb drive large enough to hold the VHD file (2.6Gb.)

Joe

"Charlie Russel - MVP" wrote:
Quote:

> How about a USB hard drive? You should be able to copy off of that.
>
> I haven't run the Hyper-V server on my DL380, I'm running full Server 2k8 on
> it. But you get a command window on the parent, correct? Have you tried "net
> use " from that to connect to a share where the file is? Then you could copy
> without having to involve extra hardware.
>
> --
> Charlie.
> http://msmvps.com/blogs/xperts64
> http://mvp.support.microsoft.com/profile/charlie.russel
>
> "Joe" <Joe@xxxxxx> wrote in message
> news:7BA4636E-202C-4529-8510-F430053AA694@xxxxxx
Quote:

> >I have a question that seems really basic but I have not found an answer
> >yet.
> >
> > I have a brand new HP DL380 server. I installed the stand-alone version
> > of
> > Hyper-V Server, added it to the domain, assigned IP address, etc. I then
> > installed the Hyper-V management console on a new Vista SP1 workstation.
> > I
> > am able to connect to the Hyper-V server and create new VM's with no
> > problem.
> >
> > Here's the problem. I don't know how to copy an existing VHD file onto
> > the
> > Hyper-V server! I downloaded the eval .VHD of Virtual Machine Manager
> > from
> > Microsoft onto the Vista management PC. Since Windows Server is not
> > running
> > on the Hyper-V machine, I can't map a drive or otherwise copy the file.
> > Remote Desktop to the Hyper-V server also doesn't allow me to copy the
> > file.
> > The import routine in the Hyper-V management console will only look at the
> > local drives on the server and will not pick up a file from the Vista
> > machine.
> >
> > As an attempted work-around, I created a new VM and tried to create a new
> > VHD using a Windows Server 2008.iso file. However, when I drill down to
> > the
> > share on the Vista machine where the .iso file is located, I get a
> > 'general
> > access denied' error even though I have set every permission in the book.
> >
> > I'm at a loss. Can anyone tell me what I'm missing?
> > Thanks,
> > Joe
>
>
My System SpecsSystem Spec
Old 02-11-2009   #4 (permalink)
Robert Comer


 
 

Re: Hyper-V Server and VHD

>I have tried the Net Use command from the command prompt on the Hyper-V
Quote:

>server.
Have you configured the firewall to all file sharing on the Hyper-V
server?

I think its:

netsh firewall set portopening ALL 139 “NB1"

netsh firewall set portopening ALL 445 "NB2"

--
Bob Comer





On Wed, 11 Feb 2009 07:24:01 -0800, Joe
<Joe@xxxxxx> wrote:
Quote:

>I have tried the Net Use command from the command prompt on the Hyper-V
>server. No luck. I still get the 'access denied' error. Unfortunately I
>don't have a USB thumb drive large enough to hold the VHD file (2.6Gb.)
>
>Joe
>
>"Charlie Russel - MVP" wrote:
>
Quote:

>> How about a USB hard drive? You should be able to copy off of that.
>>
>> I haven't run the Hyper-V server on my DL380, I'm running full Server 2k8 on
>> it. But you get a command window on the parent, correct? Have you tried "net
>> use " from that to connect to a share where the file is? Then you could copy
>> without having to involve extra hardware.
>>
>> --
>> Charlie.
>> http://msmvps.com/blogs/xperts64
>> http://mvp.support.microsoft.com/profile/charlie.russel
>>
>> "Joe" <Joe@xxxxxx> wrote in message
>> news:7BA4636E-202C-4529-8510-F430053AA694@xxxxxx
Quote:

>> >I have a question that seems really basic but I have not found an answer
>> >yet.
>> >
>> > I have a brand new HP DL380 server. I installed the stand-alone version
>> > of
>> > Hyper-V Server, added it to the domain, assigned IP address, etc. I then
>> > installed the Hyper-V management console on a new Vista SP1 workstation.
>> > I
>> > am able to connect to the Hyper-V server and create new VM's with no
>> > problem.
>> >
>> > Here's the problem. I don't know how to copy an existing VHD file onto
>> > the
>> > Hyper-V server! I downloaded the eval .VHD of Virtual Machine Manager
>> > from
>> > Microsoft onto the Vista management PC. Since Windows Server is not
>> > running
>> > on the Hyper-V machine, I can't map a drive or otherwise copy the file.
>> > Remote Desktop to the Hyper-V server also doesn't allow me to copy the
>> > file.
>> > The import routine in the Hyper-V management console will only look at the
>> > local drives on the server and will not pick up a file from the Vista
>> > machine.
>> >
>> > As an attempted work-around, I created a new VM and tried to create a new
>> > VHD using a Windows Server 2008.iso file. However, when I drill down to
>> > the
>> > share on the Vista machine where the .iso file is located, I get a
>> > 'general
>> > access denied' error even though I have set every permission in the book.
>> >
>> > I'm at a loss. Can anyone tell me what I'm missing?
>> > Thanks,
>> > Joe
>>
>>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Hyper-v Server Virtual PC
ANN: Hyper-V Server RTM Virtual Server
Hyper-V Server (standalone) Virtual Server
Windows 2000 Server From Virtual Server 2005 to Hyper-V Virtual Server
VMWare Server and Virtual Server --> Hyper-V Virtual Server


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46