Operating System - Tru64 Unix
1748089 Members
5022 Online
108758 Solutions
New Discussion юеВ

Re: randd problem

 
SOLVED
Go to solution
Rambo_1
Regular Advisor

randd problem

Hi,
I used TOP to check the CPU usage .I found a named "randd" with 99~100 cpu usage. I don't know what function with this "randd "deamon . Can I disable it?

Thanks &B.R

Rambo
4 REPLIES 4
Hein van den Heuvel
Honored Contributor

Re: randd problem


randd is used with DCE.
You may want to try restarting DCE with dcesetup.

There have been some version-specific problems.

Just google for: +tru64 +randd

This will bring up several article to get you working in the rigth directortion.

For example:

http://support.entegrity.com/private/technotes/netcdce/412GR.HTM
This described how to add (if appropriate)
"disable randd"
to
/opt/dcelocal/dce_services.db


fwiw,
Hein.



Arch_Muthiah
Honored Contributor
Solution

Re: randd problem

Rambo,

Disabling randd process reduces system overhead and improve system performance.

To disable this process edit /opt/dcelocal/dce_services.db and
add "disable randd" and restart your DCE.


Archunan

Regards
Archie
Arch_Muthiah
Honored Contributor

Re: randd problem

OR

edit /opt/dcelocal/bin/dcesetup and modify these lines in the following way

dce_randd_start=0
export dce_randd_start and
restart DCE


Archunan
Regards
Archie
Rambo_1
Regular Advisor

Re: randd problem

Thanks everybody !