Raw device for red hat

Hi,
I tried to install raw device on red hat 4.2.I posted the mount point of that machine
]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
145G 9.6G 128G 7% /
/dev/sda1 99M 13M 82M 14% /boot
none 2.0G 0 2.0G 0% /dev/shm
/dev/sdb1 459G 350G 86G 81% */ydev*
is it possible to use /ydev for the RAW mount point *.If it's,is it afffect any existing applications at dev?*
please help me out that

All that is required from a system level are partitioned disks. Oracle will handle the configuration of the filesystem. Here are my steps to configure raw devices using LUNs:
--- PARTITION THE RAW VOLUMES ---
fdisk /dev/<disk>
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-512, default 1):<enter>
Using default value 1
Last cylinder or size or sizeM or +sizeK (1-512, default 512): >
Using default value 512
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
--- BIND PARTITIONS TO RAW DEVICES ---
Edit /etc/udev/rules.d/60-raw.rules and add:
# Define mapping of SCSI hard disks for Oracle Raw Devices
ACTION=="add", KERNEL=="sdg1", RUN+="/bin/raw /dev/raw/raw1 %N"
ACTION=="add", KERNEL=="sdj1", RUN+="/bin/raw /dev/raw/raw2 %N"
ACTION=="add", KERNEL=="sdk1", RUN+="/bin/raw /dev/raw/raw3 %N"
# Define persistent raw device permissions
ACTION=="add", KERNEL=="raw*", OWNER=="oracle", GROUP=="dba", MODE=="0660"
--- CREATE THE RAW DEVICES ---
/sbin/start_udev
--- VERIFY RAW DEVICES ---
raw -qa
2.     Update permissions of new devices
chown -R oracle:dba /dev/<disks>
3.     Create links to device on /dev/oracle
# DETERMINE SCSI LINKS TO DEVICES
clear ; ls -la /dev/disk/by-id/ | grep sd[f-v]1 | awk '{print $11,$9}'| sort
# CREATE VOLUME MEMBER SYMBOLIC LINKS. DONE!

Similar Messages

  • Can't install Oracle 9i for Red Hat Linux AS3

    I can't install Oracle Database 9i for Red Hat Enterprise Linux.
    Please see messages following:
    [oracle@rhas3 oracle]$ /mnt/cdrom/install/linux/runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2004-01-30_03-31-11PM/jre/bin/java. Please wait...
    /tmp/OraInstall2004-01-30_03-31-11PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    [oracle@rhas3 oracle]$rpm -qa|grep libstdc++|less
    libstdc++-3.2.3-20
    libstdc++-ssa-3.5ssa-0.20030801.41
    libstdc++-devel-3.2.3-20
    libstdc++-ssa-devel-3.5ssa-0.20030801.4
    anybody know how to install for RH AS3, I have tried many time to find out the libraries but still not work and I've plan for RAC also.
    Ched

    Did you carefully go through all pre-req steps for install?
    Oracle needs some "compatibility libraries" as well (compat-lib*). Here are packages for AS 10g, most or all of which apply to Database too.
    Checking operating system packages: gcc-3.2.3-20,compat-gcc-7.3-2.96.122,compat-gcc-c++-7.3-2.96.122,compat-libstdc++-7.3-2.96.122,compat-libstdc++-devel-7.3-2.96.122,setarch-1.3-1,pdksh-5.2.14,sysstat-4.0.7,gnome-libs-1.4.1.2.90-34.1,libstdc++-3.2.3,compat-libstdc++-devel-7.3-2.96.122,compat-glibc-7.x-2.2.4.32.5
    When required packages are in place, there's another error lurking, related to __libc_wait symbol.
    runInstaller "boots" OUI, which includes running a JRE from tmp. This JRE (build 02) is broken, but you can setup to run another one via oraparam.ini and JRE_LOCATION. Download build 10 from Sun (google "jre 1.3.1 download").

  • Advantage of using RAW devices for storing database

    Hi,
    Marry Christmas to all.
    Oracle 10g version 10.2.0.1.0 (rac)
    OS : HP-UX 11i
    I am new to this enviornment. We are using raw devices for storig the database.
    Please tell what are the advantages for using raw devices for storing the database?
    Thanks.

    http://www.fors.com/orasupp/unix/37914_1.HTM
    The above link explains the raw devices and advantages.

  • Configuring startWebLogic.sh for Red Hat Linux 7.2

    I was successful in configuring and executing startWeblogic.cmd, but have not been
    so lucky getting the equivalent to run on Red Hat 7.2 using startWebLogic.sh.
    For starters, even before I began editing startWeblogic.sh and just tried running
    I received the following error:
    : command not found
    : command not found
    : command not found
    : command not found
    startWebLogic.sh: line 59: syntax error near unexpected token `elif'
    'tartWebLogic.sh: line 59: `elif [ ! -f $WL_HOME/lib/weblogic.jar ]; then
    I've included both my startWebLogic.cmd and startWebLogic.sh files so that you
    can see what I'm trying to port to the sh file. I'm hoping I'm close to getting
    this to execute and run within Linux so please accept my thanks in advance to
    anyone who might have some suggestions. Interestingly enough I was able to get
    wls to start using ant, but that is obviously only good for my development env.
    The point being I'm hoping I'm close to reaching a solution.
    Below is what my startWebLogic.cmd file looks like:
    @echo off
    @rem This script can be used to start WebLogic Server. This script ensures that
    @rem the server is started using the config.xml file found in this directory and
    @rem that the CLASSPATH is set correctly. This script contains the following variables:
    @rem
    @rem JAVA_HOME - Determines the version of Java used to start
    @rem WebLogic Server. This variable must point to the
    @rem root directory of a JDK installation and will be set
    @rem for you by the WebLogic Server installer. Note that
    @rem this script uses the hotspot VM to run WebLogic Server.
    @rem If you choose to use a JDK other than the one
    @rem included in the disribution, make sure that the JDK
    @rem includes the hotspot VM. See the WebLogic platform support
    @rem page (http://e-docs.bea.com/wls/platforms/index.html)
    @rem for an up-to-date list of supported JVMs on Windows NT.
    @rem
    @rem When setting these variables below, please use short file names (8.3).
    @rem To display short (MS-DOS) filenames, use "dir /x". File names with
    @rem spaces will break this script.
    @rem
    @rem jDriver for Oracle users: This script assumes that native libraries
    @rem required for jDriver for Oracle have been installed in the proper
    @rem location and that your system PATH variable has been set appropriately.
    @rem For additional information, refer to Installing and Setting up WebLogic
    @rem Server (http://e-docs.bea.com/wls/docs61/install/index.html).
    SETLOCAL
    cd ..\..
    title WebLogic Server
    @rem Set user-defined variables.
    set JAVA_HOME=T:\bea\jdk131
    if "%CLOUDSCAPE_HOME%"=="" set CLOUDSCAPE_HOME=T:\Cloudscape_3.6
    if "%LOG_HOME%"=="" set LOG_HOME=T:\jakarta-log4j-1.2
    if "%JIKES_HOME%"=="" set JIKES_HOME=T:
    if "%BAS_ORACLE_HOME%"=="" (set ORAPATH=) else (set ORAPATH=%BAS_ORACLE_HOME%\ORA90\JDBC\LIB\classes12.zip;%BAS_ORACLE_HOME%\ORA90\JDBC\LIB\nls_charset12.zip;)
    @rem Check that script is being run from the appropriate directory
    if not exist lib\weblogic.jar goto wrongplace
    goto checkJDK
    :wrongplace
    echo startWebLogic.cmd must be run from the config\blueagave directory. 1>&2
    goto finish
    :checkJDK
    if exist "%JAVA_HOME%/bin/javac.exe" goto runWebLogic
    echo.
    echo Javac wasn't found in directory %JAVA_HOME%/bin.
    echo Please edit the startWebLogic.cmd script so that the JAVA_HOME
    echo variable points to the root directory of your JDK installation.
    goto finish
    :runWebLogic
    echo on
    set PATH=.\bin;%PATH%
    set CLASSPATH=.;%ORAPATH%.\lib\weblogic.jar;%CLOUDSCAPE_HOME%\lib\cloudscape.jar;%LOG_HOME%\dist\lib\log4j-1.2.jar;.\config\blueagave\serverclasses
    echo off
    echo.
    echo ***************************************************
    echo * To start WebLogic Server, use the password *
    echo * assigned to the system user. The system *
    echo * username and password must also be used to *
    echo * access the WebLogic Server console from a web *
    echo * browser. *
    echo ***************************************************
    @rem Set WLS_PW equal to your system password for no password prompt server startup.
    set WLS_PW=xxxx
    @rem Cloudscape-specific defines
    set CLOUDSCAPE_DEFINES=-Dcloudscape.system.home=./config/blueagave/data -Dcloudscape.storage.pageCacheSize=200
    -Dcloudscape.language.statementCacheSize=200
    @rem Set Production Mode. When set to true, the server starts up in production
    mode. When
    @rem set to false, the server starts up in development mode. The default is false.
    if "%STARTMODE%"=="" set STARTMODE=true
    @rem Add the following -D option to the JVM WL start-up command (after %CLASS_PATH%)
    to change
    @rem the query execute mode. The default is JDBC_ONLY and the other choices are
    EIS_ONLY,
    @rem BOTH_JDBC and BOTH_EIS (the two "BOTH_XXXX options internally execute both
    versions of the
    @rem query but only the results of the _XXXX form are returned to the query submitter).
    @rem -Dcom.blueagavesoft.query.ExecMode=BOTH_JDBC
    echo on
    "%JAVA_HOME%\bin\java" -hotspot -Xms192m -Xmx192m -XX:MaxPermSize=64m -classpath
    "%CLASSPATH%" -Dweblogic.Domain=blueagave -Dweblogic.Name=baserver -Dbea.home=T:\bea
    -Dweblogic.management.password=%WLS_PW% -Dweblogic.ProductionModeEnabled=%STARTMODE%
    %CLOUDSCAPE_DEFINES% -Djava.security.policy==T:\bea\wlserver6.1/lib/weblogic.policy
    %JAVA_DEBUG% weblogic.Server
    goto finish
    :finish
    cd config\blueagave
    ENDLOCAL
    [startWebLogic.sh]

    Thanks Micheal!
    "Michael Young" <[email protected]> wrote in message
    news:[email protected]..
    Hi.
    download here: http://commerce.bea.com/downloads/weblogic_server.jsp
    installation instructions here:
    http://edocs.bea.com/wls/docs61/install/index.html
    Regards,
    Michael
    Help Needed wrote:
    Hi All
    Where can i download weblogic for red hat linux 7.2? Does that come
    with
    instruction on how to install it and if not where can i find the
    instruction!!
    Any will will be appricated.
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Java(TM) 2 SDK needed for Red Hat Enterprise 4

    Hello List members,
    I am installing open-xchange on my Red Hat Enterprise 4 box but getting error "no acceptable java compiler found - please install at least the Java(TM) 2 SDK."
    JRE is installed in my system but even after a lot of research I am unable to find Java(TM) 2 SDK . Can anyone of you tell me where to download Java(TM) 2 SDK for Red Hat Enterprise 4. Its not in the SUN site as far as I know, I could be wrong.
    Please help me.
    Regards,
    Vishal

    I installed rhe4 and i have installed a lot of jsdk1.4.2-1.50 and later no any error and not collapsed java system but it has using GNOME consol avoid running system well you will changed GTK SYS.

  • Correct version of Java SDK for Red Hat 4 ES on x86_64

    I need to install the Java SDK for Red Hat 4 ES on x86_64 and I'm unable to find the correct version to download.
    Note 716604 says to download 1.4.2_13 at java.sun.com but the I can't find the Linux x86_64 bit version.  Note 941595 is for Windows and Solaris only.
    Red Hat's site mentions two versions; java-1.4.2-ibm and java-1.4.2-bea.  I cannot find any SAP notes that mention those names.  Has anyone used these successfully on Red Hat 4 x86_64?
    Does anyone know where I can download the correct version of Java SDK?
    Thanks

    <a href="https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=lxdk&S_PKG=amd64142sr7&S_TACT=105AGX05&S_CMP=JDK&lang=en_US&cp=UTF-8">https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=lxdk&S_PKG=amd64142sr7&S_TACT=105AGX05&S_CMP=JDK&lang=en_US&cp=UTF-8</a>
    I can open that link without a problem.
    Check again...
    Markus

  • Raw device for oracle 8.1.7 on AIX 4.3.3

    Hi there,
    I am trying to use a raw device on AIX 4.3.3 for ORACLE 8.1.7.
    I have created a raw device /dev/or_system
    brw-rw---- 1 oracle dba 54, 1 Mar 04 10:44 or_system
    but it is not possible to create a datafile on it :
    SVRMGR> create database "GLM"
    maxinstances 8
    character set "WE8ISO8859P1"
    datafile '/dev/or_system' size 150M REUSE
    logfile
    GROUP 1 ('/oracle/GLM/redo/log1.ora') size 100M,
    GROUP 2 ('/oracle/GLM/redo/log2.ora') size 100M,
    GROUP 3 ('/oracle/GLM/redo/log3.ora') size 100M,
    GROUP 4 ('/oracle/GLM/redo/log4.ora') size 100M;
    create database "GLM"
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 407
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file '/dev/or_system'
    ORA-27038: skgfrcre: file exists
    SVRMGR>
    The ORA-27028 in exact this situation was reported as a bug in prior ORACLE Versions 8.0.4/ 8.0.5 and had
    the bug no. 690228.
    But we use as mentioned 8.1.7.
    What do I do wrong?
    Any suggestions are welcome.
    Thank you
    Gerhard

    Each raw device you create is used as a single data file.
    Eg mklv -y 'myfile' <vgname> <number of logical partitians>
    Will have two special files associated with them /dev/rmyfile and /dev/myfile. The number of logical partitians will be the size of your datafile subtract 1 meg for overhead.
    So, if you were addding the above raw volume to a tablespace, and the lp size was 32 meg, you would
    create tabelspace tsname datafile '/dev/rmyfile' size 31 m;
    Note the use of rmyfile not myfile.

  • Prime setup 2.0.0.0.294-2-K9 asks for Red Hat CD

    Ok since i have this problem with a Cisco Prime
    https://supportforums.cisco.com/discussion/12333166/ncs-prime-lost-licenses-after-application-restore
    I decided to do a complete re-install.
    Since this is a physical appliance i downloaded the PI-APL-2.0.0.0.294-2-K9 image and burnt it on a DL DVD.
    Yesterday i was onsite and booted from the DVD the process starts.
    Selected the re-install option with Keyboard & Monitor attached then the setup starts and we get the "Welcome to Red Hat Enterprise Linux Server" screen after a few minutes i get a pop up asking me for the Red Hat Linux CD.....
    After trying this a few times i canceld it and removed the Prime from the rack todo a re-install at my company.
    Here i have the same problem.
    I do have an NCS-APL-1.1.1.24-1-K9 image from an earlier crash and this works fine.
    But i dont really want to do the upgrade process from 1.1 --> 2.0 again since there is an image available with a clean 2.0.0.94 install.
    The appliance type is PRIME-NCS-APL-K9 V02
    Anyone have an idea ?

    Hi Danjan,
    ****These patches cannot be applied via cli and can only be applied from GUI of Prime*****
    Go to the link below and download the "pi_dev_pack_update_2.0-10.ubf"
    http://software.cisco.com/download/release.html?mdfid=284422771&flowid=45323&softwareid=28
    4272933&release=2.0.10&relind=AVAILABLE&rellifecycle=&reltype=all
    After downloading the file, go to "Administration > Software Update", click upload
    update file, browse to the file location that you've downloaded. 
    Once the file has beenuploaded, you can select the update and click install. 
    After installing, it shouldindicate "Pending Restart" = Yes.  You will likely need to
    go to the cli and do an "ncs stop" and then "ncs start".
    Hope it will help
    Thanks-
    Afroz
    [Do rate the useful post]

  • Download oracle 11g/10g for red hat linux

    hi,
    I have installed VM WARE on my laptop now want to download linux ISO and Oracle ISO.
    could you please tell me whcih linux version i have to install which support oracle for linux.
    from where i get that
    -linux installation files
    -oracle installation files
    both the above will install on oracle vm ware
    thanks
    Edited by: hard_stone on Sep 30, 2009 11:33 PM

    hard_stone wrote:
    hi,
    I have installed VM WARE on my laptop now want to download linux ISO and Oracle ISO. Red Hat, Centos and Oracle Enterprise Linux are almost identical. The major differences are:
    - Red Hat and Oracle Enterprise Linux are officially supported by Oracle to be used under Oracle products;
    - CentOS is NOT officially supported
    - the newer Oracle Enterprise Linux (OEL) includes an 'oracle-validate' rpm to reduce configuration guessing
    Each Distro has it's purpose. I use SUSE and OpenSUSE for my office. And for general servers I use RedHat (when I need commercial support) and CentOS. I fully support CentOS and the CentOS community effort.
    However, for the past year I have ONLY used Oracle Enteprise Linux under Oracle product. It is free, it is officially supported, if I need commercial support I can get it, and it has the Oracle Validated RPM to minimize my config effort. http://edelivery.oracle.com
    So, as compared to the other respondent - I encourage using OEL and NOT CentOS.

  • Kernel Params for Red Hat 6.0

    I've been assigned to put oracle on a Dell installed RED Hat 6.0
    box.
    The Kernel Params are driving me nutty.
    First of all, the docs are saying that SHMMAX needs to be
    4294967295. I can't understand why Oracle can't just tell you
    what to enter into the header straight and simple in HEX. My
    hex calculator can't manipulate this magnitude. Is this
    documentation even correct? It seems 2 digits too large from
    everything else I'm looking at.
    The rest of the kernel code is largley defined dynamically:
    It looks like this.
    Should I over ride all this?
    #define SHMID_BITS 7
    #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1)
    #define SHM_IDX_SHIFT (_SHM_ID_BITS)
    #define SHMIDX_BITS 15
    #define SHM_IDX_MASK ((1<<_SHM_IDX_BITS)-1)
    * SHMID_BITS + SHMIDX_BITS must be <= 24 on the i386 and
    * SHMMAX <= (PAGE_SIZE << SHMIDX_BITS).
    #define SHMMAX 0x2000000 /* max shared seg size
    (bytes) */
    /* Try not to change the default shipped SHMMAX - people rely on
    it */
    #define SHMMIN 1 /* really PAGE_SIZE */ /* min shared seg size
    (bytes) */
    #define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system
    wide */
    #define SHMALL /* max shm system wide
    (pages) */ \
    (1<<(_SHM_IDX_BITS+SHMID_BITS))
    #define SHMLBA PAGE_SIZE /* attach addr a multiple
    of this */
    #define SHMSEG SHMMNI /* max shared segs per
    process */
    #endif /* ASMI386SHMPARAM_H */
    null

    If the system cats back -1 (or -273 etc) for inputs that big, I
    don't how we are going to obtain a positive outcome.
    The hex is not the point. The point is that 4 gig ints echoed
    into the /proc directory return negitive integers.
    Ruben
    Mladen Gogala (guest) wrote:
    : Hexcalculator is for wimps. The real programmers use bc,
    : with scale, ibase and obase options. As bc is doing
    : packed decimal arithmetics, it can do calculations with
    : the numbers > 4GB. Increase SHMMAX to 0x4000000, relink
    : the kernel (make bzImage), restart & enjoy.
    : Ruben I Safir (guest) wrote:
    : : Thanks Robson
    : : That translates to -1 when you cat it back. That was the
    same
    : : thing the kde hexcalculator did. It seems that using that
    many
    : : bytes triggers a signed variable.
    : : Ruben
    : : Robson Miranda (guest) wrote:
    : : : You only need to do
    : : : echo 4294967295 > /proc/sys/kernel/shmmax (I think, I'm not
    : on
    : : : my Linux box, so can't check now).
    : : : With kernel > 2.2.x, there's no need to recompile it to
    : change
    : : : the maximum amount of shared memory.
    : : : Robson.
    : : : Ruben I Safir (guest) wrote:
    : : : : I've been assigned to put oracle on a Dell installed RED
    : Hat
    : : : 6.0
    : : : : box.
    : : : : The Kernel Params are driving me nutty.
    : : : : First of all, the docs are saying that SHMMAX needs to be
    : : : : 4294967295. I can't understand why Oracle can't just
    tell
    : : you
    : : : : what to enter into the header straight and simple in
    HEX.
    : My
    : : : : hex calculator can't manipulate this magnitude. Is this
    : : : : documentation even correct? It seems 2 digits too large
    : from
    : : : : everything else I'm looking at.
    : : : : The rest of the kernel code is largley defined
    dynamically:
    : : : : It looks like this.
    : : : : Should I over ride all this?
    : : : : #define SHMID_BITS 7
    : : : : #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1)
    : : : : #define SHM_IDX_SHIFT (_SHM_ID_BITS)
    : : : : #define SHMIDX_BITS 15
    : : : : #define SHM_IDX_MASK ((1<<_SHM_IDX_BITS)-1)
    : : : : * SHMID_BITS + SHMIDX_BITS must be <= 24 on the i386
    : and
    : : : : * SHMMAX <= (PAGE_SIZE << SHMIDX_BITS).
    : : : : #define SHMMAX 0x2000000 /* max shared seg
    : : size
    : : : : (bytes) */
    : : : : /* Try not to change the default shipped SHMMAX - people
    : rely
    : : : on
    : : : : it */
    : : : : #define SHMMIN 1 /* really PAGE_SIZE */ /* min shared seg
    : : size
    : : : : (bytes) */
    : : : : #define SHMMNI (1<<_SHM_ID_BITS) /* max num of
    segs
    : : : system
    : : : : wide */
    : : : : #define SHMALL /* max shm system
    : : wide
    : : : : (pages) */ \
    : : : : (1<<(_SHM_IDX_BITS+SHMID_BITS))
    : : : : #define SHMLBA PAGE_SIZE /* attach addr a
    : : : multiple
    : : : : of this */
    : : : : #define SHMSEG SHMMNI /* max shared
    segs
    : : per
    : : : : process */
    : : : : #endif /* ASMI386SHMPARAM_H */
    null

  • How to use clamav anti-virus for Red Hat linux

    I wanted to know how to use clamAV anti-virus solution for RHEL 5.X. I tried to find it online but the information does not seem consolidated. I wanted to understand how to install and use it to scan the system.
    Requesting a reply to my query.
    Regards

    Moderator Action:
    This question has no relationship whatsoever with functionality involving anything "Oracle".
    You should ask your Red Hat Linux questions at a Red Hat support forum.
    Thread is now locked because it is outside the scope of this forum discussion space.

  • OVA for LMS 4.2.1 support for Red Hat Virtualization for Servers

    Is the OVA available for download on Cisco's website compatible with anything outside VMWare?  For example, Red Hat Virtualization for Servers.

    Not without a hack on your part (which would void any hope of support).

  • Create raw devices for OCR & Voting Disk for Oracle 10g R2 RACLinux 64 bit)

    Hi Friends,
    Please let me know the Document to cretae RAW Disk for OCR and Voting Disks (like rpm's required,process tio cretae raw disks) in Oracle 10g R2 on Linux (64 bit)
    Regards,
    DB

    http://docs.oracle.com/cd/B19306_01/install.102/b14203/storage.htm#BABFFBBA
    and
    Configuring raw devices (singlepath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5/OEL5 [ID 465001.1]
    Configuring raw devices (multipath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5/OEL5 [ID 564580.1]

  • OSP support for Red Hat Linux Advanced Server 5.0

    Wondering, if anybody tried to install Red Hat Linux Advanced Server 5.0 with N1 SPS OSP? Does it work as with Red Hat Linux Advanced Server 4.0?
    Thorleif Wiik

    The current official GA date for SPS 6.0 is Aug 20. There is a follow-on release for plug-ins and the MS/CLI on Windows. This is currently scheduled for some time in September.

  • Raw devices for 11g rac

    hi,
    whether 11gr2 rac supports raw devices in ibm aix 6.1 with power ha?
    regards
    sridhar

    Hi;
    Pelase see:
    Raw Devices and Cluster Filesystems With Real Application Clusters (RAC) [ID 183408.1]
    For your future RAC related issue I suggest close your issue here as answered than move your issue Forum Home » High Availability » RAC, ASM & Clusterware Installation which is RAC dedicated forum site.
    Regard
    Helios

Maybe you are looking for

  • T.code FBL5N: a problem with the print of the output list

    Hi All, with reference to the t.code FBL5N, I have  a problem with the print of the output list of the report. When I execute the print, I obtain one customer for each page printed. I wonder if is possible to obtain more customers for each page print

  • I am not able to see "Edit Mode on" when i log into workspace...

    I am not able to see "Edit Mode on" when i log into workspace...through Weblogic user...Oracle BPM 11g

  • Subtotal after filtering data

    I have a spreadsheet of approximately 2,500 rows. Each row is one expense incurred since about last September. What I'd like to do is categorize the data across the cost centers (one column) then filter them for the current quarter (a date value in a

  • Essbase Error 1042006 Network Error 111

    We are receiving the above errors, plus the text: The client timed out waiting to connect to the Essbase Agent using TCP/IP. Check your network connections. Also please make sure that Server and Port values are correct. ...whenever you attempt any fo

  • Restoring data from Time Machine to a replacement secondary drive

    Hi all.  I have a Mac Pro with 4 drives installed - one as a system drive, the others for storing project data, music sample libraries etc.  They are all routinely backed up by Time Machine to a large external drive.  One of the library drives has fa