RMA on Windows Server 2016 and diffrent problems
RMA on Windows Server 2016 and diffrent problems
Hi support,
I have installed the RMA Agent on a Windows Server 2016.
When I try to use the test method "certificate expiration" I got the reply:
RMA: 301 - Cannot load SSL engine. OpenSSL libraries are required.
The other problem what I have is with the test method "process" test by RMA on the Windows Server 2016.
It is not possible to list the processes. I got the message:
RMA: 301 - Out of memory
Do you have any idea how I can solve this problems?
Thank you in advanced.
Bye, Robert
I have installed the RMA Agent on a Windows Server 2016.
When I try to use the test method "certificate expiration" I got the reply:
RMA: 301 - Cannot load SSL engine. OpenSSL libraries are required.
The other problem what I have is with the test method "process" test by RMA on the Windows Server 2016.
It is not possible to list the processes. I got the message:
RMA: 301 - Out of memory
Do you have any idea how I can solve this problems?
Thank you in advanced.
Bye, Robert
We cannot reproduce these problems.
May be some 3rd party software leads to the problem? Antivirus monitor?
Could you check resources usage? What is the total resource usage on the system (Handles, GDI and USER objects, Threads)?
How many handles/threads/GDI objects used by rma.exe process?
Regards
Alex
May be some 3rd party software leads to the problem? Antivirus monitor?
Could you check resources usage? What is the total resource usage on the system (Handles, GDI and USER objects, Threads)?
How many handles/threads/GDI objects used by rma.exe process?
Regards
Alex
KS-Soft wrote:We cannot reproduce these problems.
May be some 3rd party software leads to the problem? Antivirus monitor?
Could you check resources usage? What is the total resource usage on the system (Handles, GDI and USER objects, Threads)?
How many handles/threads/GDI objects used by rma.exe process?
Regards
Alex
The server is virtualized with hyper-v and is leased from a hoster with 16 GB RAM.
The option dynamic memory is enabled, so the in the OS I see the the physical memory is full in use. There are enough resources in the virtual memory. (Could be possible that it is the function dynamic memory which make the trouble with the RMA)
A dedicated server from the same hoster with Windows Server 2012 R2 hasn't this problem. On this server are exaclty the same software (incl. Virus scan) installed as on the virtualized.
This "Out of memory" message returned by Windows API so we are not sure what kind of memory it needs (may be desktop heap).
That's why I asked to check handles/threads/GDI objects, not "regular" memory itself.
Alex
That's why I asked to check handles/threads/GDI objects, not "regular" memory itself.
RegardsCould you check resources usage? What is the total resource usage on the system (Handles, GDI and USER objects, Threads)?
How many handles/threads/GDI objects used by rma.exe process?
Alex
average counts over approx. 5 minutes total:KS-Soft wrote:This "Out of memory" message returned by Windows API so we are not sure what kind of memory it needs (may be desktop heap).
That's why I asked to check handles/threads/GDI objects, not "regular" memory itself.RegardsCould you check resources usage? What is the total resource usage on the system (Handles, GDI and USER objects, Threads)?
How many handles/threads/GDI objects used by rma.exe process?
Alex
Handles: 35853
Threads: 1765
GDI: 3210
RMA:
Handles: 636
Threads: 41
GDI: 0
High number of handles but Win 2016 should be able to handle that.
What application uses most of resources?
RMA running as service,right?
You may try adjust SharedSection registry parameter
(HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems)
You should see something like
SharedSection=1024,20480,768
try to set
SharedSection=1024,20480,4096
restart server
Regards
Alex
What application uses most of resources?
RMA running as service,right?
You may try adjust SharedSection registry parameter
(HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems)
You should see something like
SharedSection=1024,20480,768
try to set
SharedSection=1024,20480,4096
restart server
Regards
Alex
svchost.exe with approx. 2000 handlesKS-Soft wrote:High number of handles but Win 2016 should be able to handle that.
What application uses most of resources?
YesKS-Soft wrote: RMA running as service,right?
I've made the modifications and restarted the server, but still the same problem.KS-Soft wrote: You may try adjust SharedSection registry parameter
(HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems)
You should see something like
SharedSection=1024,20480,768
try to set
SharedSection=1024,20480,4096
Hi Alex,KS-Soft wrote:Do you have libeay32.dll and ssleay32.dll files in RMA folder?RMA: 301 - Cannot load SSL engine. OpenSSL libraries are required.
If not, copy files from HostMonitor system
I still have the problem with the certificate test. I also have the same problem on a machine with Windows Server 2012 R2 installed.
I already copied the following files from the Hostmon server to the RMA directory:
libeay32.dll
ssleay32.dll