1827715 Members
2622 Online
109968 Solutions
New Discussion

Re: lan speed

 
SOLVED
Go to solution
Carme Torca
Super Advisor

lan speed

Hi,

Could I can look the interfaces that are in a system (configured or not)and the speed of its or the speed that could have they if not are configured.
and Could I can change the speed of they?

Thanks!,
Carmen.
Users are not too bad ;-)
4 REPLIES 4
Ralf Puchner
Honored Contributor
Solution

Re: lan speed

this question was asked and answered in this forum 2 times. Please have a look into the categorie "Tru64 network" for the answer.
There is a "search" field in top of the forum.

Depending on your OS-Version you can use
ifconfig -a to check if the adapter is configured and available and /var/adm/messages file. In 5.x there is the command hwmgr to check the settings.
Depending on the used interfaces "consvar" is an starter to check the selected connection speed.

Help() { FirstReadManual(urgently); Go_to_it;; }
Michael Schulte zur Sur
Honored Contributor

Re: lan speed

Hi Carmen,

ee network card don't bother with console variables.

Ralf,

it is a good advice to use the search engine. However the engine is not very good and at times very frustrating to use. Sometimes Google has better references to the forums than it's own search engine!

Michael
Ralf Puchner
Honored Contributor

Re: lan speed

Michael,

why not using google instead? Btw. the section "network" within the Tru64 forum is not very big.
Help() { FirstReadManual(urgently); Go_to_it;; }
Johan Brusche
Honored Contributor

Re: lan speed


On V5.x systems:

hwmgr -get attribute -category network

JB.

_JB_