- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Enable Built-in NIC On The Fly?
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
04-09-2002 10:40 AM
04-09-2002 10:40 AM
I have a need to enable the built-in NIC on our K570. This NIC will be used for direct access by the vendor for support. The vendor already has a dedicated line to us and currently goes over our network to get to this box. We want to have the vendor have to go over a private network to this box using the built-in NIC.
The question I have is, can I re-enable/configure this card without causing any problems while the system is up and running? We are running HP/UX 11.00.
This is a production box with 200+ users accessing it via a 10/100BaseT card.
Thanks!
- Justin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 10:43 AM
04-09-2002 10:43 AM
Re: Enable Built-in NIC On The Fly?
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 10:45 AM
04-09-2002 10:45 AM
Re: Enable Built-in NIC On The Fly?
This interface is always enabled . Do a lanscan and find out the corresponding lan device using the H/W path. Usually it defaults to lan0 but depends.
#lanscan
(Find out the lan device)
#ifconfig lan0 inet IP_Address netmask mask
Edit your /etc/rc.config.d/netconf and duplicate the existing entries, increase the index to the next integer and change them suitable to the new IP parameters. This will make the changes permanent.
You may need to add a static route.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 10:58 AM
04-09-2002 10:58 AM
SolutionYou can do your required task with NIC without disturbing the running machine. NIC remains enabled as long as configured properly.
You need to do following things.
1. edit the file /etc/rc.config.d/netconf and put all the required values like IP address, Gateway, Subnet mask....etc..etc....
2. Save the file.
3. Run following command
/sbin/init.d/net stop
/sbin/init.d/net start
4. Now check the card using
#lanscan
or
# ifconfig lan0
Ping any of the machine over the network and you are all set then.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 10:59 AM
04-09-2002 10:59 AM
Re: Enable Built-in NIC On The Fly?
Just to let you know.
YOU DO NOT NEED TO REBOOT THE MACHINE .
-PAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 11:09 AM
04-09-2002 11:09 AM
Re: Enable Built-in NIC On The Fly?
Will not running /sbin/init.d/net stop
cause issues for who ever is connected to the box?
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 11:13 AM
04-09-2002 11:13 AM
Re: Enable Built-in NIC On The Fly?
Nope net stop/start leaves existing connections untouched - it will however prevent new connections until fully back up.
Rgds,
Jeff