SLES 8 install problems and Oracle
Hello, I am trying to install the SLES 8 I bought from the SuSE store: http://www.digitalriver.com/dr/v2/ec_MAIN.Entry10?V1=476399&PN=1&SP=10023&xi... onto a dual Opteron 244 system on a MSI K8D Master FT board. My first couple of attempts to install the software resulted in some strange behaviour. The system came up, but could not start up the network interfaces that are built into the board. I believe they are Broadcom TG3 interfaces. It also had trouble recognizing the Adaptec 39320D-R SCSI interface I plugged into its single slot. Try as I might, I could get the Yast to configure these properly. So I tried to rebuild the kernel in /usr/src/linux-2.4.19.SuSE. However, after I customized my configuration, I get an error when I run make dep. So I gave up on it for now. My server came with another SuSE version 8 Linux that was specific to AMD64. That version did correctly recognize the Broadcom Gig-E interfaces and the Adaptec SCSI HBA. But when I created a partition from the RAID that I had attached, I got strange corruption errors. It turns out that the RAID array was slightly bigger than 1TB in size, and writing to it clobbered the partition tables. So after I reformatted the RAID to break it up into two smaller LUNs, I was able to create a new file system and reliably write to it without wiping out the partition tables. So this brings up the question of how big a storage device can SLES 8 work with? On that other Linux distribution, the limit was around 4TBs. Through all the problems I had, I forgot that the original purpose of setting up this server was to install an Oracle 9i DB server. Well, it turns out that Oracle does not support AMD64 Linux at all. So I will need to install a 32 bit OS onto this Opteron server and force the CPU to run in 32 bit compatibility mode. It looks like the disks that came with the OS that I purchased has a distribution for x86 as well as x86-64. So the second question is: How do I get the install procedure on this disk to install the AMD-32 OS? I need to make the install procedure to force the Opteron into the 32 bit compatibility mode. Thanks for any help on this, eyc
You should just be able to install 32 bit libs on your amd64 machine allong with the 64bit libs. the key to getting stuff to compile/install is to use -m32 for gcc and -m elf_i386 for ld. B-) On Wednesday 28 April 2004 6:18 pm, Eugene Chu wrote:
Hello,
I am trying to install the SLES 8 I bought from the SuSE store:
http://www.digitalriver.com/dr/v2/ec_MAIN.Entry10?V1=476399&PN=1&SP=10023&x id=40017&CID=0&DSP=&CUR=840&PGRP=0&CACHE_ID=0
onto a dual Opteron 244 system on a MSI K8D Master FT board. My first couple of attempts to install the software resulted in some strange behaviour. The system came up, but could not start up the network interfaces that are built into the board. I believe they are Broadcom TG3 interfaces. It also had trouble recognizing the Adaptec 39320D-R SCSI interface I plugged into its single slot. Try as I might, I could get the Yast to configure these properly. So I tried to rebuild the kernel in /usr/src/linux-2.4.19.SuSE. However, after I customized my configuration, I get an error when I run make dep. So I gave up on it for now.
My server came with another SuSE version 8 Linux that was specific to AMD64. That version did correctly recognize the Broadcom Gig-E interfaces and the Adaptec SCSI HBA. But when I created a partition from the RAID that I had attached, I got strange corruption errors. It turns out that the RAID array was slightly bigger than 1TB in size, and writing to it clobbered the partition tables. So after I reformatted the RAID to break it up into two smaller LUNs, I was able to create a new file system and reliably write to it without wiping out the partition tables. So this brings up the question of how big a storage device can SLES 8 work with? On that other Linux distribution, the limit was around 4TBs.
Through all the problems I had, I forgot that the original purpose of setting up this server was to install an Oracle 9i DB server. Well, it turns out that Oracle does not support AMD64 Linux at all. So I will need to install a 32 bit OS onto this Opteron server and force the CPU to run in 32 bit compatibility mode. It looks like the disks that came with the OS that I purchased has a distribution for x86 as well as x86-64. So the second question is: How do I get the install procedure on this disk to install the AMD-32 OS? I need to make the install procedure to force the Opteron into the 32 bit compatibility mode.
Thanks for any help on this, eyc
participants (2)
-
acsguy@wtp.net
-
chu@tes-mail.jpl.nasa.gov