- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Insight Manager agents (configuration)
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
07-21-2005 01:42 AM
07-21-2005 01:42 AM
Can someone point me in the right direction in order to install and configure the Insight Manager agents in a Linux Box ?
I've already installed 'hpasm-7.3.0-58' and have lot of processes running (ie: cmathreshd/cmahostd) but can't find any listening http socket on this machine.
Thanks in advance.
J. Carminati.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 02:48 AM
07-21-2005 02:48 AM
Re: Insight Manager agents (configuration)
http://h18013.www1.hp.com/products/servers/management/hpsim/index.html?jumpid=go/hpsim
My belief is that if you got a ProLiant the PSP software is with it. (Or you can get it for free) All the plugs and hooks are built in to the HP ProLiant hardware and the HP SIM application.
If you have a Linux system on some other HW, configure the snmp on the client. This will allow the Linux system to communicate via snmp and you can have some management of the system.
The Linux system can be managed but you will not have the total control of the system like you would a HP ProLiant running Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 04:26 AM
07-21-2005 04:26 AM
Re: Insight Manager agents (configuration)
This server is a ProLiant DL360 G3, I've already configured the snmp service and it's working okey, but when I connect to this server from my IM console I only see from the 'Status Information' that it's healthy, but cannot check the 'Software Status' due that for some reason there's no service listening on port 2381 (Overall System Status).
I'll check that URL, thanks.
Jorge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 04:40 AM
07-21-2005 04:40 AM
Re: Insight Manager agents (configuration)
I think it may be the hpasm service.
Issue the command 'chkconfig --list | grep hpasm'
Does this output have the service starting at any of the run levels?
Issue the command 'service hpasm start'. Does the service start? Can you connect via pport 2381 now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:14 AM
07-21-2005 05:14 AM
Re: Insight Manager agents (configuration)
I'm attaching a small txt file, as you'll see the service is up and running but it's not listening on port 2381. I only see a service named 'cmapeerd' listening on loopback interface on port 25376, don't know what's that and how can I change it to accept remote connections.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:35 AM
07-21-2005 05:35 AM
Re: Insight Manager agents (configuration)
If it will not run, what kind of errors are being reported? Does the /var/log/messages have any clues?
Info I have:
Doing the 'netstat -tunap | grep 2381' I get the output of
netstat -tunap | grep 2381
tcp 0 0 0.0.0.0:2381 0.0.0.0:* LISTEN 2209/cmawebd
Doing the 'lsof -i TCP:2381' I get the output of
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
cmawebd 2209 root 6u IPv4 17752 TCP *:2381 (LISTEN)
cmawebd 2211 root 6u IPv4 17752 TCP *:2381 (LISTEN)
cmawebd 2212 root 6u IPv4 17752 TCP *:2381 (LISTEN)
cmawebd 2605 root 6u IPv4 17752 TCP *:2381 (LISTEN)
cmawebd 2606 root 6u IPv4 17752 TCP *:2381 (LISTEN)
cmawebd 2607 root 6u IPv4 17752 TCP *:2381 (LISTEN)
Is something else running on port 2381? Can use lsof to find out. (lsof is default install on RH linux systems)
If port 2381 is clear, stop and restart the hpasm service.
/etc/init.d/hpasm stop
/etc/init.d/hpasm start
I do have cmapeered running on 25376 as well.
lsof | grep 25376
cmapeerd 2235 root 5u IPv4 11328 UDP localhost:25376
cmapeerd 2275 root 5u IPv4 11328 UDP localhost:25376
cmapeerd 2277 root 5u IPv4 11328 UDP localhost:25376
I am believing that the hpasm services are not running. If you are starting but they will not stay running, more info is needed to troubleshoot the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:06 AM
07-21-2005 06:06 AM
Re: Insight Manager agents (configuration)
Thanks for you reply.
The point is that you've a file/service named 'cmawebd' and I don't, I've just checked that, so don't know why that file is missed, any idea ? I'm using 'hpasm-7.3.0-58'.
Jorge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:14 AM
07-21-2005 06:14 AM
Re: Insight Manager agents (configuration)
It is a daemon that is running as part of the hpasm service.
The cmawebd executable exists in /opt/compaq/foundation/etc/cmawebd and in
/opt/compaq/foundation/bin/cmawebd.
This is on a RH AS 3.0 with
rpm -qa | grep -i asm
hpasm-7.1.1-87
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:16 AM
07-21-2005 06:16 AM
Re: Insight Manager agents (configuration)
What version of RH?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:27 AM
07-21-2005 06:27 AM
Re: Insight Manager agents (configuration)
This server runs RH ES 4 (update 1) and the rpm doesn't include any 'cmawebd' file, so something has been changed by HP, I suppose.
Tomorrow I'll continue investigating what's going on, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:31 AM
07-21-2005 06:31 AM
Re: Insight Manager agents (configuration)
There will be no return for the cmawebd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:36 AM
07-21-2005 06:36 AM
Re: Insight Manager agents (configuration)
>There will be no return for the cmawebd
so, where is this daemon supposed to be ? in which rpm file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 02:49 AM
08-01-2005 02:49 AM
Re: Insight Manager agents (configuration)
Thanks for all your help.
Regards.