- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to check speed & duplexity of my network i...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 07:15 PM
07-25-2004 07:15 PM
lo0 4136 127.0.0.0
lan1 1500 192.168.12.32 lan0* 1500 none
lan2* 1500 none
lan3 1500 192.168.12.0
lan3:1 1500 192.168.12.0 lan4 1500 192.168.15.0
How can i check speed & duplexity not using lanadmin ??????
Thanks,
Rana
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 07:23 PM
07-25-2004 07:23 PM
Re: How to check speed & duplexity of my network interface.
Use SAM ..
# sam
select "Networking and Communications"
select "Network Interface Cards"
select your NIC using SpaceBar
Go To "Actions" tab using TAB
Select Modify
This will list all the parameters for your NIC.. if they are Okay you just select "Cancel" and come out or go ahead and modify as per your requirement.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 08:30 PM
07-25-2004 08:30 PM
Re: How to check speed & duplexity of my network interface.
But i still need this to be done using command line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 08:47 PM
07-25-2004 08:47 PM
Re: How to check speed & duplexity of my network interface.
Try using lanadmin. See man pages for lanadmin.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 09:03 PM
07-25-2004 09:03 PM
Re: How to check speed & duplexity of my network interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 09:31 PM
07-25-2004 09:31 PM
Re: How to check speed & duplexity of my network interface.
It is more helpful to track the network packet transmission. We have to build it.
http://www.netsys.com/sunmgr/1996-04/msg00178.html
LAN Driver Link Link IN OUT IN OUT Total Total
Name Library Speed MTU packet packet Mb/sec Mb/sec Error Dscrd
lan0 intl100 100Mb 1500 27 53 0.01 0.03 0 0
lan1 igelan 100Mb 1500 0 0 0.00 0.00 0 0
lan2 btlan 10Mb 1500 0 0 0.00 0.00 0 0
ALL 27 53 0.01 0.03
Other than, lanadmin is the only admin tool which used command line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 01:21 AM
07-26-2004 01:21 AM
SolutionRun lanscan first, to see ppa number, then:
For ppa 5:
lanadmin -x 5
Speed = 1000 Full-Duplex.
Autonegotiation = On.
Here's a little script to use as a test:
for i in `/usr/sbin/lanscan | awk '/ETHER/ {print $3}'`; do
x=`/usr/sbin/lanadmin -x $i 2>&1 | awk -F= '{print $2}' | sed -e 's/^ *//' -e 's/ *$//'`
echo $x
done
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 04:31 AM
07-26-2004 04:31 AM
Re: How to check speed & duplexity of my network interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 03:31 PM
07-26-2004 03:31 PM
Re: How to check speed & duplexity of my network interface.
Thanks Again,
Rana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 04:30 PM
07-26-2004 04:30 PM
Re: How to check speed & duplexity of my network interface.
Collect the PPA number with lanscan -p and give that to lanadmin -s number.
# speed
set -x
set -A ppa `lanscan -p`
set -A name `lanscan -i | awk '{ print $1 }'`
i=0
cnt=${#ppa[*]}
while [[ $i -lt $cnt ]]; do
speed=$(lanadmin -s ${ppa[$i]})
limit=$(echo $speed | cut -d '=' -f 2)
echo "${name[$i]} speed = $((limit/1000000))Mbits/second"
let i=i+1
done
Above script will give your the speed.
More discussion is at,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=634321
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 11:14 AM
07-27-2004 11:14 AM
Re: How to check speed & duplexity of my network interface.
I saw somewhere you can use ndd which is widely used on SUN Soloris boxes. I don't have a HP-UX handy to check. But I have used it SUN servers.
Try man pages for ndd.
Good Luck