- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lanadmin .
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-20-2003 12:39 AM
08-20-2003 12:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 12:44 AM
08-20-2003 12:44 AM
Re: lanadmin .
if the interface is lan0. In /etc/rc.config.d you can set it permanent.
to look at the current speed use:
lanadmin -sx 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 12:47 AM
08-20-2003 12:47 AM
Re: lanadmin .
lanadmin -X AUTO_OFF ppa_of_lan -- to set auto negotiation off.
(make sure you set it off at both ends-at nic and at switch)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 12:48 AM
08-20-2003 12:48 AM
Re: lanadmin .
The current configuration is : 100 FD Manual .
I want to set it to autonego =off .
Eran.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 12:49 AM
08-20-2003 12:49 AM
Re: lanadmin .
lanadmin -X 100FD 0
it works!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 12:56 AM
08-20-2003 12:56 AM
Re: lanadmin .
Current Config = 100 Full-Duplex AUTONEG
this is how it looks on
lanadmin -sx 0
if you dont set it manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 12:59 AM
08-20-2003 12:59 AM
Re: lanadmin .
# lanadmin -x
To 100 FD AutoNego =off:
# lanadmin -X 100FD
And you would need to edit /etc/rc.config.d/hpbase100conf:
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=
HP_BASE100_SPEED[0]=100FD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 01:03 AM
08-20-2003 01:03 AM
Re: lanadmin .
i looked for this file and i dont have it :( .
and nothing like *100* .
is it normal ?
Eran .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 01:09 AM
08-20-2003 01:09 AM
SolutionThe file to be updated will depend entirely on the type of card. From you ioscan pick out which driver it is, then see the list below:
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 01:13 AM
08-20-2003 01:13 AM
Re: lanadmin .
ether - /etc/rc.config.d/hpetherconf
base - /etc/rc.config.d/hpbasetconf
bt - /etc/rc.config.d/hpbtlanconf
etc.
so you need to now something about you hardware try:
ioscan -funC lan
and
lanscan
/Jannik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 05:40 AM
08-20-2003 05:40 AM
Re: lanadmin .
I have this configuration on :
/etc/rc.config/hpbtlanconf
I have low networking performance on this server , i think that the problem is coming from the cisco switch .
On the switch side the configuration must be AutoNego=Off .
Eran .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 06:53 PM
09-28-2003 06:53 PM
Re: lanadmin .
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 09:22 PM
09-28-2003 09:22 PM
Re: lanadmin .
BR,
Dmitry