Operating System - HP-UX
1855772 Members
2501 Online
104103 Solutions
New Discussion

Re: Fiber Channel activity

 
Stuart Powell
Super Advisor

Fiber Channel activity

I have two fiber channel interfaces accessing disk arrays across an arbitrated
loop SAN. I have removed all of the lvm connections to the disk arrays from
one of the fiber channel interfaces and would like to confirm that there is no
data activity on that interface. Is anyone aware of a method to monitor or check the
activity level on that interface?
Sometimes the best answer is another question
10 REPLIES 10
harry d brown jr
Honored Contributor

Re: Fiber Channel activity

Stuart,

Have you tried using glance?


live free or die
harry
Live Free or Die
Stuart Powell
Super Advisor

Re: Fiber Channel activity

Harry,

I looked at the function keys in the ASCII version of glance 2.40 but didn't see anything that would look at an interface other than network.

I'm not familar with the GUI version, but it is loaded.

Stuart
Sometimes the best answer is another question
Carlos Fernandez Riera
Honored Contributor

Re: Fiber Channel activity

vgdisplay -v | egrep "VG Name|PV Name" must not show any of disk accesed by that card.

fcutil is an utility for statistics/test fc cards. See man fcutil
unsupported
John Palmer
Honored Contributor

Re: Fiber Channel activity

fcmsutil stat
displays driver statistics. See man fcmsutil.

Regards,
John
MANOJ SRIVASTAVA
Honored Contributor

Re: Fiber Channel activity

Hi Stuart


Please ensure that the physical devices associated with the fibre channel and not the primary links or you can reduce the volume groups if you have done primary secondary . Also the fibre channels are pluggable you can disconnect and connect them back w/o losing connecitivity for a small time interval.


Manoj Srivastava
harry d brown jr
Honored Contributor

Re: Fiber Channel activity

John,

Good call, forgot about that (fcmsutil)!

live free or die
harry
Live Free or Die
Stuart Powell
Super Advisor

Re: Fiber Channel activity

When I enter man fcmsutil I get:
stdin: not in compressed format
Reformatting entry. Wait... aborted (sorry)

Any ideas?

Stuart
Sometimes the best answer is another question
Andi Rigauer
Regular Advisor

Re: Fiber Channel activity

Hi,

where the interfaces connected to a switch?
For Ex. with a brocade switch you can say showPerfPort something like that. (on the switch)
then you can see waht traffic runs over the port.

Good Luck

Andi
god, root where's the difference
Stuart Powell
Super Advisor

Re: Fiber Channel activity

Andi,

This interface is on an arbitrate loop connected to an unmanaged hub on the SAN.
Good idea.

Stuart
Sometimes the best answer is another question
John Palmer
Honored Contributor

Re: Fiber Channel activity

Have attached 'man fcmsutil' from an 11.00 server.

Regards,
John