1833344 Members
4592 Online
110051 Solutions
New Discussion

Can I kill vxsvc?

 
SOLVED
Go to solution
Kevin Liquori_1
Regular Advisor

Can I kill vxsvc?

I'm running my first 11.23 environment in production (hurray!) and I see the vxsvc daemon running and using about 45MB of RAM. I'd like to kill it if I don't need it. I've read some about the VEA services on the ITRC and don't really have a great grasp of the product. I've created my VGs, LVOLs, etc all with the standard LVM commands. SAM and bdf do not show any sign of vx usage. Is it safe to kill this process on a running system and then disable it in the relevant rc.config.d file?

Thanks in advance...Kevin
3 REPLIES 3
Court Campbell
Honored Contributor

Re: Can I kill vxsvc?

I would say yes.

# /opt/VRTSob/bin/vxsvc -k
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Steven E. Protter
Exalted Contributor
Solution

Re: Can I kill vxsvc?

Shalom,

vxvm is installed by default. It should not be running utilities if you have no vxvm instrastructure.

So just don't kill it. Find out where it starts if possible and configure it not to run. Check /sbin/init.d

Even better, if you never intend to use vxvm remove the software from your system entirely. That will force a boot, because part of it is built into the kernel.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Kevin Liquori_1
Regular Advisor

Re: Can I kill vxsvc?

Thanks, all!
I shutdown the process with /sbin/init.d/isisd and disabled it from starting on reboot with /etc/rc.config.d/veaservices.

Apparently there's a lot more that comes with 11.23 than I was aware!

Thanks
...Kevin