Discussion:
Can't create backup server on linux x86-64
(too old to reply)
unknown
2008-06-09 21:04:19 UTC
Permalink
Hi, i have installed ASE15.0.2 on a SUSE 10, the server has
a core 2 quad processor and 8 Gb of RAM, while i try to
create a backup server the process throws this message and
the process ends.
./RUN_SYB_BACKUP: line 15: 4046 Segmentation fault
/home/sybase/sybasease/ASE-15_0/bin/backupserver
-SSYB_BACKUP
-e/home/sybase/sybasease/ASE-15_0/install/SYB_BACKUP.log
-N25 -C20 -M/home/sybase/sybasease/ASE-15_0/bin/sybmultbuf

can someone help me?
Thanks in advance
Manish Negandhi
2008-06-10 05:09:43 UTC
Permalink
Post by unknown
Hi, i have installed ASE15.0.2 on a SUSE 10, the server has
a core 2 quad processor and 8 Gb of RAM, while i try to
create a backup server the process throws this message and
the process ends.
./RUN_SYB_BACKUP: line 15:  4046 Segmentation fault    
/home/sybase/sybasease/ASE-15_0/bin/backupserver
-SSYB_BACKUP
-e/home/sybase/sybasease/ASE-15_0/install/SYB_BACKUP.log
-N25 -C20 -M/home/sybase/sybasease/ASE-15_0/bin/sybmultbuf
can someone help me?
Thanks in advance
You might want to check Linux FAQ posted on Michael's site
http://www.peppler.org/FAQ/linux.html
especially for LD_POINTER_GUARD , unless you are running on ESD4 as
its already fixed in ESD4

-HTH
Manish Negandhi
[TeamSybase]
Sherlock, Kevin
2008-06-10 16:21:18 UTC
Permalink
I'm already using ESD4, i tried setting LD_POINTER_GUARD=0
but did not work. I've attached my backup server log to this
message.
Thanks again
According to your errorlog you are using ESD3, not ESD4. How did you go
about setting LD_POINTER_GUARD?

Usually, you do something like:

export LD_POINTER_GUARD=0

Then say, build a backup server using a resource file:

$SYBASE/$SYBASE_ASE/bin/srvbuild -r <your_backupserver_resource_file>

You can find an example of a backup server resource file at

$SYBASE/$SYBASE_ASE/init/sample_resource_files
David Wein
2008-06-10 17:11:29 UTC
Permalink
The ESD #4 fix applies to dataserver only, not to backupserver (that fix
will come separately).

-Dave
Post by unknown
Hi, i have installed ASE15.0.2 on a SUSE 10, the server
has a core 2 quad processor and 8 Gb of RAM, while i try
to create a backup server the process throws this
message and the process ends.
./RUN_SYB_BACKUP: line 15: 4046 Segmentation fault
/home/sybase/sybasease/ASE-15_0/bin/backupserver
-SSYB_BACKUP
-e/home/sybase/sybasease/ASE-15_0/install/SYB_BACKUP.log
-N25 -C20
-M/home/sybase/sybasease/ASE-15_0/bin/sybmultbuf >
Post by unknown
can someone help me?
Thanks in advance
You might want to check Linux FAQ posted on Michael's site
http://www.peppler.org/FAQ/linux.html
especially for LD_POINTER_GUARD , unless you are running
on ESD4 as its already fixed in ESD4
-HTH
Manish Negandhi
[TeamSybase]
I'm already using ESD4, i tried setting LD_POINTER_GUARD=0
but did not work. I've attached my backup server log to this
message.
Thanks again
peter collard
2008-06-10 18:10:48 UTC
Permalink
You need to set the LD_POINTER_GUARD within the startup script. As backup
server install is trivial just run the install till it fails then add your
export into the start of the RUN_SYB_BACKUP file and do a
startserver -f RUN_SYB_BACKUP
However I've found that its best to try both 0 and 1 to see which works for
your system!
Post by Manish Negandhi
Post by unknown
Hi, i have installed ASE15.0.2 on a SUSE 10, the server has
a core 2 quad processor and 8 Gb of RAM, while i try to
create a backup server the process throws this message and
the process ends.
./RUN_SYB_BACKUP: line 15:  4046 Segmentation fault
/home/sybase/sybasease/ASE-15_0/bin/backupserver
-SSYB_BACKUP
-e/home/sybase/sybasease/ASE-15_0/install/SYB_BACKUP.log
-N25 -C20 -M/home/sybase/sybasease/ASE-15_0/bin/sybmultbuf
can someone help me?
Thanks in advance
You might want to check Linux FAQ posted on Michael's site
http://www.peppler.org/FAQ/linux.html
especially for LD_POINTER_GUARD , unless you are running on ESD4 as
its already fixed in ESD4
-HTH
Manish Negandhi
[TeamSybase]
unknown
2008-06-10 19:17:12 UTC
Permalink
Post by peter collard
You need to set the LD_POINTER_GUARD within the startup
script. As backup server install is trivial just run the
install till it fails then add your export into the start
of the RUN_SYB_BACKUP file and do a startserver -f
RUN_SYB_BACKUP However I've found that its best to try
both 0 and 1 to see which works for your system!
Post by Manish Negandhi
Post by unknown
Hi, i have installed ASE15.0.2 on a SUSE 10, the server
has >> a core 2 quad processor and 8 Gb of RAM, while i
try to >> create a backup server the process throws this
message and >> the process ends.
Post by Manish Negandhi
Post by unknown
./RUN_SYB_BACKUP: line 15:  4046 Segmentation
fault
Post by peter collard
Post by Manish Negandhi
Post by unknown
/home/sybase/sybasease/ASE-15_0/bin/backupserver
-SSYB_BACKUP
-e/home/sybase/sybasease/ASE-15_0/install/SYB_BACKUP.log
Post by Manish Negandhi
Post by unknown
-N25 -C20
-M/home/sybase/sybasease/ASE-15_0/bin/sybmultbuf >>
Post by Manish Negandhi
Post by unknown
can someone help me?
Thanks in advance
You might want to check Linux FAQ posted on Michael's
site http://www.peppler.org/FAQ/linux.html
especially for LD_POINTER_GUARD , unless you are
running on ESD4 as its already fixed in ESD4
-HTH
Manish Negandhi
[TeamSybase]
Thanks!!!!!, setting LD_POINTER_GUARD=1 fixed my
problem!!!
Thanks again

Loading...