This post is more than 5 years old
614 Posts
0
4036
Not able to define NP port on NPIV enabled switch
Hello,
I have enabled NPIV on a few edge switches. We want to be able to virtualize single ports on the switch not the switch itself. My windows admin guy has enabled NPIV on the HBAs at the hyper-v host level. When I try to enable the HBAs that will use the NPIV, I get "Port requested config change not allowed". I have tried a bunch of combinations(downing the port), etc, in DCNM and I still get that error. Any feedback would be greatly appreciated! Thanks in advance, - Admingirl
dynamox
2 Intern
2 Intern
•
20.4K Posts
0
August 1st, 2013 16:00
set admin mode to "auto" ...that way if Hyper-V wants something else it will auto negotiate.
admingirl
614 Posts
0
August 1st, 2013 16:00
Thank you so much Dyanmox,
I have npiv enabled on the switch(checked), so I got the error when I try to define the HBA port as an NP port. Right now it is an F port. If I don't need to do that, then that's great! We will be testing this further on Monday, but I wasn't sure if the port on the switch needed to be NP for the HBAs that are designated as NPIV enabled on the Hyper-V host. This is my first implementation of this and I apologize for the lack of basic understanding about this process.
Thanks again!
Admingirl
dynamox
2 Intern
2 Intern
•
20.4K Posts
1
August 1st, 2013 16:00
i am not sure what you mean, on Cisco MDS when you enable NPIV ..it's for the whole switch, any port will accept multiple flogi. IE:
as you can see i have multiple HBAs logged-in through the same physical port (fc1/5). Where are you getting that error message ? From switch perspective there is nothing else to do, as long as you npiv enabled you are set. The rest is configuration on the host.
9513a1# sh feature | grep npiv
npiv 1 enabled
dynamox
2 Intern
2 Intern
•
20.4K Posts
0
August 1st, 2013 16:00
nope, don't need to do anything else on the switch. NP port is configured if a switches that has been setup as NPV (where it becomes dummy pass-through device) is connected to a core switch where NPIV has been enabled. For example:
Here is my Cisco MDS 9124e switch where NPV is enabled, as you can see port ext1 is configured as NP port
Now if we look on my core switch where NPIV is enabled, we will see this (notice port fc1/5)
as you can see there is nothing special about port fc1/5 but because NPIV is enabled on the switch, it allows multiple connections from the NPV enabled switch. Probably more than you wanted to know but ..there you go
admingirl
614 Posts
0
August 1st, 2013 18:00
Thank you so much Dynamox for all of your help!!
Benita
dynamox
2 Intern
2 Intern
•
20.4K Posts
0
August 1st, 2013 20:00
please let us know how it works out, i have a customer who will be migrating from win2k8 Hyper-V to win2k12 R2 Hyper-V and they want to try this same configuration as yours. Being able to present storage to individual VMs instead of CSV volumes.