I cannot find the option how to install SAS HBA (HP SC08Ge) into Hyper-V server to see the exported LUNs. Could you please help me in this matter ?

link|improve this question

55% accept rate
Is this a bare metal hyper-v 2008 R2 installation? You need to be more specific. – Tatas May 24 '11 at 20:09
feedback

1 Answer

up vote 2 down vote accepted

Update:

(Old answer, when I misunderstood his question)

No such option exists. Hyper-V supports the notion of passing a LUN through to the guest. It does not support the notion of passing all LUNs from an HBA through to the guest. (Nor all the LUNs on a specific target.)

(New answer now that I understand that you're talking about Hyper-V Server, not the VMs themselves.)

Go to the command line, find your driver package and type:

pnputil -a yoursashbadriver.inf

Reboot.

link|improve this answer
I do not need them in the guests :) But I see that there is some command how to install inf drivers in that evil command line.. – John May 24 '11 at 19:35
1  
@Mejmo - that "evil" command line will set you free. Give it an honest try sometime. – ErikA May 24 '11 at 19:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.