- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- HP ASM Installation fails on Proliant ML370 runing...
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
11-05-2003 08:20 AM
11-05-2003 08:20 AM
HP ASM Installation fails on Proliant ML370 runing RH-8?
Could someone guide me how to solve this problem please?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 09:59 AM
11-05-2003 09:59 AM
Re: HP ASM Installation fails on Proliant ML370 runing RH-8?
does not identify your kernel version that is surprising ?
I feel that by giving a little more info you would stand more chances of meaning-full reply.
J-P willing to help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 10:40 AM
11-05-2003 10:40 AM
Re: HP ASM Installation fails on Proliant ML370 runing RH-8?
It relies upon having the 'kernel-source' package installed however.
This is your issue. Install the matching kernelsource package from RH, then try it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 07:32 PM
11-05-2003 07:32 PM
Re: HP ASM Installation fails on Proliant ML370 runing RH-8?
I've already install the source RPM for my installed kernel (2.4.20-20.8smp) but it seems that its not enoogh.
Here is the err msg that i'm getting when the ASM service is starting up :
# hpasm activate
==============================================================================
NOTE: New snmpd.conf entries were added to the top of /etc/snmp/snmpd.conf
==============================================================================
==============================================================================
NOTE: New cma.conf entries were added to the top of /opt/compaq/cma.conf
==============================================================================
HP HTTP server's passwords were all preserved to their previous setting.
Following environment variables were used to configure snmpd/agents:
CMALOCALHOSTRWCOMMSTR
CMALOCALHOSTROCOMMSTR
CMAMGMTSTATIONIPORDNS
CMAMGMTSTATIONRWCOMMSTR
CMAMGMTSTATIONROIPORDNS
CMAMGMTSTATIONROCOMMSTR
CMADEFTRAPCOMMSTR
CMATRAPDESTINATIONIPORDNS
CMATRAPDESTINATIONCOMMSTR
HPHTTPSERVEROVERWRITE
Starting HP Server Management Drivers and Agents, please wait ...
ls: /lib/modules/2.4.20-20.8smp/build/include/linux/version.h: No such file or directory
ls: /boot/vmlinuz.version.h: No such file or directory
/lib/modules/2.4.20-20.8smp/build/include/linux/version.h does not exist
Please load the appropriate sources to rebuild module.
Thanks for your attention.
maor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 08:06 PM
11-05-2003 08:06 PM
Re: HP ASM Installation fails on Proliant ML370 runing RH-8?
he version of Linux you are running.
I don't know where the rpm sources go but it might be that this application need
s a "proper" source tree.
Anyway, "version.h" should exist in your src tree/linux/include/linux. I have g
ot applications to build properly by just linking this file to the place where t
he application is looking for it (for some reason your application is looking fo
r this in the modules directory).
You could try a symbolic link from your src tree/linux/include to /lib/modules/2.4.20-20.8smp/build/include
It might work but it's a bit of a hack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 02:18 PM
11-06-2003 02:18 PM
Re: HP ASM Installation fails on Proliant ML370 runing RH-8?
[root@linux 2.4.18-14]# ls -ald /lib/modules/2.4.18-14/build
lrwxrwxrwx 1 root root 32 Dec 3 2002 /lib/modules/2.4.18-14/build -> ../../../usr/src/linux-2.4.18-14
So thuis should work fine.
If you've made a custom kernel, you might need to cerate the symbolic link yourself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 07:06 AM
11-07-2003 07:06 AM
Re: HP ASM Installation fails on Proliant ML370 runing RH-8?
1- What exactly should i install (sourcees / modules) in addition to my customized kernel (2.4.20xx-smp) to allow the hpasm auto rebuild proccess to work fine and match the hpasm to my RH-8 smp kernel?
2- I saw that the hpasm demand that the compat-libstdc++ will be installed on the system for the asm health agents. Which version of the compat-libstdc++ should i nstall in order to fulfill this demand?
Thanks alot to all of you.
Maor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 09:17 AM
11-07-2003 09:17 AM
Re: HP ASM Installation fails on Proliant ML370 runing RH-8?
2) The one that is distributed with RH8, or which ever is the latest eratta. A quick search shows compat-libstdc++-7.3-2.96.110 as being distributed with RH8 (although you might also need the '-devel' rpm too, unsure) with no eratta versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 12:41 AM
11-08-2003 12:41 AM
Re: HP ASM Installation fails on Proliant ML370 runing RH-8?
1- I didn't make the kernel, i've just used a generic RH-8 smp rpm (kernel_2.4.20-20.8-smp.RPM) and install it.
I wand to know what this installation method is missind (modules, files.. etc) for the hp asm functioning and rebuilding procedure?, or maybe i must build the kernel myself and not using a fixed RPM?
2- Thanks for this answer :) .
Maor