Operating System - Linux
1832059 Members
3069 Online
110034 Solutions
New Discussion

ml530 linux starting cmastor

 
Patrik Rybar
New Member

ml530 linux starting cmastor

1. how can i search in this forum ?

2. when i starting cmastor
on RedHat have err. messagess in
/var/log

Oct 20 14:49:45 spinsrv modprobe: modprobe: Can't locate module block-major-105
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-72
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-73
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-74
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-75
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-76
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-77
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-78
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-79
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-105
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-106
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-107
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-108
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-109
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-110
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-111
Oct 20 14:49:50 spinsrv modprobe: modprobe: Can't locate module block-major-65
Oct 20 14:49:50 spinsrv last message repeated 9 times

whats wrong ?
have installed
ucd-snmp -4.2.3-1.7.2.3cmaX.2
ucd-snmp-utils-4.2.3-1.7.2.3cmaX.2
ucd-snmp-devel-4.2.3-1.7.2.3cmaX.2
cmasvr-5.40.0-13
cmanic-5.40.0-4
cmafdtn-5.40.0-14
cmastor-5.40.0-17
patrik rybar
1 REPLY 1
Kodjo Agbenu
Honored Contributor

Re: ml530 linux starting cmastor

Hi,

I don't know anything about cmastor. It will probably change in the future.

However, I guess some kernel module needed by the cmastor utilities is missing. If I were you, I would go to Compaq/HP site and check the pre-requisites cmastor.

If you know exactly which kernel driver is required, you can force it to load automatically by adding the following lines in /etc/modules.conf :

alias block-major-72 required_driver
alias block-major-73 required_driver
...
...

If you are sure no driver is required, then you can replace the "required_driver" above by the keyword "off".

Kodjo
Learn and explain...