- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: service guard
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
01-03-2007 04:09 AM
01-03-2007 04:09 AM
service guard
i am trying to configure sedrvice guard under REDHAT linux, servers DL380, i installed linux4 EL kernel version 2.6.9-22EL, when i try to install service guard rpm i receive the following error:
"kernel-source >= 2.4.18 is needed by serviceguard-A.11.16.01-0.i386"
I know that SG version 11.16 is supported under linux
any one have any idea??
thx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 06:05 AM
01-03-2007 06:05 AM
Re: service guard
Install the kernel source package.
The message means "I need kernel source higher than version 2.4.18 to run SG"
kernel-develop-2.6.9-22.EL
Thats the package that provides the source.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 09:16 AM
01-03-2007 09:16 AM
Re: service guard
the kernel module is already installed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 02:18 PM
01-03-2007 02:18 PM
Re: service guard
Stephen is correct. You need to install the Linux kernel source. That is not the same as the kernel module. The source is necessary to build some drivers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 04:47 PM
01-03-2007 04:47 PM
Re: service guard
How can i check if this module is installed?
because I installed redhat with all the package, (complete installation)
From where can i get this module ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 07:07 PM
01-03-2007 07:07 PM
Re: service guard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 07:11 PM
01-03-2007 07:11 PM
Re: service guard
I'm doing this from memory:
rpm -qa | fgrep kernel
you should see a "src" or "source" with the same 2.6.9-22 version.
Going back to basics - which version of SGLX have you installed (which RPM did you use)?
Also please do a uname -a and report the results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 08:38 PM
01-03-2007 08:38 PM
Re: service guard
>you should see a "src" or "source" with >the same 2.6.9-22 version.
in fact you should see kernel-devel package in RHEL4