Operating System - HP-UX
1827439 Members
6129 Online
109965 Solutions
New Discussion

Re: HIDS agent fails to start

 
Jon Ford
Occasional Contributor

HIDS agent fails to start

I've got 6 other nodes up and running in the IDS gui, but have a server that is giving me some issues. My system administrators installed HIDS on all of my servers at the same time so I'm somewhat confident that the installation between the servers that do work and the server that does not work is uniform.

After successfully importing keys, I try to start the service in init.d and get this error message:

#/sbin/init.d/idsagent start
ERROR: kernel does not have idds support

I check /dev and idds is not present on the server. Is this my problem? Does this device file get installed with HIPS or is it normally installed with a different process/app? If so, what is it?
4 REPLIES 4
Tim Nelson
Honored Contributor

Re: HIDS agent fails to start

idds is probably simply not enabled in the kernel as it states.

OS Version ??

If 11.11 then kmadmin |grep idds

If 11.23 or above then kcmodule|grep idds

to see the status of the driver.

Pierre Pasturel
Respected Contributor

Re: HIDS agent fails to start

Hi Jon -

Please run /opt/ids/bin/IDS_checkInstall to make sure you have the necessary patches. Also check out the troubleshooting entries at http://docs.hp.com/en/5992-2108/apgs01.html#caccabjb and http://docs.hp.com/en/5992-2108/apgs01.html#ciabechd

Pierre
Jon Ford
Occasional Contributor

Re: HIDS agent fails to start

Here's what I get when I run the check install

$ sudo /opt/ids/bin/IDS_checkInstall

Checking all required kernel patches are installed on aulhpux4...
PHKL_35091 is installed
PHKL_34466 is installed
WARNING: The idds driver is not configured into the kernel.

Installation check failed.
Pierre Pasturel
Respected Contributor

Re: HIDS agent fails to start

There was probably an error when attempting to rebuild the kernel for enabling the IDS kernel component. Please try the suggestion at
http://docs.hp.com/en/5992-2108/apgs01.html#caccabjb

You can also check your swagent.log for where the kernel was rebuilt when installing the IDS-KRN.IDS-AGT-KRN fileset. Look for an entry like :

* Installing fileset "IDS-KRN.IDS-AGT-KRN,r=B.03.00.00" (1 of
5).
NOTE: Building a new kernel based on template file "/stand/system"
Generating module: krm...
Compiling /stand/build/conf.c...
....

Pierre