05-02-2013 06:09 AM
Hi all,
I've a pickle - MDS IBM FC Bladecenter does not have the next CLI commands:
The ouput for running those commands:
Syntax error while parsing 'show flogi database'
Cmd exec error.
Output for "show hardware":
Hardware
cisco MDS IBM FC Bladecenter (1 Slot) Chassis ("1/2/4 Gbps FC/Supervisor-2")
Motorola, e500 with 516136 kB of memory.
How can retrieve data like what WWN is connected to each port?
Best regards,
Igor.
Solved! Go to Solution.
05-02-2013 06:47 AM
that switch must be running in NPV mode, where it becomes a simple "pass-through" like device so you have access to very limited subset of commands.
@dynamoxxx
05-05-2013 07:40 AM
probably the easiest way is to run "show wwn switch" on the bladecenter switch and then run "sh flogi database | grep -i wwn_of_bladecenterswitch" on your "main NPIV core" switch. That will tell you if this bladecenter switch is connected to that "main NPIV core" switch and what port. Becase blacenter switch is running in NPV mode, in addition to the switch WWN you will also see WWN of the blades server logged-in through the same port.
@dynamoxxx
05-02-2013 06:29 AM
show npv flogi-table
05-02-2013 06:39 AM
Thanks dekster, I'll try it.
05-02-2013 06:47 AM
that switch must be running in NPV mode, where it becomes a simple "pass-through" like device so you have access to very limited subset of commands.
@dynamoxxx
05-04-2013 10:03 PM
Thanks guys,
So, "show npv flogi-table" gives me the flogi.
What command will give me the connection to other switches? "show topology" gives me nothing, and I cannot detect that this switch is present from my other switch (MDS 9513). Ideas?
Regards,
Igor.
05-05-2013 07:40 AM
probably the easiest way is to run "show wwn switch" on the bladecenter switch and then run "sh flogi database | grep -i wwn_of_bladecenterswitch" on your "main NPIV core" switch. That will tell you if this bladecenter switch is connected to that "main NPIV core" switch and what port. Becase blacenter switch is running in NPV mode, in addition to the switch WWN you will also see WWN of the blades server logged-in through the same port.
@dynamoxxx
05-05-2013 10:19 PM
I already did that... thought there was some CLI command that I missed.
Thank you anyway.
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