Installing ocfs2 on Linux RedHat 4 update 3 (64 bit)

OCFS2 being now certified on Linux RedHat 64 bit (since June second), we installed it on our Linux server.
Our kernel is:
$ rpm -qa | grep kernel
kernel-2.6.9-34.EL
kernel-smp-2.6.9-34.0.1.EL
kernel-smp-2.6.9-34.EL
kernel-utils-2.4-13.1.80
I got errors when trying to load ocfs2:
[root@db-red4-srv01 oracle]# /etc/init.d/o2cb status
Module "configfs": Not loaded
Filesystem "configfs": Not mounted
Module "ocfs2_nodemanager": Not loaded
Module "ocfs2_dlm": Not loaded
Module "ocfs2_dlmfs": Not loaded
Filesystem "ocfs2_dlmfs": Not mounted
[root@db-red4-srv01 oracle]# /etc/init.d/o2cb load
Loading module "configfs": Unable to load module "configfs"
Failed
[root@db-red4-srv01 oracle]# /etc/init.d/o2cb online ocfs2
Loading module "configfs": Unable to load module "configfs"
Failed
Also when trying to configure the nodes using ocfs2console, I get the following error:
#ocfs2console
-> cluster
-> configure nodes
Could not start cluster stack. This must be resolved
before any ocfs2 fileysystem can be mounted.
Anyone has an idea?

Hello Jiang
I am facing the same error while installing ocfs2 on RHEL4 and here is last 20 lines from my dmesg,
device-mapper: dm-multipath version 1.0.5 loaded
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 1736696k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
ip_tables: (C) 2000-2002 Netfilter core team
ip_tables: (C) 2000-2002 Netfilter core team
ip_tables: (C) 2000-2002 Netfilter core team
configfs: disagrees about version of symbol struct_module
i2c /dev entries driver
eth0: no IPv6 routers present
eth1: no IPv6 routers present
Hangcheck: starting hangcheck timer 0.9.0 (tick is 30 seconds, margin is 180 seconds).
Hangcheck: Using get_cycles().
mtrr: your processor doesn't support write-combining
configfs: disagrees about version of symbol struct_module
configfs: disagrees about version of symbol struct_module
configfs: disagrees about version of symbol struct_module
configfs: disagrees about version of symbol struct_module
Following is the output of ocfs2 packages installed.
uname -r
2.6.9-89.ELsmp
#rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}_%{ARCH}
n" |grep ocfs2
nocfs2console-1.2.7-1.el4_i386
nocfs2-tools-1.2.7-1.el4_i386
nocfs2-2.6.9-89.EL-1.2.9-1.el4_i686
nocfs2-2.6.9-89.ELsmp-1.2.9-1.el4_i686
Appreciate if anyone could help me.
Thanks,
Anil

Similar Messages

  • Install java in linux Redhat 9

    hello,
    i tryinh to install java in redhat 9 but i dont how i can install it or using command line to set the path as Windows
    can anyone help me,
    thx

    Here's a link to a website you might find helpful.
    http://cruisenews.net/install_java_on_redhat_9.html

  • Linux RedHat 4 update 4: how to unbind  raw devices used by ASM diskgroups?

    How to unbind raw devices used by ASM diskgroup?
    I created ASM diskgroup using /dev/raw/rawn, after done my testing, I need to toss the raw devices to start a new testing. Here is the procedure:
    1. shutdown MYTEST database
    2. in ASM instance, remove disks from diskgroup 'rawtest'
    3. in ASM instance, "drop diskgroup rawtest including contents"
    4. in OS, issue: "raw /dev/raw/raw1 0 0"
    I got the following error:
    # raw /dev/raw/raw1 0 0
    Error setting raw device (Device or resource busy)
    But if I shutdown ASM instance, the above commmand will be successful.
    My question, how can I unbind raw devices without shutting down ASM instance(could be used by other databases at the same time)?
    Thanks,
    Jenny

    The installation guild will probably be were you will want to start.
    2.11 Preparing Disk Groups for an Automatic Storage Management Installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15660/pre_install.htm#sthref457
    Specifically
    2.12 Configuring Raw Partitions or Raw Logical Volumes
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15660/pre_install.htm#sthref591

  • SAP Linux Redhat 5.5

    Hi Gurus
    Has anyone installed SAP ECC 6.0 on Linux Redhat Enterprise 5.5 64 bit. I have a license for Redhat 5 but i want to know if version 5.5 will work with sap so that i download the corect version. I know for sure SAP can be isntalled on Redhat version 5.0 but am not sure with other version after version 5.0. I have checked all the other sites such as Product Availabiity matrix on servive marketplace.
    Regards
    Partson

    Hello,
    in some case, you can check this with you hardware and storage vendors to check his matrixs. for example with HP Blades you can read this URL
    http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02059206/c02059206.pdf
    Regards
    Edited by: Diego Hernandez Rollizo on Apr 19, 2010 5:29 PM
    Edited by: Diego Hernandez Rollizo on Apr 19, 2010 5:29 PM

  • OCFS2 problem with Redhat Linux Update 1

    Hi all,
    I get the following error when I tried to mount the ocfs2 partition:
    ===============
    [root@linux1 log]# mount -t ocfs2 -o datavolume /dev/sda1 /u02/oradata/orcl
    mount.ocfs2: No such device while mounting /dev/sda1 on /u02/oradata/orcl
    ================
    in the /var/log/messages:
    ============================================
    Mar 19 19:17:48 linux1 modprobe: FATAL: Error inserting ocfs2 (/lib/modules/2.6.
    9-11.EL/kernel/fs/ocfs2/ocfs2.ko): Unknown symbol in module, or unknown paramete
    r (see dmesg)
    Mar 19 19:17:48 linux1 kernel: ocfs2: Unknown symbol generic_drop_inode
    ===========================================
    My kernel version is:
    ===================
    [root@linux2 etc]# uname -r
    2.6.9-11.EL
    ==================
    My installed OCFS2 version is:
    ====================
    [root@linux2 etc]# rpm -qa |grep ocfs2
    ocfs2-tools-1.2.0-1
    ocfs2console-1.2.0-1
    ocfs2-2.6.9-11.0.0.10.3.EL-1.0.4-1
    =======================
    I don't think i have the right ocfs2 kernel for my verion of Linux. I can't seem to find ocfs2 for 2.6.9-11 in http://oss.oracle.com/projects/ocfs2/files/
    Questions:
    1) Do I need to update my Linux?
    2) Where can I find ocfs2 for 2.6.9-11?
    Thanks,

    Does not mean that Apple's proprietary EFI is what RHEL expects to see. I run UEFI on PC and Windows 8. Won't work on Mac Pro.
    you  need to pull other drives out during install.
    You don't 'use Boot Camp for Linux or non-Windows.
    I''d pick up one of the newer WD 10K VRs while at it - 250GB $152 200MB/s
    People have run Windows Server 2008 and run VMs under it, or run multiple VMs on Mac Pro and been happy -
    But start wtih a hard drive for RH and format it from the installer, and pull everything else.

  • How to update my firefox in linux redhat el5

    I am using linux redhat el5. In my system firefox has already installed but it was older version and i ean t to upgarde my browser.But the file is not in .rpm package so i have problem to install it.
    In my firefox there is no option of upgrading.
    kindly help me step by step.

    Red Hat Enterprise Linux 5 was first released on 2007-03-15, which makes it almost 4 years old.
    The first thing to do is to see if that version of Linux meets system requirements for Firefox 3.5 /3.6. <br />
    http://www.mozilla.com/en-US/firefox/system-requirements.html
    The GTK package is usually too old on Linux distros that came with Firefox 1.5 and 2.0 versions, and need to be updated. It's usually easier to install a newer version of your Linux distro than it is to update "packages" ala carte.

  • Error on Install Oracle9i R2 on RedHat Linux 7.3

    When I have installed Oracle9i R2 on RedHat Linux 7.3,I reboot the machine,
    and then write this:
    sqlplus
    SQL> sys /change_on_install as sysdba
    SQL>Connect to Iddle
    SQL>startup
    SQL>sltln:environment variable cannot be evaluated
    What`s the matter?
    thanks

    Looks like some file that's present in tmp or
    /var/tmp during deployment cannot be overwritten
    because of permissions issue. Please make
    sure you don't have previous installation temp files
    in /var/tmp or /tmp before doing new installation or
    use the same use that installed the first instance.
    You can try cleaning up tmp and /var/tmp and retry.
    Also try setting umask 00 before installations.

  • Installing Oracle 8.1.7 on Linux RedHat 7.1

    I am trying to install Oracle 8.1.7 on a Linux RedHat 7.1 machine with P4 1.7GHz. I 've tryed all the papers I found on the net for setting the user accounts and groups, linking with the old gcc libraries, etc. The problem is that after starting the OUI and when a window pops-up that spans the products list available, the whole operation finishes too quicly without reaching the 100%. At the next screen when I am trying to give the Instalation Unix group - should be oinstall/dba - I press next and get the message "Unable to setup Inventory. You may not have proper permisions". The machine has 256MBs Ram and 520MB Swap file on a 20GB HDD.Has anyone else seen this before? I couldn't find anything on the net. Can anyone help me? Thanks in advance...

    Hi,
    In the user where you are trying to install Oracle, give the following command at the prompt.
    $ umask
    The result should be "022". If it is not, connect as root and change the umask-settings of the user.
    $ umask 022 <user-name>
    and connect as the user, where you are trying to install and run the Installer.
    Hope this will work,
    Murali.

  • Error While Installing ORACLE 10g in Redhat Linux 5.0

    Hi all,
    Anybody please guide me regarding the posted error.
    I'm trying to install ORACLE 10g in Redhat Linux 5.0 and finding error as "Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_09-20-56PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I tired a lot to sort it out but unable to resolve.So please tell me the possible ways.
    I appreciate all types of clarifications...
    Thanks in Advance
    Sajeev George

    Sajeevcmc wrote:
    Hi,
    Thanks for the reply.
    Could you please tell me the rpm full name and where i can download the same?
    Thanks in Advance
    SAJEEV GEORGEYou need to have the following packages installed already before starting Oracle installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15669/pre_install.htm#sthref80
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    And from the following link, you can get the same list:
    http://www.puschitz.com/InstallingOracle10g.shtml (Go to Checking Software Packages (RPMs))
    And from my installation guide you can easily install Oracle on Linux by following step by step instruction
    [Step by Step Installing Oracle Database 10g Release 2 on Linux (CentOS) and AUTOMATE the installation using Linux Shell Script|http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Unable to install Oracle 9.0.1 on Linux RedHat

    Hi,
    I am unable to install Oracle 9.0.1 on Linux RedHat, tried many times. While installing i get following errors-
    "Error in invoking target install of makefile
    /usr/oracle/9.0.1/plsql/lib/ins-plsql.mk"
    "error in invoking target ioracle of makefile
    /usr/oracle/9.0.1/rdbms/lib/ins-rdbms.mk"
    "Error loading native library : libnjni.so"
    Installation halts while configuring Net Confugration Assistant....
    Any workaround ???
    Thanks in advance.

    There are many versions of RedHat. Your post indicates you are using one of them, but your post really does not give a hint as to which one. Funny thing is - different versions have different install requirements.
    I really don't understand why operating system version is such a big secret. Especially since it is logically so critical to installation issue. Even when installing on Windows, the first questions is 'which Windows'.
    You have, of course, followed the suggestions at http://www.puschitz.com and noted the errors and workarounds, have you not.
    Especially about things like packages and versions.

  • Cannot install Tuxedo8.1 on RedHat Linux 9.0

    I encounterd an error during install Tuxedo8.1 on RedHat Linux 9.0
    cf, Tuxedo8.1 is downloaded from your download sites for trial.
    [tuxedo@tuxedo-server install]$ sh tuxedo81_linux.bin
    Preparing to install...
    The included VM could not be uncompressed. Please try to download
    the installer again and make sure that you download using 'binary'
    mode. Please do not attempt to install this currently downloaded copy.
    I tried to install Tuxedo8.1 on Linux Enterprise Edition(tuxedo81_inlnxa21.bin).
    And It failed.
    Thans in advance

    eklee <[email protected]> wrote:
    I encounterd an error during install Tuxedo8.1 on RedHat Linux 9.0
    cf, Tuxedo8.1 is downloaded from your download sites for trial.
    [tuxedo@tuxedo-server install]$ sh tuxedo81_linux.bin
    Preparing to install...
    The included VM could not be uncompressed. Please try to download
    the installer again and make sure that you download using 'binary'
    mode. Please do not attempt to install this currently downloaded copy.
    I tried to install Tuxedo8.1 on Linux Enterprise Edition(tuxedo81_inlnxa21.bin).
    And It failed.
    Thans in advanceTry below commands in RH9,
    cd /bin
    ln -s gunzip uncompress
    then retry the installation process.
    Wei.C

  • Unable to Install Oracle 9i on redhat linux 9

    Hi everybody,
    I had been trying to install Oracle 9i on redhat linux 9 since last month and I am not able to succeed in installing the same. In fact I do not get to see even the OUI screen . I give below the steps I followed.
    1) Setting of env varibles pertinent to oracle., say ORACLE_HOME,NLS_LANG etc.
    2) PATH=$PATH:/usr/local/jdk1.3.1/bin:.
    3) export LD_ASSUME_KERNEL=2.4.1
    I have a set of 3 CD's for installation. As soon as I load the first CD. the runInstaller would run for sometime and stop, while I do the installation in the graphic mode.
    When I try to install the same in the command line mode, I get to see something like the one below
    Initializing java jre from /tmp/OraInstall0/... please wait.. and then it would come back to the command prompt.
    I then invoke ps -ef | grep -i oracle to check if some process is running and I do get to see something. But ultimately nothing happens.
    Please help me with this.

    At Oracle Site we have a very good manual for 9i installation. Follow the manual step-by-step.
    Your problem seems as a java or permissions issue.
    good luck
    Eduardo

  • Can OAS9i and Portal be installed on Linux RedHat(kernel 2.2.19) platform?

    Hi,
    My question is the same as the subject written.
    Can OAS9i and Portal be installed on Linux RedHat(kernel 2.2.19) platform? Basically, first, I can't find the OAS9i "*.cp" image files for RedHat Kernel 2.2.16 or later use, second, what I can download from OTN site is V1.0.2.2.1 which is for Linux RedHat Kernel 2.4.3-12 or later use. And I downloaded all the files which OAS9i version is V1.0.2.2.1, and failed to install on my platform. So I want to know is there anybody installing OAS9i and Portal successfully on RedHat 6.2(Kernel 2.2.19, glibc 2.1.3)? Or can share on other RedHat version had any successful installation processes or suggestion. Thanks in advance.
    Regards!
    Frank

    9iAS 1.0.2.x is only supported on Redhat 7.0 and Suse 7.2
    Portal PM

  • Error in Installing Oracle 9i on RedHat LINUX 8.0

    When I am trying to install Oracle 9i on RedHat LINUX 8.0 I am getting the Error message " CANNOT COPY INTO THE FILE aurora.zip". I just ignored this and i continued the Installation. But after some time (During installation in LINKING part) i am getting the error message ERROR IN INVOKING TARGET ctx_on OF MAKEFILE /u01/app/oracle/product/9.2.0/rdbms/lib/ins_rdbms.mk
    What shall i do for this?

    are u sure that u can load Oracle 9i on Linux 8.0? i am aware that the three Linux distributions certified for Oracle 10g are:
    Red Hat Enterprise Linux 2.1
    Red Hat Enterprise Linux 3
    Novell SUSE Linux Enterprise Server 8

  • Problem Installing Sun One Studio ce on Linux RedHat 8.0

    I have a problem installinh Sun One Studio CE on a machin with Linux RedHat 8.0.
    The installation starts but at about 80% of its ther is an error and install stops.
    Does anybody help me?
    I don't know what error stop the install

    I'm having the same problem.
    The Sun One Studio CE starts up fine then towards the end it says:
    "installing... this my take a few minutes"
    But it doesn't, in fact it freezes there and doesn't do anything else.
    (I left it running over night and it was still there with the same message)
    Need help.

Maybe you are looking for

  • Moving files from outlook to mac

    I'm switching from a PC to Mac.  How do I move or export email files from outlook to mac.  My email account is IMAP at Gmail.

  • Not able to start OEM

    Hi, I have installed Orcle grid control10.2.0.1 on node 1.Its a 11gr2 rac database. But i am not able to start OEM. [oracle@rac1 bin]$ ./opmnctl status Processes in Instance: EnterpriseManager0.rac1.raczone.com -------------------+-------------------

  • How to insert CLEAR SSIS Package in another SSIS Package

    Hi All, We have a requirement to run CLEAR SSIS Package in another SSIS Package whish extracts data from Oracle database system. Needed to run CLEAR SSIS Package if data exists in BPC application else run extract to Oracle system. Basically continue

  • How can I rescue a password???

    hello everyone... I need to know how can I rescue or brake a password of my router 1700 series. I do have fisical accesss, so do not worry about it I just need to get in enable mode again (I have the configuration)

  • I can't seem to get calendar events created on my iphone to syc to the icloud calendar

    I am using an iPhone 4 and all of a sudden, I can't get my calendar events on my phone to up sync to the icloud.  Contacts work great from phone to cloud..but events don't work at all. Help!