- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: idsagent problem
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
10-07-2004 05:47 AM
10-07-2004 05:47 AM
idsagent problem
I had a problem with the idsagent on my hpux 11.11, the idsagent process used 98% of the cpu and i can´t stopped it.
In the /var/opt/ids/error.log file, i found this message:
rcm_init: Could not initialize communication library: errno=226:Address already in use.
Please somebody can tellme what happend?
Thanks
Davi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 07:14 AM
10-07-2004 07:14 AM
Re: idsagent problem
check with swlist -l fileset -a state if the IDS software is installed properly.
It should show 'configured'.
If it shows 'installed' run swconfig against the fileset and see if that helps.
Steffi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 07:39 AM
10-07-2004 07:39 AM
Re: idsagent problem
Try to kill any ids process still in memory, from a previous run and let us know.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 08:59 AM
10-07-2004 08:59 AM
Re: idsagent problem
I stopped the idsagent with kill command, but why the idsagent used 98% of my processor and why i can not stopped it with /sbin/init.d/idsagent stop??
Thanks
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 07:31 PM
10-07-2004 07:31 PM
Re: idsagent problem
For example, monitoring "buffer overflow" and "race condition" produce high load.
Also, having scripts in /opt/ids/response make the system running this scripts on every ids event !!! If you don't use (mail or vpo) alerts, move any program in an other directory.
And for stopping ids with "/etc/init.d/idsagent stop", what are the error message displayed ? you have to be root to run this script, etc.
Olivier.
PS : please don't forget to assign points : it is important for other peer to see if you receive the solution, and you will have more chance to receive responses for any other question !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 04:54 AM
10-11-2004 04:54 AM
Re: idsagent problem
The "Address already in use" error most likely means that the port used by the idsagent to communicate with the admin GUI is in use. You can run "netstat -na |grep 2985" to see if the default port used by the agent is in use (run this when idsagent is not running).
The templates you are running has nothing to do with the CPU usage of idsagent. idscor is the process that runs the templates and can show high CPU. I don't know why idsagent used up so much CPU.
IDS v3.0 is due out soon and addresses performance and CPU utilization issues, as well as providing more powerful filtering of unwanted alerts. I am very excited about this release.
Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 03:01 AM
10-13-2004 03:01 AM
Re: idsagent problem
I get this err when I did bad import of Client keys.
Try to repeat conf steps.
su - ids
/opt/ids/bin/IDS_genAdminKeys
/opt/ids/bin/IDS_genAgentCerts
/opt/ids/bin/IDS_importAgentKeys /var/opt/ids/tmp/hostname.tar.Z manager-hostname
/sbin/init.d/idsagent start