<OSName>Unknown</OSName>
</stdout>0
time="2009-09-20T21:16:25.6902500+02:00" sourceHealthServiceId="A84680F8-D2E3-CC41-ECDC-8BD3BB7DF01B">/opt/microsoft/scx/bin/tools/.scxsslconfig: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
error: %post(scx-1.0.4-248.i386) scriptlet failed, exit status 1
1
libcrypto.so.4 and libssl.so.4 were provided by the package openssl097a, while libdb-4.2.so is provided by db4. Check carefully the library ...
www.linuxquestions.org/.../how-to-install-libcrypto.so.4....-594511/ - Cached - Similar
Shutting down Microsoft SCX CIM Server: [FAILED]
Generating certificate with hostname="redhat54"
[/home/serviceb/TfsCoreWrkSpc_Linux_REDHAT_4.0_x86_32/source/code/tools/scx_ssl_config/scxsslcert.cpp:198]
Failed to allocate resource of type random data: Failed to get random data - not enough entropy
error: %post(scx-1.0.4-248.i386) scriptlet failed, exit status 1
1
Shutting down Microsoft SCX CIM Server: [FAILED]
Generating certificate with hostname="redhat54"
[/home/serviceb/TfsCoreWrkSpc_Linux_REDHAT_4.0_x86_32/source/code/tools/scx_ssl_config/scxsslcert.cpp:198]
Failed to allocate resource of type random data: Failed to get random data - not enough entropy
error: %post(scx-1.0.4-248.i386) scriptlet failed, exit status 1
1
Frequent Entropy Errors while deploying R2 agent to RHEL 5.2
Posted: Fri, Aug 07, 2009 8:55 AM :: Rank: 0
Author
Is anyone else seeing the below errors while using the R2 discovery wizard to deploy agents to RHEL 5.2 machines? The error always seem to occur when the certificate is being validated or signed. Manual installation of the agent seems to work once the deployed agent has been removed. Is RHEL 5.2 fully supported?
Thank you
Vratix
Generating certificate with hostname="Machine Name"
[/home/serviceb/TfsCoreWrkSpcRedhat/source/code/tools/scx_ssl_config/scxsslcert.cpp:198]
Failed to allocate resource of type random data: Failed to get random data - not enough entropy
error: %post(scx-1.0.4-248.i386) scriptlet failed, exit status 1
1
Generating certificate with hostname="Machine Name"
[/home/serviceb/TfsCoreWrkSpcRedhat/source/code/tools/scx_ssl_config/scxsslcert.cpp:198]
Failed to allocate resource of type random data: Failed to get random data - not enough entropy
error: %post(scx-1.0.4-248.i386) scriptlet failed, exit status 1
1
In these cases, I try manual installation of the X-Plat agent. Then run the Discovery Wizard and attempt to discover the system. There was some discussion of a similar problem in TechNet Forums at http://social.technet.microsoft.com/Forums/en-US/crossplatformsles/thread/f94ec905-23ac-4444-b9f8-644fec3ae357
RE: Frequent Entropy Errors while deploying R2 agent to RHEL 5.2
Posted: Sun, Aug 09, 2009 9:35 AM :: Rank: 0
Author
Another option is to re-create the /dev/random file on the rhel box, remove the partially installed agent and re-discover.
I recently put a post up around this and some of the other common discovery errors I've run into at http://blog.xplatxperts.com/xplat-xperts/
RE: Frequent Entropy Errors while deploying R2 agent to RHEL 5.2
Posted: Thu, Aug 13, 2009 3:22 PM :: Rank: 0
Author
There are some SCOM 2007 cross-platform troubleshooting documents that just hit the Microsoft site that may help...(haven't read them yet).
http://technet.microsoft.com/en-us/library/dd891012.aspx
Un saggio ha scritto
http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1359228,00.html
MGT310_MonitorUNIXLinux_Dawes.pptx
http://weblogwally.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=cat%3DSCOM%25202007
[root@redhat54 tmp]# cat /proc/sys/kernel/random/entropy_avail
1065
[root@redhat54 tmp]# dd if=/dev/urandom of=~/.rnd bs=1 count=4096
4096+0 records in
4096+0 records out
4096 bytes (4.1 kB) copied, 0.0794097 seconds, 51.6 kB/s
[root@redhat54 tmp]# rpm -ev scx-1.0.4-248
Shutting down Microsoft SCX CIM Server: [FAILED]
[root@redhat54 tmp]# rpm -ivf scx-1.0.4-248.rhel.5.x86.rpm
Preparing packages for installation...
scx-1.0.4-248
Generating certificate with hostname="redhat54"
Starting Microsoft SCX CIM Server: [ OK ]
[root@redhat54 tmp]#
Pero' vedo che:
Generating certificate with hostname="redhat54"
Starting Microsoft SCX CIM Server: [ OK ]
[root@redhat54 tmp]# service scx-cimd status
Checking for service Microsoft SCX CIM Server scxcimserver (pid 10796) is running...
[root@redhat54 tmp]#
[root@redhat54 tmp]#