- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lan card needs to be reset after each reboot
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
02-05-2001 05:39 AM
02-05-2001 05:39 AM
lan card needs to be reset after each reboot
We recently upgraded from 10.20 to 11.00 on this box and I am assuming that we either need to load some additional software or we need to modify some config files. The lan card worked fine when we were running 10.20.
Any help would be greatly appreciated.
thanks,
Greg Hale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 06:31 AM
02-05-2001 06:31 AM
Re: lan card needs to be reset after each reboot
You need to run a few utilities so you ensure you config the info to the correct lan (if you have multiple lan cards)
lanscan
netstat
ipconfig lan_
Manually edit your netconf file with the information you get from these files...but you probably already know the info if you've been doing it manually. After you config the file you may want to stop inetd and restart it to ensure it's reading everything ok.
/sbin/init.d/inetd stop
/sbin/initd.inetd start
Hope this helps,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 06:43 AM
02-05-2001 06:43 AM
Re: lan card needs to be reset after each reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 09:45 AM
02-05-2001 09:45 AM
Re: lan card needs to be reset after each reboot
However, I rebooted the server again to see what would happen and all changes were lost again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 11:20 AM
02-05-2001 11:20 AM
Re: lan card needs to be reset after each reboot
Thanks to everyone for their help.
-Greg