- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configure Net Card
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-18-2002 01:09 PM
07-18-2002 01:09 PM
Configure Net Card
As I can know if my net card supports speed of 100 Mbps?.
In case my net card supports 100 Mbps of speed like I can make to configure it?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 01:16 PM
07-18-2002 01:16 PM
Re: Configure Net Card
Use the command lanadmin -x ppa. You can get the ppa number from lanscan command. On 11.0 the index associated with the lan card is the ppa (ex, 2 for lan2).
If it gives out the error that "this option is not supported for this card" then it does not.
Otherwise, you can use the command lanadmin -X to set the speed.
lanadmin -X 100FD 2
Make sure the switch is set to 100FD AUTO NEGOTIATION OFF.
To make it permanent, edit the corresponding file /etc/rc.config.d/hp*conf. (for ex., for gsc cards, hpgsc100conf) You can see the syntax of the entries in the file.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 01:18 PM
07-18-2002 01:18 PM
Re: Configure Net Card
See here (including the embedded links):
http://techsolutions.hp.com/fe/tips.html
For product information, you can use this:
http://partsurfer.hp.com/cgi-bin/spi/main
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 01:34 PM
07-18-2002 01:34 PM
Re: Configure Net Card
man landamin is the best way to do it .
lanscan will give you the ppa no or the network module id no.
landmin -x ppa no will give the current settings of speed
lanadmin -S 100FD ppa no. will change it to 100 Full Duplex etc .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:12 PM
07-18-2002 05:12 PM
Re: Configure Net Card
ppa_no can be get with lanscan command.
lanadmin -X 100FD ppa_no sets the speed to 100 MB full duplex.
Check if the same setting exists on switch also.
Man lanadmin, lanscan.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 12:03 AM
07-19-2002 12:03 AM
Re: Configure Net Card
/etc/rc.config.d
in this directory you shouuld find several files starting with hp and ending on conf e.g. hp100btconf , each cardtype you install the sioftware for wiull generate another file , if you have a 100bt card such file like this 9name may vary a little) in this file you can put among other things , the lan driver name , possibly change thje mac address is you need to but more importent , there is a option field for SPEED and there you can define 100HD , 100FD , 10HD or 10FD to force the card to a certain speed or duplex mode at startup , for 100 full duplex used 100FD and indeed make sure the switch has the appropriate settings
this is important beacause connecting full-duplex to a half-duplex devices causes uni-directional performance issues ...