02-11-2016 08:12 AM
Is there anyway to pull Service Profile VIF Paths and the equivalent of show npiv-flogi table from PowerShell?
Also is there a way to show a dis-jointed domain VLAN mapping to interface or VLAN Group from PowerShell?
02-23-2016 02:00 AM
Hi any answers for this one?
i have the same interesting question.
/Allan
02-12-2022 04:14 PM
did you ever end up getting an answer to this? looking to find the same info via powershell
02-23-2022 03:34 AM
Hi,
Yes, we can get service profile VIF paths refer this
For VLAN mapping to VLAN group use below Powertool cmdlet
Get-UcsFabricNetGroup -Name Test_vLANGroup | Get-UcsFabricPooledVlan
For vHBA Pinning info for service Profile can be get using below Powertool cmdlet
Get-UcsServiceProfile -Name Test_SP1 | Get-UcsVhba
04-26-2022 05:44 AM
Thanks. I get the output. Could you help me with what parameter to disable the vHBA?
Get-UcsServiceProfile -Name Test_SP1 | Get-UcsVhba
Dn
--
org-root/org-Test/ls-Test_SP1/fc-vHBA_Boot_A
org-root/org-Test/ls-Test_SP1/fc-vHBA_Boot_B
org-root/org-Test/ls-Test_SP1/fc-vHBA_Data_A
org-root/org-Test/ls-Test_SP1/fc-vHBA_Data_B
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide