1

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 ?

John
  • 1,483
  • 2
  • 26
  • 45

1 Answers1

2

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.

Jake Oshins
  • 5,116
  • 17
  • 15
  • 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
  • 2
    @Mejmo - that "evil" command line will set you free. Give it an honest try sometime. – EEAA May 24 '11 at 19:50