- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIC Configuration
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
06-27-2001 12:54 AM
06-27-2001 12:54 AM
NIC Configuration
please excuse my silly question, but can anybody tell me how I can set the speed of my NIC from 10 to 100 Mbit/s?
If have a HP9000 with HP-UX 11.0
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 01:02 AM
06-27-2001 01:02 AM
Re: NIC Configuration
Only with the terminal.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 01:15 AM
06-27-2001 01:15 AM
Re: NIC Configuration
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 01:51 AM
06-27-2001 01:51 AM
Re: NIC Configuration
HSC? PB? PCI?
there will be a file in /etc/rc.config.d for the card type that will allow you to set the speed/duplex mode on boot up.
That assumes the card you have supports 100BaseT :-}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 01:54 AM
06-27-2001 01:54 AM
Re: NIC Configuration
you need to go to the dir /etc/rc.cnofig.d
if you will do ls hp* you will see all the config files of the NIC
if you have the dedault NIC the config file is
hpbase100conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 02:33 AM
06-27-2001 02:33 AM
Re: NIC Configuration
This helped me.
If I get better I hope I can help you too ;))
Martin Gerbing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 01:00 PM
07-04-2001 01:00 PM
Re: NIC Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 08:43 AM
07-05-2001 08:43 AM
Re: NIC Configuration
1. lanscan command allow you to have the PPA ( physical point of attachment ). If you have multi-lan server . ( let's say : ppa = 0 )
2. lanadmin -S 100000000 0
100000000 : the speed
0 : ppa
Notice : -S is the option ans it's in UPPER CASE.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 09:13 AM
07-05-2001 09:13 AM
Re: NIC Configuration
1. Identify the LAN Interface using the lanscan command to know the interface.
2. Check for the speed set already using the Lanadmin command.
3. Use the command lanadmin ?s 100000 nmid or the ppa to change it to the desired one.
4. Check the setting using the lanadmin command again.
Manoj Srivastava