- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configuring LAN card in SAM
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-07-2000 03:10 AM
07-07-2000 03:10 AM
Configuring LAN card in SAM
card type=fast ethernet
autoneg=on
speed=100
duplex mode=half
trying to change to
off
100
full
If you have any insight on why this is happening let me know.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 03:29 AM
07-07-2000 03:29 AM
Re: Configuring LAN card in SAM
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 03:30 AM
07-07-2000 03:30 AM
Re: Configuring LAN card in SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 03:33 AM
07-07-2000 03:33 AM
Re: Configuring LAN card in SAM
Check the cable and the network connection is capable of full duplex
Config the card by hand and see if it takes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 03:55 AM
07-07-2000 03:55 AM
Re: Configuring LAN card in SAM
Where does the 'autoneg' get configured in that file?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 04:46 AM
07-07-2000 04:46 AM
Re: Configuring LAN card in SAM
driver /etc/rc.config.d/
btlan0 hpeisabtconf
btlan hpbtlanconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf
1. Ensure you have the latest cumulative patch for your 100BaseT card.
2. Copy the configuration file from /usr/newconfig/etc/rc.config.d/hp#####conf to /etc/rc.config.d
example with PCI card:
#/mv /etc/rc.config.d/hpbase100conf /tmp/hpbase100conf.old
#cp /usr/newconfig/etc/rc.config.d/hpbase100conf /etc/rc.config.d
3. Modify the file by setting the startup variables
HP-BASE100_INTERFACE_NAME[#]=lan0
(leave the station address blank)
HP_BASE100_SPEED[#]=100FD (where # is the interface index)
4. Launch the start up script manually by issuing start from the startup script
#/sbin/rc2.d/S323hpbase100 start
5. Confirm autonegotiation is off with lanadmin command
#lanadmin -x
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 04:49 AM
07-07-2000 04:49 AM
Re: Configuring LAN card in SAM
remember to restart the net with
/sbin/init.d/net stop ; /sbin/init.d/net start
after you have made the changes to the /etc/rc.config.d/hpgsc100conf file