Linux core dumps or whatever it is

This forum is intended for cases when a problem can not be solved due to restrictions of the platform: a bug or lack of functionality.

#1
People who like this:0Yes/0No
Interested
Rating: 32
Joined: Oct 27, 2011
Company: Abaco Soluciones S.A.

Recently I started to receive huge files in ./tmp directory

core.rphost.20527#~s-tools:install.sh
core.rphost.XXXXX#~s-tools:install.sh

If I open it with MC it shows that the file size is 211 bytes, and it contains the following

/tmp/core.rphost.20527# Auto-enabled by xs-tools:install.sh: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from '/opt/1C/v8.3/x86_64/rphost -range 1560:1591 -reghost srv1c -regport 1541 -pid b'

but it actually occupies from 700Mb up to 3,5Gb disk space, and they appear up to 3 times a day, so it is very probable that I could reach full disk space

It seems like XenServer toolkit is storing memory dump. How could I find what is provoking this behavior?

 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Can you see which user created those files and what does this user supposed to do?

 
#3
People who like this:0Yes/0No
Active user
Rating: 6
Joined: Mar 20, 2012
Company: Abaco Soluciones S.A.

Quote
-rw-------   1 usr1cv82 grp1cv82 2385362944 Oct 29 13:55 core.rphost.12504# Auto-enabled by xs-tools:install.sh
-rw-------   1 usr1cv82 grp1cv82 1075064832 Oct 26 23:18 core.rphost.20527# Auto-enabled by xs-tools:install.sh
-rw-------   1 usr1cv82 grp1cv82 3729395712 Oct 30 17:16 core.rphost.24226# Auto-enabled by xs-tools:install.sh

 
#4
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Mikhail!

The problem is that there is something that causes the rphost to shutdown with dump. At the same time dump is created containing not enough information. So you need to configure dumps to get a useful one and send it to int@1c.com with description of your problem.

To enable log on server you need to place in /conf/ directory of 1C:Enterprise executable files, for example in Linux it might be /opt/1C/v8.3/i386/conf/ a file with name logcfg.xml containing following text:

Code
<?xml version="1.0" encoding="UTF-8"?> 
<config xmlns="http://v8.1c.ru/v8/tech-log"> 
<log history="168" location="/home/usr1cv83/logs"> 
<event> 
<ne property="name" value=""/> 
</event> 
<property name="all"/> 
</log> 
</config>


There should be full access to /home/usr1cv83/ directory for user that runs 1C:Enterprise server.

There should be no files in /home/usr1cv83/logs/ directory except ones that are related to 1C:Enterprise log.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.