VMware Cloud Community
venkatkvr
Contributor
Contributor

How to find the hba paths

I need to find the hba paths of a blade and need to disable them.Please provide the powercli commands for those

Reply
0 Kudos
7 Replies
LucD
Leadership
Leadership

Not sure what you mean, but did you already try this

Get-VMHost | Get-VMHostHba


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos
venkatkvr
Contributor
Contributor

This will give us only the list of existing hbas in the server.But im looking for the hba paths and i need to disable them.

Reply
0 Kudos
subhasis2009
Enthusiast
Enthusiast

Hi venkatkvr,

try with this..

Get-VMHost | Get-VMHostHba |fl

Subhasis

Reply
0 Kudos
LucD
Leadership
Leadership

Not sure I get what you mean.

Is that information available in the GUI client ? Could you attach a screenshot ?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos
subhasis2009
Enthusiast
Enthusiast

please find the attachment.

Reply
0 Kudos
LucD
Leadership
Leadership

Still not sure what you want I'm afraid.

You have the HBA info from the Get-VMHostHBA cmdlet.

What exactly do you need to disable the HBA ? Afaik there is no PowerCLI cmdlet to disable a HBA


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos
subhasis2009
Enthusiast
Enthusiast

no sir, this command is only to view hba number and info. if u want to disable hba then you have go to server bios.

subhasis

Reply
0 Kudos