- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change network card setting.
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
08-26-2002 12:24 AM
08-26-2002 12:24 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 12:32 AM
08-26-2002 12:32 AM
Re: Change network card setting.
Normally lan cards are autosensing and by default it's enabled
you can check it with the lanadmin command (see man pages)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 12:39 AM
08-26-2002 12:39 AM
Re: Change network card setting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 12:53 AM
08-26-2002 12:53 AM
Re: Change network card setting.
to get the current setting.
The ppa-number can be got from
#lanscan
Make sure that you do not have a mismatch of speed between your switch and the server.
To change the setting.
#lanadmin -X 100FD
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 12:54 AM
08-26-2002 12:54 AM
Re: Change network card setting.
Some server can be very sensitive to network settings. Check for:
Both Network card and switch port hard.
or
Both Network card and switch port auto.
Never mix hard and auto.
To check the settings (for lan 0):
lanadmin -x 0
to change the settings to auto
lanadmin -X AUTO_ON 0
change to 100 full duplex hard
lanadmin -X 100FD 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 01:57 AM
08-26-2002 01:57 AM
Solutionfor permament settings You have to edit file in /etc/rc.config.d:
For speed and duplex, it depends on which driver your lancard is using, you can check by doing ioscan -fknClan and then match it to this list;
Driver duplex file Description Software
btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf Internal (core) LAN card
btlan4 hpgsc100conf
btlan5 hppci100conf "external" PCI card A5230A
btlan6 hpsppci100conf V-class PCI lan card
gelan hpgelanconf GigaBit card A4926A
All the files are in /etc/rc.config.d
If youre going to do it online you should test it from the console by doing /sbin/init.d/net stop then start.
For example entry in /etc/rc.config.d/hpbase100conf:
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=0x001083F5B591
HP_BASE100_SPEED[0]=100HD
regards seba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 05:49 AM
08-26-2002 05:49 AM
Re: Change network card setting.
here is waht you can do :
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 100/10 nmid or the ppa to change it to the desired one.
4. Check the setting using the lanadmin command again.
5. To change it permanently go to /etc/rc.config.g directory and make changes in the net* files.
Manoj Srivastava