- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HIDS agent fails to start
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-20-2008 12:40 PM
10-20-2008 12:40 PM
HIDS agent fails to start
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 01:22 PM
10-20-2008 01:22 PM
Re: HIDS agent fails to start
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 11:14 AM
10-27-2008 11:14 AM
Re: HIDS agent fails to start
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 11:48 AM
11-07-2008 11:48 AM
Re: HIDS agent fails to start
$ 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2008 11:51 AM
11-11-2008 11:51 AM
Re: HIDS agent fails to start
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