Sponsored Content
Full Discussion: Rediscover a new NIC
Special Forums UNIX and Linux Applications Virtualization and Cloud Computing Rediscover a new NIC Post 302760239 by karlochacon on Thursday 24th of January 2013 12:22:12 AM
Old 01-24-2013
Rediscover a new NIC

hi guys

I am using Suse 11 in virtual enviroment using vmware.

For some reasons I need to add a new virtual nic or just a nic to my suse 11.

so is there a way to add this new NIC to my Suse 11 without restarting?

thanks a lot

---------- Post updated 01-24-13 at 01:22 AM ---------- Previous update was 01-23-13 at 05:28 PM ----------

To configure the network card from the command line interface:
The acpiphp module must be loaded for Linux to detect hot-added devices.

To load the acpiphp module, run this command:

Code:
# modprobe acpiphp

Run the kudzu command to ensure that the new hardware is detected and configured.

Code:
# kudzu

Run this command to ensure that the network card is enabled:

Code:
#ifup eth2

Note: eth2 is the new network card that has been added.
To configure the network card, edit the ifcfg-eth2 file using a text editor.

To edit the file using vi editor, run this command:

Code:
# vi /etc/sysconfig/network-scripts/ifcfg-eth0


Last edited by karlochacon; 01-23-2013 at 05:43 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

nic configuration

Hi, what are the basic steps/command to configure a new nic (2nd) on Solaris 9? :eek: 10x N. (4 Replies)
Discussion started by: nadav
4 Replies

2. Shell Programming and Scripting

NIC address

how can I know the Network Interface Card physical address? (4 Replies)
Discussion started by: nokia1100
4 Replies

3. Solaris

Cause of NIC changes ...?

Hi , I came across a SUN server whereby it was installed with additional ethernet card. By right in any configuration, you would probably see the onboard ports Net0,Net1 and so on should correspond to e1000g0,e1000g1... But instead the ext PCI takes precedence in the order and the Net0 becomes... (3 Replies)
Discussion started by: incredible
3 Replies

4. HP-UX

how can I determine which NIC card is virtual NIC Card

how can I determine which NIC card is virtual NIC Card which condition can make a decision Does HP UX have Virtual Network Adapter Concept if ,it has where I can Find if I Install Virutal Network Adapter or which command that i can get it or which software can generate thanks (2 Replies)
Discussion started by: alert0919
2 Replies

5. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

6. IP Networking

squid proxy: one NIC for inbound & one NIC for outbound?

I am new in squid proxy. My question is how to (and if it's necessary) to set one NIC for inbound traffic (http requests) and one NIC for outbound traffic (http answers)? Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies

7. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

8. HP-UX

Configure Second NIC on HP UX?

Hello, I need to configure a second NIC on my HP UX, B.11.31 U ia64 ...if it is helpful. I see a good thread to start on: Configuring NIC https://www.unix.com/hp-ux/15589-configuring-nic.html I have started reading the man pages listed. Without having to know every last detail is there... (3 Replies)
Discussion started by: KmJohnson
3 Replies

9. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies
kudzu(1)						      General Commands Manual							  kudzu(1)

NAME
kudzu - detects and configures new and/or changed hardware on a system SYNOPSIS
kudzu DESCRIPTION
kudzu detects and configures new and/or changed hardware on a system. When started, kudzu detects the current hardware, and checks it against a database stored in /etc/sysconfig/hwconf, if one exists. It then determines if any hardware has been added or removed from the system. If so, it gives the users the opportunity to configure any added hardware, and unconfigure any removed hardware. It then updates the database in /etc/sysconfig/hwconf. If no previous database exists, kudzu attempts to determine what devices have already been configured, by looking at /etc/modules.conf, /etc/sysconfig/network-scripts/, and /etc/X11/XF86Config. OPTIONS
--usage Show short usage message. --help, -? Print help information. -q, --quiet Run 'quietly'; do only configuration that doesn't require user input. -s, --safe Do only 'safe' probes that won't disturb hardware. Currently, this disables the serial probe, the DDC monitor probe, and the PS/2 probe. -t, --timeout [seconds] This sets the timeout for the initial dialog. If no key is pressed before the timeout elapses, kudzu exits, and /etc/syscon- fig/hwconf is not updated. -k, --kernel [version] When determining whether a module exists, use the specified kernel version. (If this is not set, it defaults to the current kernel version.) Do not specify suffixes such as 'smp' or 'summit'; these are automatically searched. -b, --bus [bus] Only probe on the specified bus. -c, --class [class] Only probe for the specified class. -f, --file [file] Read hardware probe info from file file and do not do an actual probe. -p, --probe Print probe information to the screen, and do not actually configure or unconfigure any devices. FILES
/etc/sysconfig/hwconf Listing of current installed hardware. /etc/sysconfig/kudzu Configuration for the boot-time hardware probe. Set 'SAFE' to something other than 'no' to force only safe probes. /etc/modules.conf Module configuration file. /etc/sysconfig/network-scripts/ifcfg-* Network interface configuration files. BUGS The serial probe will disturb any currently in-use devices, and returns odd results if used on machines acting as serial consoles. On some older graphics cards, the DDC probe can do strange things. AUTHOR
Red Hat, Inc. 4th Berkeley Distribution Red Hat, Inc. kudzu(1)
All times are GMT -4. The time now is 09:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy