- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error /dev/kmem while starting candle !
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
03-14-2006 04:27 PM
03-14-2006 04:27 PM
As Ops team informed that the server is showing status_unknown in candle.
Hence tried to stop and start the candle agent.
I am getting this error while starting candle agent , after stopping candle agent.
# cd /sbin/init.d
# candle start
...
..
(4417A108.2B0C4F38-1:kuxmain.c,298,"kuxmain") kuxagent process group set.
init_sock: Failure to open /dev/kmem, errno = 13: permission denied
(4417A108.2B7CD7D0-1:kux00agt.c,100,"TakeOffline") No heartbeat available to take offline.
uxdc **** kuxagent terminated ****
---------------
Server: N4000 , hp-ux B.11.00
Does anyone have any idea ,as whats problem.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 04:36 PM
03-14-2006 04:36 PM
Re: Error /dev/kmem while starting candle !
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 04:49 PM
03-14-2006 04:49 PM
Re: Error /dev/kmem while starting candle !
UNIX error 13 means Permission Denied. Check the permissions of /dev/kmem
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 05:18 PM
03-14-2006 05:18 PM
Re: Error /dev/kmem while starting candle !
The permission is :
# ls -l /dev/kmem
crw-r----- 1 bin sys 3 0x000001 Jan 21 2000 /dev/kmem
root@server1
# file /dev/kmem
/dev/kmem: character special (3/1)
----------------------------------------------------------------------
It seems no problem with the permission as I compared with another server running candle , and seems no difference in the file.
Here # ps -ef | grep candle only shows only one agent is running : i.e kulagent (Unix Log monitoring Agent). The other agent kuxagent (Unix OS Monitoring agent) , is not runnig. And restarting of candle is giving the above error of /dev/kmem.
Any idea, whats wrong.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 05:55 PM
03-14-2006 05:55 PM
Re: Error /dev/kmem while starting candle !
Was this working before ? Have you tried to change any configuration ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 06:00 PM
03-14-2006 06:00 PM
Re: Error /dev/kmem while starting candle !
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:15 PM
03-14-2006 07:15 PM
Re: Error /dev/kmem while starting candle !
I think, "cadle" is used to collect datas from host using SNMP request. Which user trying to execute the command to start ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:25 PM
03-14-2006 08:25 PM
Re: Error /dev/kmem while starting candle !
See if there are any IPCs left behind from the previous run. Those could be causing problems too.
ipcs -a | grep -i
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 12:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 01:18 AM
03-15-2006 01:18 AM
Re: Error /dev/kmem while starting candle !
Candle agent run as root ok?
There arent another candle process started?
If i remember, candle agent log actions. You have sure you stop agent susscefull?