Operating System - HP-UX
1833130 Members
3174 Online
110051 Solutions
New Discussion

Setting Port Speed on HBA - A6795A

 
Del_3
Trusted Contributor

Setting Port Speed on HBA - A6795A

Can anyone tell me how to hard set the port speed on a A6795A HBA for HP-UX 11.23 on an rp4440.

Thanks
9 REPLIES 9
Zinky
Honored Contributor

Re: Setting Port Speed on HBA - A6795A

I do not think you can. The speed at which these tachyon cards connect depends on the switch port settings they're connected to. We usually set the switch ports fixed to 2G instead of AutoNegotiate.
Hakuna Matata

Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
Torsten.
Acclaimed Contributor

Re: Setting Port Speed on HBA - A6795A

The card will auto-negotiate the speed depending the settings on the other end.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
TKeller
Frequent Advisor

Re: Setting Port Speed on HBA - A6795A

You can set the speeds of the HBA as well as the mac address through the lanadmin command.

I'm finding the physical files that you can modify.

Also, find more info here : http://docs.hp.com/en/5187-1361/ch07s03.html
It is said you should treat your body like a temple. I treat mine like an amusement park.
Victor BERRIDGE
Honored Contributor

Re: Setting Port Speed on HBA - A6795A

Hi,
I never had to, and dont believe it possible, I know that when you have issues you go switch side (had cases where HBAs being 1GB coulnd negociate properly - forced the port on the switch at 1 GB...)


All the best
Victor
Zinky
Honored Contributor

Re: Setting Port Speed on HBA - A6795A

Tkeller,

You may be correct BUT only if you are using your tachyon fibre channel cards to run IP over FC - which I do not think no one does so these days or is even supported.

On Solaris, I used to run IP over FC (JNI Cards whic are also Tachyon based) - with much success.

I do wonder, why would you want to set your HVA end to a fixed port speed? The highest speed operation on FC cards as well as most Gigabit ethernet cards is to have the switch end and the HBA end on Auto-Negotiate.

Hakuna Matata

Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
Enrico P.
Honored Contributor

Re: Setting Port Speed on HBA - A6795A

Hi,

http://docs.hp.com/en/5187-1361/ch07s03.html

It is Dec2001 but I think this is actually.

Now available is the new 2Gb, single port Fibre Channel Host Bus Adapter. The A6795A PCI Tachyon XL2 adapter operates at bus speeds of up to 66 MHz with 64 bits bus width and can transfer data at a 1Gb or 2Gb transfer rate. The adapter has auto-speed negotiation that enables it to negotiate for the highest speed (1Gb or 2Gb) that is common to the port and to the infrastructure connecting the port. Using the fcmsutil diagnostic tool, you can display link speed and Vital Product Data (VPD) information programmed on the adapter.

Enrico
TKeller
Frequent Advisor

Re: Setting Port Speed on HBA - A6795A

Nelson, you're right now that I think about it. I was thinking of it in a network-context and in my experience (RP8400 with dual FC Tachyons, 2gb), I was told to set it to 1gb just because it might be "too fast", hehe... And sometimes, auto-negotiation isn't the best idea in some instances.
It is said you should treat your body like a temple. I treat mine like an amusement park.
Del_3
Trusted Contributor

Re: Setting Port Speed on HBA - A6795A

Here is the command:

# fcmsutil /dev/td0 force_speed 2G

1000 points to me.

Del_3
Trusted Contributor

Re: Setting Port Speed on HBA - A6795A

Thanks to all who responded.