dbTalk Databases Forums  

SUSE-vs-Gentoo-vs-Ubuntu

comp.databases.sybase comp.databases.sybase


Discuss SUSE-vs-Gentoo-vs-Ubuntu in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Photubias
 
Posts: n/a

Default SUSE-vs-Gentoo-vs-Ubuntu - 05-26-2006 , 04:05 PM






I'm testing external access purposes and have discovered that on a fresh
linux installation (ubuntu, suse enterprise 9.0 & gentoo 2.6)
Installation of Sybase (ASE1500-DE) worked fine on all platforms, but only
on ubuntu i can get remote access to the databases.
Anyone knows why?
I inserted a correct working license.
I compared the output of the sp_configure command for all 3 platforms and
noticed no differences.
Only thing changed to the standard kernels (on all 3) is setting the
kernel.shmmax to 64MB (67108864).
I also compared the sysctl -A outputs for all platforms, again no noticeable
differences...

Can anybody help me? Did I do something wrong? Thx in advance
Greetings
Tijl



Reply With Quote
  #2  
Old   
Michael Peppler
 
Posts: n/a

Default Re: SUSE-vs-Gentoo-vs-Ubuntu - 05-27-2006 , 02:18 AM






On Fri, 26 May 2006 20:05:01 +0000, Photubias wrote:

Quote:
I'm testing external access purposes and have discovered that on a fresh
linux installation (ubuntu, suse enterprise 9.0 & gentoo 2.6) Installation
of Sybase (ASE1500-DE) worked fine on all platforms, but only on ubuntu i
can get remote access to the databases. Anyone knows why?
I inserted a correct working license. I compared the output of the
sp_configure command for all 3 platforms and noticed no differences.
Only thing changed to the standard kernels (on all 3) is setting the
kernel.shmmax to 64MB (67108864).
I also compared the sysctl -A outputs for all platforms, again no
noticeable differences...
The most likely problem is that the server is listening on the loopback
network address (127.0.0.1) instead of the public IP address of the
machine.

See http://www.peppler.org/FAQ/linux.html#q1.15 for more information.

Michael
--
Michael Peppler [TeamSybase] mpeppler (AT) peppler (DOT) org - http://www.peppler.org/
Sybase DBA/Developer
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html




Reply With Quote
  #3  
Old   
Photubias
 
Posts: n/a

Default Re: SUSE-vs-Gentoo-vs-Ubuntu - 05-27-2006 , 09:28 AM



"Michael Peppler" <mpeppler (AT) peppler (DOT) org> schreef in bericht
newsan.2006.05.27.06.18.58.698169 (AT) peppler (DOT) org...
Quote:
On Fri, 26 May 2006 20:05:01 +0000, Photubias wrote:

I'm testing external access purposes and have discovered that on a fresh
linux installation (ubuntu, suse enterprise 9.0 & gentoo 2.6)
Installation
of Sybase (ASE1500-DE) worked fine on all platforms, but only on ubuntu i
can get remote access to the databases. Anyone knows why?
I inserted a correct working license. I compared the output of the
sp_configure command for all 3 platforms and noticed no differences.
Only thing changed to the standard kernels (on all 3) is setting the
kernel.shmmax to 64MB (67108864).
I also compared the sysctl -A outputs for all platforms, again no
noticeable differences...

The most likely problem is that the server is listening on the loopback
network address (127.0.0.1) instead of the public IP address of the
machine.

See http://www.peppler.org/FAQ/linux.html#q1.15 for more information.

Michael
--
Michael Peppler [TeamSybase] mpeppler (AT) peppler (DOT) org -
http://www.peppler.org/
Sybase DBA/Developer
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html


Indeed!!
That was the very problem;
the /etc/hosts file referred to
127.0.0.1 localhost
but i had to add
192.168.1.15 suse-host
restart sybase server and check the listeningadress:
# netstat -a -n | grep 5000

Thx alot!




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.