REDHAT LINUX 7.3 on nForce based systems - An installation guide.

INSTALLING REDHAT LINUX 7.3 ON NFORCE BASED SYSTEMS.
A) Preface
I'm a Linux newbie, just sharing my experience with installing linux on nforce.
in my opinion Linux is a powerful but still a nascent operating system (in terms of user friendliness atleast!). many features are extremely 'release' and 'version' dependent.  this means that, what works in redhat might not work in mandrake or what works in redhat 7.3 might not work in redhat 7.1 or likewise...
the steps i'm listing below just reflects how i went about installing RH 7.3 on my machine (K7N420D). it MAY not work for other versions or releases.
B) BIOS SETTINGS
1. I recommend, PnP disabled, ACPI/APIC disabled.
for Mandrake 8.2 install on some machines (mine included), i suggest disabling audio and network in the bios till you get a stable level 3 (console without X windows) or level 5 install. for some reason, sometimes, on some boards,  Mandrake 8.2 hangs when probing audio and lan during boot.
C) PREPARING TO INSTALL
1. i suggest you get the three iso images from the internet and burn them into installation disks. though there are other ways of installing, this is the simplest way of doing it.
2. if you have windows installed already, make sure you have a windows boot floppy in case of boot problems, you can also make one for linux during installation.
3. using windows or fdisk strip off a sufficient chunk of hard disk space from an existing partition if you don't have a free partition. you need not create any partitions, just the non-allocated space would do. (as red hat can beautifully split this partition into /boot, / & swap partitions!)
4. i recommend using GRUB (GRand Unified Boot-loader) instead of LILO for boot management. if you prefer the same way, get good documentation/how-to for grub from the net. this will be handy if you mess up your boot partition and end up in a grub prompt during boot.
5. goto nvidia's drivers page and get appropriate drivers. i always recommend tar balls or src.rpm files instead of pre-compiled rpms. if you are using EXACT same version of the linux release as mentioned in the drivers page you can use rpms. If you wish to upgrade your kernel or use a different version of linux then make sure you have tar balls or source rpm files. make sure you also print the installation instructions from the same page.
6. the drivers you need are
a. NVIDIA_nforce-1.xxxx. - you need this one for audio & lan. (found in nforce link in drivers menu in nvidia site with an instruction manual)
b. NVIDIA_kernel-xxxx AND NVIDIA_GLX-xxxx- both these for Graphics in Xwindows. these two drivers should be exactly matched. i suggest you download all of them along with a files named NVchooser.sh found on the same page. NVchooser will tell you which pair to install for your linux kernel version and CPU.
D) LINUX INSTALLATION
1. boot from 1st installation disk that you made. go through the GUI installer and choose automatic partitioning, it will take you to the Disk Druid and you can select the partition in which you wanna install linux. if the partition you choose is unallocated, most of the times didk druid will make three patrtions on its own, one is /boot (boot partion), /swap (partition for swap, similar to ramdisk) and / (root partition). all the three mount-points may be allocated on the same partition too.
2. Choose GRUB (if you prefer) as boot loader and set Linux as primary boot OS and this page would've detected windows if you've already (it may appear as DOS). Choose "MBR" to install GrUB. If you get any warning ignore it. IMPORTANT: If you have NTFS partition for windows and you had windows as primary OS, there is a reported problem that says, in some versions of the linux installer, choosing MBR to install GRUB makes it hard to boot into windows. i haven't tried that option yet as i don't have a NTFS partition. If you have an NTFS partition, you may prefer to choose the other option to install GRUB or you may choose to install it later. in either case make sure you have a boot floppy to get you into linux or windows, whichever one you want.
3. choose automatic install if you don't want to control which packages you want to install. else choose expert installation and proceed with it.
4. when prompted to check the packages you want to install, choose "development tools" or something similar without fail. This is for installing a C compiler which is a must have for some driver installations. (this also installs perl and other dev tools, if you're an 'expert', there's an option in this page to custom select modules)
5. somewhere you'll be asked to provide a root password, in the same page there'll be a provision to add users other than root. create atleast one user other than root at this time.
4. somewhere you'll be shown a list of video adapters with NVIDIA Geforce 2 generic driver already highlighted. Below this screen you'll see a "Skip X install" or something similar. CHECK THIS TAB and this will NOT install the generic driver for your integrated GPU and also will not configure the GUI environment for Linux. This makes your video configuration a little easier.
5. now linux will install, get configured and will ask if you wanna create a boot floppy. make one just in case you
6. RH 7.3 will not recognize your APU and integrated LAN. you can install the drivers for this later.
7. After installation boot into Linux, if you just followed the steps above you'll nicely end up in level 3 console!
E) INSTALLING DRIVERS
1. Assuming you got all the drivers in CD/floppy, login as 'user', type command "su" (super user) supply root password, now you are logged in as root. read the installation manual for the NVIDIA drivers and install NVIDIA_nforce-1.xxxx drivers for audio/LAN. do these series of steps from the console prompt,
#vi /etc/modules.conf
press INSERT key, add the following lines,
alias eth0 mcpeth
alias sound-slot-1 i810_audio
alias usb-interface usb-ohci
press ESC, (Shift) colon, wq and Enter.
This will save the changes you made.
2. Now install the NVIDIA_kernel-xxxx AND NVIDIA_GLX-xxxx- drivers as per instructions. follow the steps below.
#XConfigurator
Choose settings that are relevant to the monitor you use and mode supported. Choose custom configuration wherever possible. If your monitor is not listed, choose 'custom' all the way through and provide hardware details such as horiz/vert freq range, video memory and clock settings (choose 'recommended').
DO NOT LET THE XCONFIGURATOR PROBE ANYTHING. sometimes this might cause a hang that is not necessary at all.
select all videomodes and color depths that you think your monitor will support and exit XConfigurator without any probing.
3.  Now at the prompt do the following,
#vi /etc/X11/XF86Config-4
Press INSERT and make following changes.
replace line
Driver "nv"  
with
Driver "nvidia"
In the Module section, make sure you have:
        Load   "glx"
Remove the following lines: (or put a hash before)
        Load  "dri"
        Load  "GLcore"
and the whole
Section "DRI" (last three lines usually, DRI may be in lower case usually)
Press Esc, (Shift) colon, wq, Enter to save and exit.
4. using vi make sure you have these lines in /etc/modules.conf file
alias char-major-195 NVdriver
5. edit /etc/rc.d/rc.local and insert
/sbin/modprobe nvaudio
/sbin/modprobe nvnet
save and exit. ( this is a crude way of loading modules but it works though!)
6. Type "reboot" at prompt and reboot your system.
7. get into bios and load original settings. (get back ACPI if you have windows, enable PnP OS etc)
8. During restart linux may get you into the kudzu installer to install network drivers/audio, ignore this.
9. login as "user" and type "startx" from console, your GUI should start smooth and you'll have video, sound, USB, LAN working (you need to fiddle a little bit more to get things work perfect) !
10. There is extensive documentation found in the internet on these topics, have fun exploring them.
F) TWEAKING YOUR HARD DRIVE
most of the modern hard drives support UDMA transfers and usually linux is pretty much conservative on this option. so you might want to force linux to use UDMA. the following discussion assumes that your hard drive is /dev/hda, change it to hdb, hdc etc as per your setup.
CAUTION: The 'hdparm' utility described here is a very powerful and dangerous if used improperly. USING hdparm IMPROPERLY MIGHT CORRUPT YOUR PARTITIONS AND RESULT IN SEVERE DATA LOSS. hdparm works with IDE drives. i'm not sure how it works on SCSI drives.
@ console,
1. type "man hdparm" and read through the hdparm manual atleast twice before you understand what it can do. THIS IS A MUST.
2. login as root or get into super user mode and try the following. all commands are shown after #
3. Benchmark the hard drive
# /sbin/hdparm -t -T /dev/hda
this should spit out the transfer rate both cached and sustained. note this value. if these values are close to what you expect out of your drive, you are OK. you may get out of further adventures! if the transfer rates are horrible like 3.5 Mbps etc (it was on my seagate ata IV drive!), then proceed with the tweaks. the golden rule is, after each tweak, run the benchmark and record your transfer rate. if there is no significant improvement, revert back to the default settings.
4. # /sbin/hdparm -i /dev/hda
note down MaxMultSect, MultSect, Modes supported : PIO/DMA, especially the mode with a 'star' in front of it. (prefered mode)
5. 32 bit I/O : to enable 32 bit I/O over the PCI bus
# /sbin/hdparm -c1 /dev/hda
this usually doubles your transfer rate if the drive supports. you may need to use -c3 for some chipsets.
6. Enable DMA and set DMA mode
if your drive supports DMA find out the prefered DMA mode using -i option.
# /sbin/hdparm -d1 -Xab /dev/hda, where
ab=64 + uDMA mode number (for eg. 66 for UDMA 2)
ab=32 + DMA mode number (for multi-word DMA mode)
you might need to prepare the chipset to enable DMA but on most of the modern hard dirves this works. refer to the "man hdparm" for details. beware, the options to 'prepare' the chipset for DMA should be used with EXTREME caution. if you do not know what you are doing, don't try it.
7. To set multiple sector mode I/O,
# /sbin/hdparm -m XX /dev/hda
where XX is the MaxMultSect value obtained using -i option. if the MaxSect is already set to this value, you need not tweak this.
after all these tweaks run the benchmark atleast three times consecutively and average the transfer rates. make sure you don't hear grinding noises in the hard drive. use these tweaks a couple of times manually and if verything appears to be working fine, add the necessary commands to the rc.local script to execute them automatically during  start up.
G) FINAL WORDS
I assumed that you're a total 'newbie' to linux when writing this so i followed a conservative approach. most of the things that i described can be done in many ways, it's up to you to explore them! as usual, there MIGHT be typos and other serious errors in this guide. also the driver files that i might have mentioned here are the ones that were available when i wrote this. so you might wanna try their latest equivalents. i'm open to all healthy criticism and suggestions. when i installed linux on my nforce board, i was badly looking for an article like this on the net. i missed one, if it exists at all. so am i writing this. i hope you'll get benefitted by this in some way.
-Venk@

Venkat,
Thanks for this really really amazingly accurate and exhaustive post that helped me A LOT to install linux on my machine!!! Otherwise, I think I would still be hanging with a mandrake 8.2 trying to load sound...
My system is now fully functional but, (yes, there is a little but) I was not able to make the LAN function properly. When booting, while linux tries to load the ethernet module, I get something like:
'mcpeth device does not seem to be present, delaying eth0 initialiation'. Then, I open an X session, I try to use the network configurator, the ethernet device is there but when trying to activate, it fails... I swear I enabled the LAN in my BIOS.
I also tried to replace 'alias eth0 mcpeth' with 'alias eth0 nvnet' in /etc/modules.conf after reading the installation notes of NVIDIA drivers. I get a slighty different result: my boot error is now 'failed to load module'.
It is a shame I have to boot back to Windows to use my DSL connection. I think i need some insights. It will be greatly appreciated!
Thanks,
Chouch
>I'm a Linux newbie, just sharing my experience with
>installing linux on nforce.
Not bad for a Newbie...  

Similar Messages

  • ENT Linux on intel 965 chipset  based systems

    Hi
    I am unable to install ENT Linux on my new Box (intel core 2 duo / dg965whmkr MoB / 2 G RAM) . Issue is installer fails to detect CDROM.
    Anybody succeeded installing ENT linux on a similar config like mine. Please help
    Regards
    Reju

    Reju,
    I have looked and searched the net for the information and all I have found out is that there has been installation on the same hardware with a number of different versions of linux but they had to use a external USB CD-ROM to install it, it did not work with the standard internal CD-ROM with kernel lower than 2.6.18.
    Maybe this helps or maybe not, but unfortunately this is the only thing I found out!
    Ricardo

  • Intel Platform Operating System / Software Installation Guide

    http://www.amdforums.com/showindex.php?s=&threadid=257841
    a good read for all new comers

    Kingfisher
    they have started an intel section
    http://www.amdforums.com/forumdisplay.php?s=b91d41d74fdc1c97c68c07439466a642&forumid=61
    and Mr Steveo converted to the darkside a while back,he was running their msi motherboard section for a long time
    and he infact wrote many of the amd guides in this thread
    http://www.amdforums.com/showindex.php?s=b91d41d74fdc1c97c68c07439466a642&threadid=208146
    if fact his guides are also posted here as regards the amd chipsets
    http://www.msi.com.tw/program/service/forum/index.php?threadid=104&boardid=16&styleid=1
    http://www.msi.com.tw/program/service/forum/index.php?threadid=106&boardid=16&styleid=1
    are in good articles on page 2

  • Redhat Linux ES w/SATA HDD install problem

    I'm trying to install Redhat Linux ES
    on a AMD64 K8N Neo2 mainboard based on
    the NVIDIA nForce 3 Ultra Chipset.
    I'm using 2 SATA Seagate HardDrives with
    or without RAID.
    It won't install because
    Redhat's OS installation scripts states that it doesn't detect
    any Harddrives, even though BIOS sees them.
    It prompts me to install a HDD Driver.
    I can't seem to find one for this system.
    Is Redhat installation with SATA drives possible?
    Thanks
    Jay

    I don't think there are driver for linux yet.

  • Do any one help me. I tried to install Oracel 8.1.5 on RedHat Linux 7.0 and failed.

    I am running my system with RedHat Linux 7.0 and tried to install Oracle 8.1.5.
    I extracted jre required files and when i tried to start ./runIns.sh from install/linux directory it is giving me an error Unable to initalize threads: cannot find class Java/lang/Thread
    Could not create JVM
    i tried 3 times and i ended up here and i need instruction to sort out the problem as earlier as possible.pls do advice me in this.

    Oracle 8i is not compile/link time compatible with glibc 2.2. It
    requires the glibc 2.1 compatibility SDK, i386-glibc-2.1-linux.tar.gz,
    to install under systems based on glibc 2.2, like RedHat 7.0.
    RedHat 7.0 ships with glibc 2.2. Oracle compiles with glibc 2.1. See the problem here? The good folks at valinux.com have created a compatiblitly SDK that will "fix" Redhat so you can install Oracle 8i. Go to the following link to learn more:
    http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/readme.Oracle8i - This is the instructions for installing the patch. Return to this document at Step 4, where they tell you to "Install Oracle 8i." http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/i386-glibc-2.1-linux.tar.gz - This is the actual SDK.
    null

  • Install Oracle 8.1.5 on RedHat Linux 6.2 - do I need xwindows?

    I see a pre-req for the install is a window manager be loaded. Something like fvmw or Motif 1.2 as a minimum.
    My install of RH 6.2 did not include Xwindows because my video is not supported.
    Do I need xwin loaded to be able to install Oracle?
    Thanks in advance.
    Chris

    Oracle 8i is not compile/link time compatible with glibc 2.2. It
    requires the glibc 2.1 compatibility SDK, i386-glibc-2.1-linux.tar.gz,
    to install under systems based on glibc 2.2, like RedHat 7.0.
    RedHat 7.0 ships with glibc 2.2. Oracle compiles with glibc 2.1. See the problem here? The good folks at valinux.com have created a compatiblitly SDK that will "fix" Redhat so you can install Oracle 8i. Go to the following link to learn more:
    http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/readme.Oracle8i - This is the instructions for installing the patch. Return to this document at Step 4, where they tell you to "Install Oracle 8i." http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/i386-glibc-2.1-linux.tar.gz - This is the actual SDK.
    null

  • Redhat Linux Enterprise 6 On T520

    Hi
    I have installed Redhat Enterprise 6 on my Lenovo T520  everything works fine except wireless i have copied
    iw​lwifi-6000g2a-ucode-17.168.5.3 into the /lib/firmware and rebooted ... nothing wireless is not working.
    Please any advise.
    thanks

    Hi
    Thank for the reply, i am very sorry i was busy during the holidays.
    here is the output of what you requested :
    #lspci
    00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
    00:16.3 Serial controller: Intel Corporation Cougar Point KT Controller (rev 04)
    00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
    00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b4)
    00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b4)
    00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b4)
    00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b4)
    00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 04)
    00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 04)
    01:00.0 VGA compatible controller: nVidia Corporation Device 1057 (rev a1)
    03:00.0 Network controller: Intel Corporation 6000 Series Gen2 (rev 34)
    0d:00.0 System peripheral: Ricoh Co Ltd Device e823 (rev 05)
    0d:00.3 FireWire (IEEE 1394): Ricoh Co Ltd Device e832 (rev 04)
    #lsmod
    Module                  Size  Used by
    vfat                   10646  1
    fat                    55086  1 vfat
    usb_storage            49386  1
    fuse                   66138  2
    ebtable_nat             1975  0
    ebtables               18101  1 ebtable_nat
    xt_CHECKSUM             1269  1
    iptable_mangle          3283  1
    ipt_MASQUERADE          2400  3
    iptable_nat             6124  1
    nf_nat                 22788  2 ipt_MASQUERADE,iptable_nat
    bridge                 74113  0
    stp                     2107  1 bridge
    llc                     5608  2 bridge,stp
    autofs4                27683  3
    sunrpc                241630  1
    cpufreq_ondemand       10382  4
    acpi_cpufreq            8593  1
    freq_table              4847  2 cpufreq_ondemand,acpi_cpufreq
    xt_physdev              1707  1
    ipt_REJECT              2349  4
    nf_conntrack_ipv4       9440  6 iptable_nat,nf_nat
    nf_defrag_ipv4          1449  1 nf_conntrack_ipv4
    iptable_filter          2759  1
    ip_tables              17733  3 iptable_mangle,iptable_nat,iptable_filter
    ip6t_REJECT             4562  2
    nf_conntrack_ipv6      19655  2
    xt_state                1458  5
    nf_conntrack           79643  6 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv​4,nf_conntrack_ipv6,xt_state
    ip6table_filter         2855  1
    ip6_tables             19392  1 ip6table_filter
    ipv6                  321209  46 ip6t_REJECT,nf_conntrack_ipv6
    dm_mirror              14003  0
    dm_region_hash         12200  1 dm_mirror
    dm_log                 10088  2 dm_mirror,dm_region_hash
    kvm_intel              45674  0
    kvm                   291811  1 kvm_intel
    uinput                  8182  0
    wmi                     6221  0
    sg                     30186  0
    uvcvideo               61644  0
    videodev               38980  1 uvcvideo
    v4l2_compat_ioctl32     7145  1 videodev
    i2c_i801               11190  0
    iTCO_wdt               11708  0
    iTCO_vendor_support     3022  1 iTCO_wdt
    snd_hda_intel          25194  2
    snd_hda_codec          82097  1 snd_hda_intel
    snd_hwdep               6746  1 snd_hda_codec
    snd_seq                56557  0
    snd_seq_device          6626  1 snd_seq
    snd_pcm                84700  2 snd_hda_intel,snd_hda_codec
    snd_timer              23087  2 snd_seq,snd_pcm
    snd                    70021  11 snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_​seq_device,snd_pcm,snd_timer
    soundcore               8052  1 snd
    snd_page_alloc          8628  2 snd_hda_intel,snd_pcm
    e1000e                140051  0
    ext4                  353979  3
    mbcache                 7918  1 ext4
    jbd2                   89033  1 ext4
    sr_mod                 16162  0
    cdrom                  39769  1 sr_mod
    sd_mod                 37221  5
    crc_t10dif              1507  1 sd_mod
    ahci                   39105  2
    firewire_ohci          24867  0
    firewire_core          50853  1 firewire_ohci
    crc_itu_t               1683  1 firewire_core
    nouveau               537914  0
    ttm                    46942  1 nouveau
    drm_kms_helper         32113  1 nouveau
    drm                   200778  3 nouveau,ttm,drm_kms_helper
    i2c_algo_bit            5664  1 nouveau
    video                  20966  1 nouveau
    output                  2471  1 video
    i2c_core               31274  6 videodev,i2c_i801,nou
    # rpm -qa wireless-tools
    wireless-tools-29-5.1.1.el6.x86_64
    # /etc/sysconfig/network-scripts/ifup-wireless
    #!/bin/bash
    # Network Interface Configuration System
    # Copyright (c) 1996-2009 Red Hat, Inc. all rights reserved.
    # Based on PCMCIA wireless script by (David Hinds/Jean Tourrilhes)
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License, version 2,
    # as published by the Free Software Foundation.
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    # Configure wireless network device options.  See iwconfig(8) for more info.
    # Valid variables:
    #    MODE: Ad-Hoc, Managed, etc.
    #    ESSID: Name of the wireless network
    #    NWID: Name of this machine on the network.  Hostname is default
    #    FREQ: Frequency to operate on.  See CHANNEL
    #    CHANNEL: Numbered frequency to operate on.  See FREQ
    #    SENS: Sensitivity threshold for packet rejection.
    #    RATE: Transfer rate.  Usually one of Auto, 11, 5, 2, or 1.
    #    KEY: Encryption key for WEP.
    #    RTS: Explicit RTS handshake.  Usually not specified (auto)
    #    FRAG: Fragmentation threshold to split packets.  Usually not specified.
    #    SPYIPS: List of IP addresses to "spy" on for link performance stats.
    #    IWCONFIG: Extra parameters to pass directly to IWCONFIG
    #    SECURITYMODE: Security mode, e.g: 'open' or 'restricted'
    #    IWPRIV: Extra parameters to pass directly to IWPRIV
    # Only meant to be called from ifup.
    # Mode need to be first : some settings apply only in a specific mode !
    if [ -n "$MODE" ] ; then
        iwconfig $DEVICE mode $MODE
    fi
    # Set link up (some cards require this.)
    /sbin/ip link set dev ${DEVICE} up
    # This is a bit hackish, but should do the job right...
    if [ -n "$ESSID" -o -n "$MODE" ] ; then
        NICKNAME=$(/bin/hostname)
        iwconfig $DEVICE nick "$NICKNAME" >/dev/null 2>&1
    fi
    # Regular stuff...
    if [ -n "$NWID" ] ; then
        iwconfig $DEVICE nwid $NWID
    fi
    if [ -n "$FREQ" -a "$MODE" != "Managed" ] ; then
        iwconfig $DEVICE freq $FREQ
    elif [ -n "$CHANNEL" -a "$MODE" != "Managed" ] ; then
        iwconfig $DEVICE channel $CHANNEL
    fi
    if [ -n "$SENS" ] ; then
        iwconfig $DEVICE sens $SENS
    fi
    if [ -n "$RATE" ] ; then
        iwconfig $DEVICE rate "$RATE"
    fi
    if [ -n "$KEY" -o -n "$KEY1" -o -n "$KEY2" -o -n "$KEY3" -o -n "$KEY4" ] ; then
        [ -n "$KEY1" ] && iwconfig $DEVICE key "[1]" $KEY1
        [ -n "$KEY2" ] && iwconfig $DEVICE key "[2]" $KEY2
        [ -n "$KEY3" ] && iwconfig $DEVICE key "[3]" $KEY3
        [ -n "$KEY4" ] && iwconfig $DEVICE key "[4]" $KEY4
        [ -n "$DEFAULTKEY" ] && iwconfig $DEVICE key "[${DEFAULTKEY}]"
        [ -n "$KEY" ] && iwconfig $DEVICE key $KEY
    else
        iwconfig $DEVICE key off
    fi
    if [ -n "$SECURITYMODE" ]; then
        iwconfig $DEVICE enc $SECURITYMODE
    fi
    if [ -n "$RTS" ] ; then
        iwconfig $DEVICE rts $RTS
    fi
    if [ -n "$FRAG" ] ; then
        iwconfig $DEVICE frag $FRAG
    fi
    # More specific parameters passed directly to IWCONFIG
    if [ -n "$IWCONFIG" ] ; then
        iwconfig $DEVICE $IWCONFIG
    fi
    if [ -n "$SPYIPS" ] ; then
        for IP in $SPYIPS; do
          iwspy $DEVICE + $IP
        done
    fi
    if [ -n "$IWPRIV" ] ; then
        iwpriv $DEVICE $IWPRIV
    fi
    # ESSID need to be last : most device re-perform the scanning/discovery
    # when this is set, and things like encryption keys are better be
    # defined if we want to discover the right set of APs/nodes.
    if [ -n "$ESSID" ] ; then
        iwconfig $DEVICE essid "$ESSID"
    else
        # use any essid
        iwconfig $DEVICE essid any >/dev/null 2>&1
    fi
    If you do have a switch/button to enable the WLAN, what is dumped to /var/log/messages when you press the button?
    No changes in the /var/messages..
    I have the machine is dual booting for windows 7 and redhat linux 6 64bit.

  • Can any one help me. I tried to install Oracel 8.1.5 on RedHat Linux 7.0 and failed.

    I am running my system with RedHat Linux 7.0 and tried to install Oracle 8.1.5.
    I extracted jre required files and when i tried to start ./runIns.sh from install/linux directory it is giving me an error Unable to initalize threads: cannot find class Java/lang/Thread
    Could not create JVM
    i tried 3 times and i ended up here and i need instruction to sort out the problem as earlier as possible.pls do advice me in this.
    pls send the solution ASAP to my email id - ([email protected])

    Make sure you have IBM's Java 1.1.8 JRE/JDK installed on your server and $JAVA_HOME set. Check the Oracle installation instructions. One other problem with Red Hat 7.0. is that
    there is a libc library incompatibility problem with Red Hat linux 7.0 and Oracle 8i. The database will not start after you install it. Go to MetaLink (if you have support) and search for document # 121176.1. Basically, you have to download an older version of glibc, modify your Oracle link environment files, re-link the database executables and all will work normally. I did it on my Red Hat Linux 7.0 server two weeks ago and everything is working fine. Only other alternative is downgrade to Red Hat 6.2.

  • Does any one help me. I tried to install Oracel 8.1.5 on RedHat Linux 7.0 and failed.

    I am running my system with RedHat Linux 7.0 and tried to install Oracle 8.1.5.
    I extracted jre required files and when i tried to start ./runIns.sh from install/linux directory it is giving me an error Unable to initalize threads: cannot find class Java/lang/Thread
    Could not create JVM
    i tried 3 times and i ended up here and i need instruction to sort out the problem as earlier as possible.pls do advice me in this.

    Vijaya zi,
    Are you still having problem..with this..let me know??
    first of all 8.1.7 , or 8.1.6. 8.1.5 neither one of these are certified to work with linux 7.0 Redhat.
    Secondly there is a work around you could try..assuming that you have set the enviroment varaible and JVM corrent..( let me know if you need help with this)
    here u go...
    There is this linux gnu lib file which oracle is looking for which was there in 6.x and not in 7.0.
    However if you have upgraded from 6.X linux to 7.0 then it will work..
    for some reason it is looking for this glibc file.
    either way the oracle message it is giving is not relavant...
    it is just not going to work...unless you find a way to implement that glibc file..
    I had link..which talk about the work around..
    RedHat 7.0 issues
    RedHat 7.0 ships with glibc 2.2. Oracle compiles with glibc 2.1. See the problem here? The good folks at valinux.com have created a compatiblitly SDK that will "fix" Redhat so you can install Oracle 8i. Go to the following link to learn more: http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/readme.Oracle8i -
    This is the instructions for installing the patch. Return to this document at Step 4, where they tell you to "Install Oracle 8i." http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/i386-glibc-2.1-linux.tar.gz -
    This is the actual SDK.
    WARNING! WARNING! WARNING!
    The procedure for RedHat 7.0 is not officially approved by Oracle. If you are putting a mchine into production, I would strongly recommend sticking with RedHat 6.2 instead (and patching the security holes in it). There are other problems with RedHat 7.0 that extend beyond Oracle. Personally, I'm waiting for 7.1 before I think hard about migrating
    hope this help...
    NOTE ---> ORACLE DOES NOT SUPPORT THIS METHOD.
    Good Luck
    Shah
    null

  • Problem installing Oracle 8.05 on Redhat Linux 7.1

    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]---------------------------------------------
    Action: Installing install.
    Command: (make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install), Out=/opt/oracle/home/orainst/make.log, Err=/opt/oracle/home/orainst/make.log
    chmod 755 /opt/oracle/home/bin
    rm -f oracle exp imp sqlldr tkprof mig dbv tstshm maxmem orapwd dbfsize cursize rman genoci svrmgrl extproc ihsalloci ihsots ihsdepxa ogms ogmsctl osh sbttest /opt/oracle/home/rdbms/lib/ksms.s /opt/oracle/home/rdbms/lib/ksms.o
    echo " - Linking Oracle " ;\
    /opt/oracle/home/bin/echodo cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o \
    -lserver -lclient -lvsn -lcommon -lgeneric \
    /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt \
    -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt \
    -lslax -lplsf -lplsb -lextp -ldbicx \
    /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o `cat /opt/oracle/home/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql `cat /opt/oracle/home/rdbms/lib/nmliblist` `if ar tv /opt/oracle/home/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lmdknl -lmdhh"; fi` \
    -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql ;
    - Linking Oracle
    cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o -lserver -lclient -lvsn -lcommon -lgeneric /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt -lslax -lplsf -lplsb -lextp -ldbicx /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql /opt/oracle/home/rdbms/lib/skgxns.o -lmdknl -lmdhh -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql
    /opt/ora cle/home/lib//libplsf.a(spssimb.o): In function `pss_gets':
    spssimb.o(.text+0x4ef): the `gets' function is dangerous and should not be used.
    /opt/oracle/home/lib//libgeneric.a(skgfr.o): In function `skgfrcre':
    skgfr.o(.text+0x4de): the `llseek' function may be dangerous; use `lseek64' instead.
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconsi':
    hoco.o(.text+0x104d): undefined reference to `__strtoq_internal'
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconui':
    hoco.o(.text+0x126a): undefined reference to `__strtouq_internal'
    collect2: ld returned 1 exit status
    make: *** [opt/oracle/home/rdbms/lib/oracle] Error 1
    Status: 2
    (( OIERR-SYSTEM: make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install ))
    --------------[ rdbms.ins 2631 ]---------------------------------------------
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nicholas Waltham ([email protected]):
    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]<HR></BLOCKQUOTE>
    Well ,I tried to install Oracle 8.0.5 in Debian Potato. At end I desist.
    Oracle 8.0.5 works with glibc 5 and Debian Potato with glibc6 .
    I guess this is your problem.
    There are patches for this but i don't get
    to make work.
    Sorry for my english.
    Cisar

  • Installation j2sdk1.4.0 RedHat Linux 7.3

    Hi
    I downloaded the j2sdk-linux-i386-rpm.bin file.
    Then, i typed "sh j2sdk1.4.0-linux-i386.rpm.bin" in the bash
    I get a new file "j2sdk1.4.0-fcs-linux-i386.rpm"
    I installed this file with the following command:
    rpm -i j2sdk1.4.0-fcs-linux-i386.rpm
    Til here, it was all successfully.
    Now, the problem:
    When i type "javac" into the bash, the system do not find the java compiler....
    I do not now, how i can set the path to the compiler in RedHat Linux....
    Do i configure the path to the javacompiler in /root/.bash_profile ?
    And how can i do that?
    I am a newbie in Linux...and in java....:-))
    Can anyone help me..?
    Thanks you a lot...
    Pingu...:-))

    hello...
    Thank you a lot for information...but somtthing doesn t work ....:-((
    Here are the entries in my .bash_profile:
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
         . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    BASH_ENV=$HOME/.bashrc
    USERNAME="root"
    export USERNAME BASH_ENV PATH
    The J2SDK 1.4.0 PATh is: /usr/java/j2sdk1.4.0
    I don`t know, how edit the .bash_profile that javac and java starts ....
    Can anyone help me ?
    Thank you a lot....! :-))
    pingu..:-))

  • Installation porblem of oracle8i release 3(version 8.1.7) on redhat linux 7

    HI,
    this is very urgent.any one please help me immeditely.
    This is my problem while installing oracle8i(8.1.7)on redhat linux 7.i installed oracle 8i.at the last stage of installation,the database configuration assistant will start.while database creating it is displaying error i.e :ORA-03114-not connected to oracle;
    (2) ORA-03113-end-of -file on communication cahnnel.
    these are the problems i got.and i want to listener .ora and tnsnames.ora also.
    if any get this solution.please send mail with clear description to my personnal mail or this forum.
    iam waiting for your response.
    krishna

    This is my work-around for RH 7. This John Smiley's step-by-step description which is posted elsewhere on this forum. It is better put than my original post:
    Here is a step-by-step process for getting Oracle 8.1.6 or 8.1.7 working on systems with glibc 2.2 (don't bother with 8.1.5 if you can help it):
    1. Install the compat-glibc RPM for 2.1.3.x
    2. cd to the directory where compat-glibc installed the files (for me it's /usr/i386-glibc21-linux/lib).
    3. Copy the following files to $ORACLE_HOME/lib:
    libc-2.1.3.so
    libpthread.so
    libdl.so
    ld-linux.so.2
    For me, several of these are symbolic links, so you'll need to copy the target of the symbolic link and rename it to the link name when you copy it to $ORACLE_HOME/lib.
    For example, if ls -l shows:
    ld-linux.so.2 -> ld-2.1.3.so
    libc-2.1.3.so
    libdl.so -> libdl.so.2
    libpthread.so -> libpthread.so.0
    Then you will:
    cp ld-2.1.3.so $ORACLE_HOME/lib/ld-linux.so.2
    cp libc-2.1.3.so $ORACLE_HOME/lib
    cp libdl.so.2 $ORACLE_HOME/lib/libdl.so
    cp libpthread.so.0 $ORACLE_HOME/lib/libpthread.so
    4. Create a file in $ORACLE_HOME/lib called libc.so with the following contents (as a single line):
    GROUP ( <OH>/lib/libc-2.1.3.so <OH>/lib/ld-linux.so.2 <CL>/libc_nonshared.a )
    Substitute the value of $ORACLE_HOME for <OH> and the location of the compat-glibc directory for <CL>. For example:
    My $ORACLE_HOME is:
    /u01/app/oracle/product/8.1.7
    and my compat-glibc directory is:
    /usr/i386-glibc21-linux/lib
    so the GROUP line looks like this for me:
    GROUP (/u01/app/oracle/product/8.1.7/lib/libc-2.1.3.so /u01/app/oracle/product/8.1.7/lib/ld-linux.so.2 /usr/i386-glibc21-linux/lib/libc_nonshared.a)
    This is all one line.
    5. cd $ORACLE_HOME/bin
    6. Run the following command from the UNIX prompt:
    relink all
    All of the Oracle software, including the assitants, will work fine now.
    null

  • J2SE 1.4.2 on RedHat Linux 7.3

    Hi ,
    I have to install J2SE 1.4.2_04 on a RedHat Linux 7.3 system on intel hardware. Is the download available at Sun.com can be run on this machine. My concern is that is the download is for NPTL implementation only or it will run on any thread implementations.
    Thanks in advance
    Antony Paul

    I've done it, was good.

  • J2sdk1.3 on redhat linux 7.3

    I recently installed j2sdk1.3.0 on redhat linux 7.3,
    but the problem is java or javac only runs when
    i used -green or -native parameters with
    it, without these parameters the system give the
    message .java_wrapper is not found.
    Is any way that I don't need to specify these
    parameters again and again.
    Regards
    Muhammad Ali

    I don't remember having this problem with j2sdk1.3.0 / Linux. What about using 1.3.1?

  • Problems and solutions for 9i DB R2 install on Redhat Linux AS 2.1

    Installing 9iDB R2 9.2.0.1.0 on Redhat Linux Advanced Server 2.1 (aka Redhat Enterprise Linux (AS))
    and applying patchset 2 (9.2.0.3.0)
    This is a certified platform but I hit many problems getting the install to work. Here are the problems I hit and how I solved them.
    Note: This is not intended to be a install for dummies but just an account of all my problems and how I overcame them. I spent 10 hours on this certified install (mostly looking for solutions to the problems I was having)
    I had a Intel Pentium 3 with 512 Meg RAM. (test machine)
    1. Install Redhat Linux
    2. Install Sun JDK 1.3.1 (this is not actually required for this install. I installed it as I was planning to install 9iAS after this)
    3. Install binutils-2.11.90.0.8-13 (also not required. I installed it for 9iAS)
    All other components were ok on my Redhat Linux install (i.e. kernel version, glibc)
    4. Create oracle user with dba group
    5. Create oracle home and oracle base directories. Ensure these are owned by oracle with rwx
    6. Set kernel parameters and make sure that they are initialized every startup:
    I managed to locate this script in the Redhat document called
    "Deploying Oracle9iTM on Red Hat Enterprise Linux AS"
    create a file called oracle.sh in /etc and give it execute permissions
    oracle.sh
    #!/bin/bash
    # configures kernel and system parameters for Oracle9i R2
    # File handles
    echo 65536 > /proc/sys/fs/file-max
    ulimit -n 65536
    # Shared memory
    # The default SHMMAX value is too low and likely to cause a failure during
    # database creation. SHMMAX should be equal to half of your system's physical
    # RAM.
    # The default is for 512 MB of RAM. Replace the default value as appropriate
    # for the amount of memory in your system, i.e.,
    # 512 MB : 268435456
    # 1 GB : 536870912
    # 2 GB : 1073741824
    # 4 GB : 2147483648
    echo 268435456 > /proc/sys/kernel/shmmax
    # It is generally safe to leave these next two values as they are
    echo 4096 > /proc/sys/kernel/shmmni
    echo 2097152 > /proc/sys/kernel/shmall
    # Semaphores
    echo 250 32000 100 128 > /proc/sys/kernel/sem
    # Sockets
    echo 1024 65000 > /proc/sys/net/ipv4/ip_local_port_range
    # Processes
    ulimit -u 16384
    ----EOF---------
    then...
    # chmod +x /etc/oracle.sh    # make executable
    # . /etc/oracle.sh # apply changes now
    edit /etc/rc.local to ensure this is run on startup
    append to /etc/rc.local
    # configure system for Oracle9i R2
    bash /etc/oracle.sh
    --------EOF--------------------
    7. create a generic oracle environment setup script for all users to run
    create the file /etc/profile.d/oracleenv.sh
    be sure to change the variables to your environment (ORACLE_BASE, ORACLE_HOME and ORACLE_SID)
    oracleenv.sh
    # Configures the user's environment for Oracle9i R2
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=$ORACLE_BASE/product/9.2.0.1.0
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    ORACLE_SID=orcl
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$PATH
    export ORACLE_BASE ORACLE_HOME ORA_NLS33 ORACLE_SID LD_LIBRARY_PATH PATH
    ----EOF---------
    chmod 755 /etc/profile.d/oraclenv.sh
    This file will run when a user logs in.
    8. Install oracle DB
    This took me quite a few attempts.
    The first Install I did I received the error jre was not found. This issue seemed to be relating to the fact I was not installing on a Pentium 4. Oracle was looking for the jre in oracle.swd.jre/bin/i686 (and .../lib/i686) when some of the files were placed in i386 and java was looking in i386. This created a real mess. I had encountered a similar problem on a previous install on a different platform. I found articles of people that tried to just link the directories with symbolic links but this never worked. I tried my own version but also failed.
    The solution that worked for me was to de-install, remove all the oracle directories created by the install (this part I had always done) AND also delete the file /etc/oraInstl.loc. This makes the Installer truly believe this is the first time Oracle has been installed on this box. My jre problem disappeared after that. (I don't know why it just didn't work in the first place...)
    The next error I received was an ORA-03113 when creating the database (in the dbca). (It was actually at this point that I found the document from redhat as mentioned in my set 6 above) I also noticed that when running the install of the database, the default was for Oracle's SGA to use 70% of the available memory on my machine (I have 512M so that's 360M). Oracle instructed me to set shmmax to around 240M. This may be why the database creation failed as I thought the shmmax parameter needed to be larger that SGA. Anyway, I reduce the SGA to 50% and it worked.
    This error may also have been caused by the kernel parameters not being set properly after a reboot so if you implementing stop 6 above. You may never get this problem, hopefully.
    8. Install the universal Installer 2.2.0.18.0 (a prerequisite for installing the patchset 2)
    You will need this to install the patchset 2. You can get it from metalink by searching for the bug number in the patch area. Search for bug/patch number 2878462 in patches. (37Meg for linux intel)
    (Did you know that when oracle refer to a bug number, you should treat this as a patch number? General the bugs are not available for public viewing but oracle create a patch of the same number as a placeholder. So don't search for the bug in the site search or by doc id, go straight to the "patches" area and enter the bug number as a patch number, you'll have more success. - I only found that out today after struggling with metalink for the last 4 years)
    9. Install the patchset 2
    I downloaded patchset 2 (which will bring my DB version to 9.2.0.3.0) (220Meg). There is a special symbolic link command you'll need so make sure you remember to do this.
    i.e.
    $ cd $ORACLE_BASE/oui/bin/link
    $ ln -s libclntsh.so.9.0 libclntsh.so
    10. Migrate your database
    I could not get this to work. The docs says I need at least 150M shared_pool_size and 150M Java_pool_size before running the startup migrate. As I only have 512Meg RAM (and shmmax set to 230M) I did hold much hope that this would work. I started my DB without the migrate option just to see if it would actually open with 300M in my pools. It did, so I shut it down and restarted with the migrate option. After 5 minutes of heavy processing (I still have an empty database) my server appeared to hang. I decided to restart the machine and just re-create my DB with the new patchset already applied. I delete my $ORACLE_BASE/oradata/<sid> directory and remove the entry from /etc/oratab and re-created my DB. This worked fine :)
    I hope this document helps you for your install. Please drop me line if it does help and I'll endevour to write more documents like this one.
    Please drop me a quick line at [email protected] even just to say "thanks".
    I will include a few keywords here to help the searches find this document. (mainly the keywords I searched on and failed to find a doc like this one)
    ORA-03113 ORA-3113 03113 3113 jre was not found jre not found i686 i386 i586 9iDB R2 9.2.0.1.0 9.2.0.3.0 Redhat Advanced Server 2.1 AS Enterprise Linux (AS) RH install error installation errors oui dbca problem issue
    Good luck,
    Tim Daniell.

    The trick that worked for me was on a 2nd attempt. I installed once, let it fail with "jre was not found", de-install through the installer, delete all directories and files under $ORACLE_BASE (including $ORACLE_HOME), and also delete /etc/oraInst.loc.
    I don't know why it fixes itself with this. Oracle say this is an unresolved bug 2726268 that lies in the installer. This is still unresolved by Oracle (as at 02-June-03) therefore it is not a published bug/patch. If this doesn't work, I suggest you open an iTAR and see if Oracle has any more suggestions for you.
    Cheers,
    Tim.

Maybe you are looking for