Home > Archive > SQL Anywhere for Linux > April 2005 > ASA 9.02 on AMD's Opteron









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author ASA 9.02 on AMD's Opteron
Ernst Bachmayr

2005-04-18, 11:23 am

Hi,
I installed ASA 9.02 on an Opteron machine. How can i check
if it realy runs on 64 Bit?

Sybase Central displays :
NativeProcessorArchi
tecture = IA64
ProcessorArchitectur
e = X86

Ing. Ernst Bachmayr


John Smirnios

2005-04-18, 11:23 am

ProcessorArchitectur
e shows that you are running an executable built for
32-bit X86. That's built in at compile time.

NativeProcessorArchi
tecture really reports IA64? That should only happen
on Itanium and could indicate a problem with the processor detection
code. Could you please posts the contents of /proc/cpuinfo as well as
your exact ASA build number?

Thanks,
-john.

--
John Smirnios
Senior Software Developer
iAnywhere Solutions Engineering

Whitepapers, TechDocs, bug fixes are all available through the iAnywhere
Developer Community at http://www.ianywhere.com/developer

Ernst Bachmayr wrote:
> Hi,
> I installed ASA 9.02 on an Opteron machine. How can i check
> if it realy runs on 64 Bit?
>
> Sybase Central displays :
> NativeProcessorArchi
tecture = IA64
> ProcessorArchitectur
e = X86
>
> Ing. Ernst Bachmayr
>
>


Ernst Bachmayr

2005-04-19, 3:23 am

Hi John,
my build number is 9.0.2.2452

/proc/cpuinfo :

processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 5
model name : AMD Opteron(tm) Processor 250
stepping : 10
cpu MHz : 2390.539
cache size : 1024 KB
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov
pat pse36 clflush mmx fxsr sse sse2 pni syscall nx mmxext lm 3dnowext 3dnow
bogomips : 4702.20
TLB size : 1088 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp

processor : 1
vendor_id : AuthenticAMD
cpu family : 15
model : 5
model name : AMD Opteron(tm) Processor 250
stepping : 10
cpu MHz : 2390.539
cache size : 1024 KB
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov
pat pse36 clflush mmx fxsr sse sse2 pni syscall nx mmxext lm 3dnowext 3dnow
bogomips : 4767.74
TLB size : 1088 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp

thanks,
Ernst

"John Smirnios" < smirnios_at_sybase_d
ot_com> schrieb im Newsbeitrag
news:4263dc9d$1@foru
ms-2-dub...
> ProcessorArchitectur
e shows that you are running an executable built for
> 32-bit X86. That's built in at compile time.
>
> NativeProcessorArchi
tecture really reports IA64? That should only happen
> on Itanium and could indicate a problem with the processor detection code.
> Could you please posts the contents of /proc/cpuinfo as well as your exact
> ASA build number?
>
> Thanks,
> -john.
>
> --
> John Smirnios
> Senior Software Developer
> iAnywhere Solutions Engineering
>
> Whitepapers, TechDocs, bug fixes are all available through the iAnywhere
> Developer Community at http://www.ianywhere.com/developer
>
> Ernst Bachmayr wrote:
>



John Smirnios

2005-04-19, 8:23 pm

Versions Affected: 9.0.2GA Linux X86
Modules Affected: engine/server

Fixed In:
Branch Build P4 #
mainline 1675 392989
maint/90 3114 393018
release/902 2552 393014 393016 393018

Description:

The Linux X86 (32-bit) database server could report an incorrect value
for property( 'NativeProcessorArch
itecture' ). The value could randomly
be any of X86, X86_64 or IA64.


--
John Smirnios
Senior Software Developer
iAnywhere Solutions Engineering

Whitepapers, TechDocs, bug fixes are all available through the iAnywhere
Developer Community at http://www.ianywhere.com/developer


Ernst Bachmayr wrote:
> Hi John,
> my build number is 9.0.2.2452
>
> /proc/cpuinfo :
>
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 15
> model : 5
> model name : AMD Opteron(tm) Processor 250
> stepping : 10
> cpu MHz : 2390.539
> cache size : 1024 KB
> fpu : yes
> fpu_exception : yes
> cpuid level : 1
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov
> pat pse36 clflush mmx fxsr sse sse2 pni syscall nx mmxext lm 3dnowext 3dnow
> bogomips : 4702.20
> TLB size : 1088 4K pages
> clflush size : 64
> cache_alignment : 64
> address sizes : 40 bits physical, 48 bits virtual
> power management: ts fid vid ttp
>
> processor : 1
> vendor_id : AuthenticAMD
> cpu family : 15
> model : 5
> model name : AMD Opteron(tm) Processor 250
> stepping : 10
> cpu MHz : 2390.539
> cache size : 1024 KB
> fpu : yes
> fpu_exception : yes
> cpuid level : 1
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov
> pat pse36 clflush mmx fxsr sse sse2 pni syscall nx mmxext lm 3dnowext 3dnow
> bogomips : 4767.74
> TLB size : 1088 4K pages
> clflush size : 64
> cache_alignment : 64
> address sizes : 40 bits physical, 48 bits virtual
> power management: ts fid vid ttp
>
> thanks,
> Ernst
>
> "John Smirnios" < smirnios_at_sybase_d
ot_com> schrieb im Newsbeitrag
> news:4263dc9d$1@foru
ms-2-dub...
>
>
>


Ernst Bachmayr

2005-04-19, 8:23 pm

how can i get a X86_64 version which runs at 64 Bit on
AMD's Opteron ?

Mark Culp wrote at 7.2.2005 in this NG that 9.0.2 will support X86_64 !

thanks ,
Ernst


"John Smirnios" < smirnios_at_sybase_d
ot_com> schrieb im Newsbeitrag
news:426558b3$1@foru
ms-2-dub...
> Versions Affected: 9.0.2GA Linux X86
> Modules Affected: engine/server
>
> Fixed In:
> Branch Build P4 #
> mainline 1675 392989
> maint/90 3114 393018
> release/902 2552 393014 393016 393018
>
> Description:
>
> The Linux X86 (32-bit) database server could report an incorrect value for
> property( 'NativeProcessorArch
itecture' ). The value could randomly be any
> of X86, X86_64 or IA64.
>
>
> --
> John Smirnios
> Senior Software Developer
> iAnywhere Solutions Engineering
>
> Whitepapers, TechDocs, bug fixes are all available through the iAnywhere
> Developer Community at http://www.ianywhere.com/developer
>
>
> Ernst Bachmayr wrote:
>



Mark Culp

2005-04-19, 8:23 pm

The Linux x86, Linux x86_64, and Linux ia64 software was released to
manufacturing
a few weeks ago. I do not know when it will show up in eshop? (I see that the
x86_64
s/w is not yet an option.)

You could try calling iAnywhere Sales to get more information by calling the
number listed on this page: http://www.ianywhere.com/company/contact.html
--
Mark Culp
SQLAnywhere Research and Development
-------------------------------------------------------------------------
** Whitepapers, TechDocs, bug fixes are all available through the **
** iAnywhere Developer Community at http://www.ianywhere.com/developer **
-------------------------------------------------------------------------

Ernst Bachmayr wrote:[color=darkred
]
>
> how can i get a X86_64 version which runs at 64 Bit on
> AMD's Opteron ?
>
> Mark Culp wrote at 7.2.2005 in this NG that 9.0.2 will support X86_64 !
>
> thanks ,
> Ernst
>
> "John Smirnios" < smirnios_at_sybase_d
ot_com> schrieb im Newsbeitrag
> news:426558b3$1@foru
ms-2-dub...
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com