Operating System - HP-UX
1832990 Members
2783 Online
110048 Solutions
New Discussion

CVM, VVR - Starting Communications Daemon

 
SOLVED
Go to solution
Edgar Arroyo
Regular Advisor

CVM, VVR - Starting Communications Daemon

I have noticed on 11i that my machine sits for a while on the option:

CVM, VVR - Starting Communications Daemon

[busy] and [wait] state over and over after 2 minutes it continues.

Is this something I can turn off and it won't affect my machine for any communication? (example: ftp, telnet, web browsing?)

Thanks.
2 REPLIES 2
Joseph Loo
Honored Contributor
Solution

Re: CVM, VVR - Starting Communications Daemon

hi,

i believe u r referring to the vxnm-vxnetd process which should only be started provided u have the VVR license install.

this daemon is meant for the VERITAS Volume Manager, if u read:

# more /sbin/init.d/vxnm-vnetd

regards.
what you do not see does not mean you should not believe
Edgar Arroyo
Regular Advisor

Re: CVM, VVR - Starting Communications Daemon

I checked and I had like 9 files starting with the vxnm and vxvm prefix. There was also a vmsa file as well, all 10 files I moved them to a folder I created (OFF) and now the workstation boots a lot quicker.

Thanks.



I used:

find /sbin/init.d -exec grep -l 'VERITAS' {} \;

And it gave me those 10 files.