Unsolved
This post is more than 5 years old
54 Posts
0
6689
August 11th, 2010 14:00
SAN Latency
Does any one know how to monitor and measure the latency on a Brocade fabric?
No Events found!
Unsolved
This post is more than 5 years old
54 Posts
0
6689
August 11th, 2010 14:00
Does any one know how to monitor and measure the latency on a Brocade fabric?
Top
Ali_Kaunain
11 Posts
0
August 11th, 2010 19:00
Hello,
Connectrix Manager and ECC have the options to collect performance graphs and reports. Hope that answers your query.
Thanks,
Ali
Ayman_Talkhan
25 Posts
0
August 12th, 2010 02:00
Hello,
As mentioned above Connectrix Manager and ECC are excellent solutions.
However there is a way to do it in CLI as well through bottleneck detection.
A bottleneck is a port in the fabric where frames cannot get through as fast as they should. In other words, a bottleneck is a port where the offered load is greater than the achieved egress throughput. Bottleneck detection does not require a license.
Bottlenecks are reported through RASlog alerts. You can set alert thresholds for the severity and duration of the bottleneck. You can also use a CLI command to display a history of bottleneck conditions on a port. A history is maintained for a maximum of three hours for each port.
Kindly find below examples on how to enable and display bottleneck detection.
Enabling bottleneck detection on a port:
dynamox
9 Legend
•
20.4K Posts
0
August 12th, 2010 04:00
Ayman,
is there an equivalent process for Cisco switches (other then looking at Cisco performance manager)
Thanks
Ayman_Talkhan
25 Posts
0
August 12th, 2010 05:00
Hello,
I am unaware of a similar setup for cisco (other than the ones provided by Device manager and Performance manager).
However, The basic steps for troubleshooting port issues on a cisco switch using CLI would be:
NPI1# show interface fc2/5 status
fc2/5 is down (Offline)
NPI2# show interface fc2/5 status
fc1/5 is up Port mode is F
NPI1# config t
NPI1(config)# interface fc 2/5
NPI1(config-if)# no shutdown
If either of the ports fails to remain in the online state, then you may have a faulty GBIC, cabling or HBA/subsystem port.
NPI1# sh flogi
INTERFACE VSAN FCID PORT NAME NODE NAME
-------------------- ---- -------- ----------------------- -----------------------
fc2/5 1 0x7e0200 21:00:00:e0:8b:08:d3:20 20:00:00:e0:8b:08:d3:20
fc2/7 1 0x7e0300 20:00:00:e0:69:41:98:93 10:00:00:e0:69:41:98:93
.....
NPI1# debug flogi event interface fc2/5
NPI2# show fcns database
--------------------------------------------------------------------------
FCID TYPE PWWN (VENDOR) FC4-TYPE:FEATURE
--------------------------------------------------------------------------
0x9f0100 N 50:06:04:82:c3:a0:98:5c (EMC) scsi-fcp:target 250
0x7e0200 N 21:00:00:e0:8b:08:d3:20 (QLogic) scsi-fcp:init
Also you could configure call home features to report on degraded performance but the setup is a bit too complex to explain here in the forum.
I hope this answers your question.
Have a great day.
Regards,
Ayman
hersh1
197 Posts
0
August 12th, 2010 06:00
The only latency related command I'm aware of on the Cisco switches is
fcping. Of course that's adhoc and not active monitoring.
dynamox
9 Legend
•
20.4K Posts
0
August 14th, 2010 11:00
Thanks Ayman ..i was hoping for something lower level, for example new NX-OS allows to monitor port group oversubscribtion ..so something of that nature.
Thanks
Ayman_Talkhan
25 Posts
0
August 16th, 2010 00:00
Hello dynamox.
It's a definite that the GUI provides latency graphs to monitor performance, however I am unaware of a similar functionality in CLI.
I apologize for the inconvenience.
Regards,
Ayman
dynamox
9 Legend
•
20.4K Posts
0
August 16th, 2010 13:00
no need to apologize, thanks for looking into it
dynamox
9 Legend
•
20.4K Posts
0
August 18th, 2010 03:00
sorry but i can't, this question was asked by somebody else.
Ayman_Talkhan
25 Posts
0
August 18th, 2010 03:00
Glad I could help.
If you have any other questions/problems please let me know.
If not, could you please mark the question as Answered (helpful or correct as applicable)?
Have a great day.
Regards,
Ayman