- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: kudzu
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
03-30-2007 01:09 PM
03-30-2007 01:09 PM
kudzu
I loaded Linux RedHat EL 4 U4 on a Proliant DL380. After moving the 2 hard disk drives into another Proliant DL380 server, the kudzu hardware detection program asks me to remove the Ethernet cards (2 of them: 1 in a PCI slot and 1 on the motherboard) but does not ask me to add the cards (after removal) and configure them . I ended up with no ifcfg.eth* files under /etc/sysconfig/network-scripts. This issue was not noticed with RHEL 3.
So, how to force the system to detect the Ethernet cards if kudzu does not do it?
Christophe Thiebot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2007 07:12 PM
03-31-2007 07:12 PM
Re: kudzu
All the currently installed hardware will be in /etc/sysconfig/hwconf
Check the above file to see whether these are alrady there
and do a safe probe
kudzu -s
Rgds,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2007 12:11 PM
04-02-2007 12:11 PM
Re: kudzu
When i do: kudzu -s, nothing happens. No new hardware is detected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2007 05:24 PM
04-02-2007 05:24 PM
Re: kudzu
Sometimes Kudzu isn't as smart as it's supposed to be.. ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 11:15 AM
04-03-2007 11:15 AM
Re: kudzu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 12:10 PM
04-03-2007 12:10 PM
Re: kudzu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 12:46 PM
04-03-2007 12:46 PM
Re: kudzu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 01:49 PM
04-03-2007 01:49 PM
Re: kudzu
-
class: NETWORK
bus: PCI
detached: 0
device: eth1
driver: tg3
desc: "Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet"
network.hwaddr: 00:16:xx:xx:xx:xx
vendorId: 14e4
deviceId: 1648
subVendorId: 0e11
subDeviceId: 00d0
pciType: 1
pcidom: 0
pcibus: 2
pcidev: 2
pcifn: 1
-
(this is from a Dl360, but it will look fairly similar).
You deleted all of this, then ran '/usr/sbin/kudzu' ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 07:44 AM
04-05-2007 07:44 AM
Re: kudzu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2007 12:19 PM
04-06-2007 12:19 PM
Re: kudzu
lspci returned an error because of duplicate entries in /usr/share/hwdata/pci.ids.
By removing the duplicate entries, lspci was fine and kudzu was able to detect my hardware!