VMware Cloud Community
virtualesxer
Contributor
Contributor
Jump to solution

Installing char-modules

I'm getting a lot of these in /var/log/messages (in this case, from the hpacucli utility):

my-vmware modprobe: modprobe: Can't locate module char-major-10-220

Is there a (safe) way I can create/install these missing modules? It's cluttering up my log needlessly, yet I want to be sure I don't mess up my system.

Thanks.

Tags (1)
Reply
0 Kudos
1 Solution

Accepted Solutions
Texiwill
Leadership
Leadership
Jump to solution

Hello,

I'm getting a lot of these in /var/log/messages (in this case, from the hpacucli utility):

Do not run hpacucli unless you are going to use it.

my-vmware modprobe: modprobe: Can't locate module char-major-10-220

Run the following as well

echo "alias char-major-10-220 off" >> /etc/modules.conf

Is there a (safe) way I can create/install these missing modules? It's cluttering up my log needlessly, yet I want to be sure I don't mess up my system.

You can not install modules not already blessed by VMware. This one is looking for HP specific hardware it can not find as the vmkernel does not allow it to access it. The command above will stop the messages from appearing.


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.

CIO Virtualization Blog: http://www.cio.com/blog/index/topic/168354

As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill

View solution in original post

Reply
0 Kudos
2 Replies
Texiwill
Leadership
Leadership
Jump to solution

Hello,

I'm getting a lot of these in /var/log/messages (in this case, from the hpacucli utility):

Do not run hpacucli unless you are going to use it.

my-vmware modprobe: modprobe: Can't locate module char-major-10-220

Run the following as well

echo "alias char-major-10-220 off" >> /etc/modules.conf

Is there a (safe) way I can create/install these missing modules? It's cluttering up my log needlessly, yet I want to be sure I don't mess up my system.

You can not install modules not already blessed by VMware. This one is looking for HP specific hardware it can not find as the vmkernel does not allow it to access it. The command above will stop the messages from appearing.


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.

CIO Virtualization Blog: http://www.cio.com/blog/index/topic/168354

As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
Reply
0 Kudos
virtualesxer
Contributor
Contributor
Jump to solution

Do not run hpacucli unless you are going to use it.

Well, I need it. Smiley Happy Since I'm running ESX on a whitebox, I'm not getting a SNMP (test) trap from the HP Insight Manager (probably because, indeed, I miss half the HP hardware). Hpacucli, however, allows me to poll the status of the disks in the RAID. I used this link:

http://communities.vmware.com/thread/159276?tstart=0

Seems to be working fine.

my-vmware modprobe: modprobe: Can't locate module char-major-10-220

Run the following as well

echo "alias char-major-10-220 off" >> /etc/modules.conf

Well, that was easily fixed. Smiley Happy Thanks!

Reply
0 Kudos