- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lancard
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-04-2004 10:07 PM
07-04-2004 10:07 PM
lancard
example to set 10mbps or 100mbps.
Thanks
mangesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 10:12 PM
07-04-2004 10:12 PM
Re: lancard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 10:18 PM
07-04-2004 10:18 PM
Re: lancard
Use lanadmin command:
#lanadmin
This is an interactive command
You have to enter the ppa number of the card
of which you want to view the details.
Normally ppa 0 = first lan card
ppa 1 = second and on..
you can get the ppa values usgin the lanscan command.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 10:36 PM
07-04-2004 10:36 PM
Re: lancard
lanadmin -x 0
to change it to 100FD
lanadmin -X 100FD 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 10:41 PM
07-04-2004 10:41 PM
Re: lancard
The file is (are) located in /etc/rc.config.d/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 10:42 PM
07-04-2004 10:42 PM
Re: lancard
# lanscan
This will list all the LAN cards you have in the System. Identify the PPA no of the lan card through this output.
e.g. lan0 PPA is 0
lan1 PPA is 1 similary...
# lanadmin -s 0
this will display the speed setting of lan0
# lanadmin -S 100000000 0
This will set the lan0 to 100MBps Speed
# lanadmin -S 10000000 0
This will set the lan0 to 10MBps Speed
Hope that helps,
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 10:45 PM
07-04-2004 10:45 PM
Re: lancard
We can know the lan speed with lanadmin command.
lanadmin options for lan card speed
===================================
s Display current speed setting corresponding to PPA Number.
S Set new speed setting corresponding to PPA Number.
speed New speed setting in Mbits/second.
You have to get the lan card PPA number. Get it with lanscan -p command.
To get all lan card speed,
for i in $(lanscan -p); do
echo "lan$i $(lanadmin -s $i)"
done
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 11:08 PM
07-04-2004 11:08 PM
Re: lancard
Also have a look at this link.
http://forums1.itrc.hp.com/service/forums/helptips.do?admit=716493758+1085211538437+28353475#33
Regards,