- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change default nic
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
09-08-2006 05:56 AM
09-08-2006 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 06:03 AM
09-08-2006 06:03 AM
SolutionThis will cause connectivity issue with server. Better do this at server console.
configure /etc/rc.config.d/netconf
and if you want to make 100 Full Duplex permanent then change relative file in /etc/rc.config.d
btlanconf or hpgelanconf.
Change network physical connection from lan0 to 1.
then /sbin/init.d/net stop;/sbin/init.d/net start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 06:07 AM
09-08-2006 06:07 AM
Re: Change default nic
If you do not want to modify the files manually -
Use SAM
disable the current lan0 card
enable lan1 card with desired IP address and speed setting
move network cable from lan0 card to lan1 card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 06:17 AM
09-08-2006 06:17 AM
Re: Change default nic
You absolutely do not want to use SAM for network configuration. It has a well storied history of breaking network configuration by any means possible.
Manual edit the files.
to make lan1 lan0 you need to probably renumber your hardware instance.
http://www.google.com/url?sa=t&ct=res&cd=4&url=http%3A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%3FthreadId%3D1014733&ei=mrMBRdjRIsyYYdv0-O0E&sig=__VMiqns2DO_mIisC3AAcOJ92xIH0=&sig2=BMpauZVY93CyCQUt26lHRQ
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 06:39 AM
09-08-2006 06:39 AM
Re: Change default nic
You can modify the /etc/rc.config.d/netconf file to change the lan0 to lan1. I use SAM to set the NIC to 100 Full Duplex.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 07:13 AM
09-08-2006 07:13 AM
Re: Change default nic
I respectfully disagree with Mr Protter on the use of SAM for NIC changes. I use it exclusively for NIC changes(and have done so for many years) without ever having any issues as a result. In fact, I have used SAM to correct NIC issues brought on by people who thought they knew how to do the changes by editing the files.