1835147 Members
2454 Online
110077 Solutions
New Discussion

scrdaemon

 
SOLVED
Go to solution
Thiyagarajan.s
Frequent Advisor

scrdaemon

hi
where can i get the details of the scrdaemon
Thanks
4 REPLIES 4
Michael Tully
Honored Contributor

Re: scrdaemon

scrdaemon is the system inventory daemon.
Anyone for a Mutiny ?
RAC_1
Honored Contributor

Re: scrdaemon

I only know it is system configuration repository daemon.

man scr

Anil
There is no substitute to HARDWORK
Michael Tully
Honored Contributor

Re: scrdaemon

They are part of the same set of tools. The 'scr' man pages explains some portion, but the description of system inventory daemon is from the daemon startup in /sbin/init.d/scrdaemon
Anyone for a Mutiny ?
Shine_5
Frequent Advisor
Solution

Re: scrdaemon

hello,

Some tips....

If the the scrdaemon is not needed it may be stopped
with "/sbin/init.d/scrdaemon stop" and can be permantently disabled by
setting "SCR_DAEMON=0" in "/etc/rc.config.d/scrdaemon".

Another option is to remove/comment the _scr_DEFAULT entry in the
file /var/opt/scr/db/config.db. You need to ensure that at least one
entry is left. Otherwise the _scr_DEFAULT is re-added automatically.

1) add the local host to the config to get an addtl. entry

# scrconfig -n +$(hostname)

2) comment out the _scr_DEFAULT entry in /var/opt/scr/db/config.db

3) stop/start scrdaemon

# /sbin/init.d/scrdaemon stop
# /sbin/init.d/scrdaemon start

regards
Shine