Operating System - HP-UX
1833176 Members
2844 Online
110051 Solutions
New Discussion

vxconfigd - Configuration daemon not running

 
SOLVED
Go to solution
D Block 2
Respected Contributor

vxconfigd - Configuration daemon not running

when I do:
vxdisk list
I get error:
vxvm:vxdisk: ERROR: IPC failure: Configuration daemon is not accessible

do I simply run:
vxconfigd -k

are there any possible production issues during this command on a live system ?
Golf is a Good Walk Spoiled, Mark Twain.
3 REPLIES 3
Dave Olker
Neighborhood Moderator

Re: vxconfigd - Configuration daemon not running

Hi Tom,

Does ps confirm that vxconfigd is already running and potentially blocked, or is there not a vxconfigd currently running? If vxconfigd isn't running, did someone stop it or did it core?

According to the man page, starting vxconfigd with -k shouldn't have any adverse affects for currently configured volumes.

Regards,

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
David Child_1
Honored Contributor
Solution

Re: vxconfigd - Configuration daemon not running

Tom, this daemon is for configurations. If it is down you will not have any problems accessing your data, you just won't be able to change any configs (or view them).

To fire up the daemon if it is not running:
# vxconfigd

If the daemon is hung you can try:
# vxconfigd -k

If the daemon is up and running;

To display the current status (mode) of vxconfigd:
# vxdctl mode

To enable:
# vxdctl enable

Hope this helps.
D Block 2
Respected Contributor

Re: vxconfigd - Configuration daemon not running

thanks for your comments. this is working fine now.

Golf is a Good Walk Spoiled, Mark Twain.