1828621 Members
1527 Online
109983 Solutions
New Discussion

LAN performance

 
Scrivano
Contributor

LAN performance

How do i get to check lan config and connection speed on a tru64 system?
Need to know if its configured as 100Btx-FD or 100Btx-HD, etc...

Simptons are slow connections between two servers.

Tks,
Scrivano
2 REPLIES 2
Ralf Puchner
Honored Contributor

Re: LAN performance

This question was made serveral time here in the forum, please have a look into older entries (about 10-20 entries back) and if not found post question.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=240964
Help() { FirstReadManual(urgently); Go_to_it;; }
Al Licause
Trusted Contributor

Re: LAN performance

Please read through the discussion begun on 10/28 in this conference. It goes into considerable detail regarding the question you have asked.

Basically in Tru64unix v4, the only method for checking speed/duplex is by reviewing the last reboot in the messages file.

In V5 Tru64unix you can use the following command:

hwmgr get attr -cat network -a name -a media_speed -a full_duplex.

To set the speed/duplex mode, the lan_config
utility is recommended and should be placed in /etc/inet.local. See man lan_config.

Only older DEC produced network cards will responds to console settings. All newer cards/drivers such as the DE60X and gigabit cards ignore console settings.

You can also check netstat -i. If this display does not record ierrs or oerrs for a particular NIC, then you more than likely have a match between switch and NIC for speed and duplex mode. If any NIC lists collisions, it is a good bet that it is operating in half duplex mode. Errors may also indicate a mismatch for speed/duplex.