Setin CS for DMS ( SAP DB) not file system

Hi Forum..
I wud like to configure CS to my DMS to chk in /chkout originals which i hav to do it from 3rd party system.For this i'm using a BAPI.
My clint req is he wanted to save documents in SAP DB( Not file system)
My questions r:
1.  wat r the necessary config steps tht i hav to follwo ?
2. for this,Do i need to create Any Ztable ?
Thanks In Advance.
P.S: Use ful answer will be rewarded.
Rgds,
VIjay

Hi Vijay,
To achieve storage of documents in SAP Database as per your clients requirement you need not use Content Server thru KPro.
Also, there is no need of adding any Z table or any other configurations,
*Just goto DC10, Uncheck box indicating Use Kpro and to maintain SAP Database in place of CS, just go below to File Size option and enter the size required in SAP Database (for ex:9999999999 which is max. size you can allot).
Save your settings and then create/change the DIR, try to check-in the document where instead of showing KPro storage categories (ex: DMS_C1_ST), options related to SAP storage categories are displayed, from storage categories like
Vault, Archieve n SAP DB* select SAP DB and all the storage takes place in SAP Database.
When you are using Content Server with KPro, even if you are maintaining file size with some values only KPro will work as storage category
Thank You,
Manoj
Pl. reward if useful.

Similar Messages

  • Please Advise on SAP and DB2 file system during installation

    Dear Experts
    SAP ERP 6.0 EHP5 ( AS ABAP and AS JAVA(EP))
    DB2
    RHEL 6
    i have a requirment to install solution manager,development and production server, at present client is allocated below hardware for 3 servers and one MSA Storage  
    Landscape: Two system landscape
    DEV Server:  2*300GB HDD 2cpu/32gb ram
    PRD server: 2*300GB HDD 2cpu/32gb ram
    solution manger: 2*300GB HDD 1cpu/16gb ram
    MSA Storage HP P2000 G3 MSA 12*300Gb HDD
    1 TAPE DEVICE
    these three server should to connected to storage
    Its my first time to work on this kind of landscape with SAN
    Request to please provide me filesytems and mountpoint with size. However i am going through standardinst document & trying to understand...
    Regards
    Raju

    RAJU83 wrote:
    > Request to please provide me filesytems and mountpoint with size. However i am going through standardinst document & trying to understand...
    Better you continue with that and plan and document the file system and size strategy.
    'SAP Sizing' is very important, utilize it - service.sap.com/sizing
    After you understand the guides' advice and explore standard sizing, then share your queries with us.
    This concept is very detailed one and really the 'subjective' one - depends case to case - customer to customer - ultimately the SIZING will help you - It can't be explained clearly in a discussion thread 'initially'
    Thanks

  • Using JMX for detecting changes in windows file system?

    Can anybody help to find way to watch changes in windows file system.........Or say files are transfer in mounted drive i want to start access to those files as and when they come in drive.....do not wait while transferring all files ..

    Hi,
    JMX is a technology that will let a Java process expose information to a remote client application.
    It doesn't define what information to expose, but simply how to make it available externally.
    JMX per-se cannot be used to detect the kind of things you describe, but if you are able to detect them, JMX will help you making the information available to external applications.
    Hope this helps,
    -- daniel
    [http://blogs.sun.com/jmxetc|http://blogs.sun.com/jmxetc]

  • For help ,请教sap公司的大侠们,sapshow 无法显示教材中的notes

    hello ,  Ke Wu
        当我把IE浏览器升级到8.0后,再使用sapshow 4.5B ,就再也无法查看教材中的notes ,请问sap 公司是否已经更新了sapshow的版本,如果有,请告诉在那里可以下载到,
        特别需要,非常感谢。
    Edited by: kai xu on Apr 16, 2009 11:25 AM

    Hello :
         我参照了这种方法,但是对于XP系统,都是适用的,最近升级到vista ,ie 是8.0的,再使用在XP中的方法就无法适用了,就是无法显示sapshow 打开的NOTES ,请大家给个好的意见。
        致礼!

  • How to set a particular icon for a directory in the file system?

    Hello
    I'd like to know if it is possible, when creating a directory using file.mkdir(), to define a particular icon instead of the default system icon?
    If yes how to proceed?
    Thanks for your answer.
    David

    For XP you are going to have to dummy up one of these files:
    Desktop.ini
    I have no idea what some of the entries mean, but placing the file in the directory seems to do the trick
    [.ShellClassInfo]
    IconFile=%SystemDrive%\Downloads\IconSets\00946_tux\Tux Folder\Tux.ico
    IconIndex=0
    [{BE098140-A513-11D0-A3A4-00C04FD706EC}]
    Attributes=1
    IconArea_Image=%SystemDrive%\Pictures\cassie_0069.jpgThe file should be easy to write using Java , but what exact entries you need... try searching microsift ..........

  • DMS data save in File system location

    Dear Expert,
    Can you please provide detailed analysis how to store files in filesystem , presently data are stored in database now I want to attached document are saved in filesystem location.
    Please help us.
    Regards Sanjay.

    Hi Christian,
    If you look at the Quickview in Basis mode, there are some output options under "Export as". One of these may help.
    When you run the quickview the selection screen should give you a range of output options - I had hoped that you might be able to choose to write to a SAP file from there, although I think it may be limited to local (PC) files only, which I don't think is what you want.
    As an alternative, how about looking at the database backup utilities?
    I would think your basis people should be able to help you set up a single-table backup. Would that satisfy the requirement?
    Hope this is some help to you,
    Best Regards
    Robin

  • Unix shell: Environment variable works for file system but not for ASM path

    We would like to switch from file system to ASM for data files of Oracle tablespaces. For the path of the data files, we have so far used environment variables, e.g.,
    CREATE TABLESPACE BMA DATAFILE '${ORACLE_DB_DATA}/bma.dbf' SIZE 2M AUTOEXTEND ON;
    This works just fine (from shell scripts, PL/SQL packages, etc.) if ORACLE_DB_DATA denotes a file system path, such as "/home/oracle", but doesn’t work if the environment variable denotes an ASM path like "\+DATA/rac/datafile". I assume that it has something to do with "+" being a special character in the shell. However, escaping "\+" didn’t work. I tried with both bash and ksh.
    Oracle managed files (e.g., set DB_CREATE_FILE_DEST to +DATA/rac/datafile) would be an option. However, this would require changing quite a few scripts and programs. Therefore, I am looking for a solution with the environment variable. Any suggestions?
    The example below is on a RAC Attack system (http://en.wikibooks.org/wiki/RAC_Attack_-OracleCluster_Database_at_Home). I get the same issues on Solaris/AIX/HP-UX on 11.2.0.3 also.
    Thanks,
    Martin
    ==== WORKS JUST FINE WITH ORACLE_DB_DATA DENOTING FILE SYSTEM PATH ====
    collabn1:/home/oracle[RAC1]$ export ORACLE_DB_DATA=/home/oracle
    collabn1:/home/oracle[RAC1]$ sqlplus "/ as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Aug 24 20:57:09 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> CREATE TABLESPACE BMA DATAFILE '${ORACLE_DB_DATA}/bma.dbf' SIZE 2M AUTOEXTEND ON;
    Tablespace created.
    SQL> !ls -l ${ORACLE_DB_DATA}/bma.dbf
    -rw-r----- 1 oracle asmadmin 2105344 Aug 24 20:57 /home/oracle/bma.dbf
    SQL> drop tablespace bma including contents and datafiles;
    ==== DOESN’T WORK WITH ORACLE_DB_DATA DENOTING ASM PATH ====
    collabn1:/home/oracle[RAC1]$ export ORACLE_DB_DATA="+DATA/rac/datafile"
    collabn1:/home/oracle[RAC1]$ sqlplus "/ as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Aug 24 21:08:47 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> CREATE TABLESPACE BMA DATAFILE '${ORACLE_DB_DATA}/bma.dbf' SIZE 2M AUTOEXTEND ON;
    CREATE TABLESPACE BMA DATAFILE '${ORACLE_DB_DATA}/bma.dbf' SIZE 2M AUTOEXTEND ON
    ERROR at line 1:
    ORA-01119: error in creating database file '${ORACLE_DB_DATA}/bma.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    SQL> -- works if I substitute manually
    SQL> CREATE TABLESPACE BMA DATAFILE '+DATA/rac/datafile/bma.dbf' SIZE 2M AUTOEXTEND ON;
    Tablespace created.
    SQL> drop tablespace bma including contents and datafiles;

    My revised understanding is that it is not a shell issue with replacing +, but an Oracle problem. It appears that Oracle first checks whether the path starts with a "+" or not. If it does not (file system), it performs the normal environment variable resolution. If it does start with a "+" (ASM case), Oracle does not perform environment variable resolution. Escaping, such as "\+" instead of "+" doesn't work either.
    To be more specific regarding my use case: I need the substitution to work from SQL*Plus scripts started with @script, PL/SQL packages with execute immediate, and optionally entered interactively in SQL*Plus.
    Thanks,
    Martin

  • Renewal License for Mini SAP doesnu00B4t work

    Hi,
    the link [http://www.sap.com/minisap|http://www.sap.com/minisap] for the renewal of the license key for Mini SAP does not work any more. I get an error page from SAP indicating that the page does not exist.
    Does somebody know the new link ??

    Hi Dietmar,
    Try this link...
    http://www.sap.com/solutions/netweaver/minisap.epx
    Best regards,   Andy

  • Client for NFS fails to restart - Event ID: 16387 - Windows(R) failed a request to initialize the Network File System (NFS) redirector

    I have seen this issue out there in a few threads but a definitive solution has not been posted by Microsoft that I can find. So here is the simple answer. The long answer why this doesn't work on a default install of MSNFS is going to have to come from
    Microsoft and should be in the form of a hotfix.
    Problem Description
    On boot, Client for NFS starts and remains running. If an attempt is made to restart the service from the MMC or nfsadmin, an error occurs and nfsclnt fails to start.
    Event log error:
    ==================================================================
    Log Name:      Application
    Source:        NfsClnt
    Date:          7/7/2011 2:39:51 PM
    Event ID:      16387
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      myserver
    Description:
      Windows(R) failed a request to initialize the Network File System (NFS) redirector
    <[d:\w7rtm\base\fs\remotefs\nfs\client\nfsclient\service.c:199] : 0: The operation completed successfully.
    >.
      Client for NFS cannot start.
      Windows may be low on system resources.  Try increasing available system resources by closing programs, then start Client for NFS manually.
    ==================================================================
    PROBLEM CAUSED BY: When shutting down Client for NFS using the Services GUI, Client for NFS Redirector is not shut down
    SOLUTION: Stop NFS Redirector - 'sc stop NfsRdr' - Then start NFS client service - 'nfsadmin start client'
    Use 'nfsadmin client stop' to correctly shut down both the Client for NFS service and the Client for NFS Redirector.
    'Network File System (NFS) redirector' is actually "Client for NFS Redirector" and not listed as a service even though "Client for NFS" requires it.  
    Using 'sc', details on the hidden NfsRdr system component can be queried and then used to stop the redirector so that nfsclnt.exe can reload it on start up using the Services GUI.
    C:\Windows\System32>sc GetDisplayName NfsRdr
    [SC] GetServiceDisplayName SUCCESS
    Name = Client for NFS Redirector
    C:\Windows\System32>sc qdescription NfsRdr
    [SC] QueryServiceConfig2 SUCCESS
    SERVICE_NAME: NfsRdr
    DESCRIPTION:  Kernel-side part of Client for NFS. Enables a Windows based computer to access NFS server shares
    Hope this thread is helpful !!

    Thank you for your sharing and this will certainly help others have similar issues in future.TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • OES11 SP2 - Linux File System and NSS Pools & Volumes

    Planning to install our first OES11 SP2 server into an existing tree - the
    idea is to run this new OES11 server virtualized on VMware ESXi 5.5
    The existing tree has two physical NW6.5SP8 servers running eDirectory
    Version 8.7.3.10b (NDS Version 10554.64). One of the existing Netware
    servers is used for DHCP/DNS, File Sharing from three NSS volumes and
    Groupwise 7.0.4 whilst the second server is used for FTP services and
    eDirectory redundancy. Ultimately the plan is to have two virtualized OES11
    SP2 server with one for file sharing and the other for making the move from
    GW7 to GW2012. And we're planning to stick with NSS for file sharing on the
    new OES11 SP2 server.
    I've come across a couple of posts for earlier versions of OES which
    recommended not to put the Linux Native OS File System and NSS storage
    pools/volumes on the same hard drive. Apparently the advice was a result of
    needing to allow EVMS to manage the drive which could be problemmatic.
    I've read the OES11 documentation which says that "The Enterprise Volume
    Management System (EVMS) has been deprecated in SLES 11, and is also
    deprecated in OES 11. Novell Linux Volume Manager (NLVM) replaces EVMS for
    managing NetWare partitions under Novell Storage Services (NSS) pools."
    So I'm wondering if there is still a compelling requirement to keep the
    Linux Native File System and NSS pools/volumes on separate hard drives or
    can they both now safely co-exist on the same drive without causing
    headaches or gotchas for the future?
    Neil

    Hi Willem,
    Many thanks for the further reply.
    So we can just use the VMWare setup to "split" the one physical drive into
    two virtual drives (one for the OS and the second for the pools).
    And I've seen posts in other forums about the need for a decent battery
    backed cache module for the P410i controller so I'll make sure we get one
    (probably 512Mb module + battery).
    Can I ask what is the advantage of configuring each VM's virtual disk to run
    on it's own virtual SCSI adapter (by setting disk1 to scsi 0:0, disk2 to
    scsi 1:0, and so on)?
    Cheers,
    Neil
    >>> On 9/5/14 at 12:56, in message
    <[email protected]>,
    magic31<[email protected]> wrote:
    > HI Niel,
    >
    > xyzl;2318555 Wrote: >
    >> The new installation will run on a Proliant ML350 G6 with P410i>
    > controller
    >> so we can use the raid capability to create two different logical drives>
    > as
    >> suggested.
    >
    > As you will be using ESXi 5.5 as host OS, it's not needed to split
    > thehost server storage into two logical drives... unless that's what
    > youwant in perspective for "general performance" or redundancy reasons.
    > Italso depends on the options that P410i controller has.
    >
    > On a side note, I'm not too familiar with the P410i controller... domake
    > sure you have a decent battery backed cache module installed, asthat will
    > greatly help with the disk performance bit.
    > If the controller can handle it and the controller can handle it, go
    > forraid 10 or raid 50. That might be too big a space penalty but will
    > helpwith disk performance.
    >
    > Once you have your VMware server up and running, you can configure
    > thetwo VM's with each two or more drives attached (on for the OS,
    > thesecond or others for your pools).
    > I usually create a virtual disk per pool+volume set (e.g. DATAPOOL
    > &DATAVOLUME on one vm virtual disk, USERPOOL & USER volume on an other
    > vmvirtual disk).
    > With VMware you can than also configure each VM's virtual disk to run
    > onit's own virtual SCSI adapter (bij setting disk1 to scsi 0:0, disk2
    > toscsi 1:0, and so on).
    >
    >
    > xyzl;2318555 Wrote: > Do you have any suggestions for the disk space that
    > should be reserved> or
    >> used for the Linux Native OS File System (/boot, /swap and LVM)?
    >>
    >
    > Here's one thread that might be of interest (there are more
    > throughoutthe SLES/OES
    >
    forums):https://forums.novell.com/showthread...rtitioning-%28
    > moving-from-NW%29
    >
    > I still contently follow the method I choose for back in 2008, justwith
    > a little bigger sizing which now is:
    >
    > On a virtual disk sized 39GB:
    >
    > primary partition 1: 500 MB /boot , fs type ext2
    > primary partition 2: 12GB / (root), fs type ext3
    > primary partition 3: 3 GB swap , type swap
    >
    > primary partition 4: LVM VG-SYSTEM (LVM partition type 8E), takes up
    > therest of the disk **
    > LVM volume (lv_var): 12 GB /var , fs type ext3
    > LVM volume (lv_usr-install): 7GB /usr/install, fs type ext3
    > * there's still a little space left in the LVM VG, in case var needs
    > toquickly be enlarged
    >
    > One thing that's different in here vs what I used to do: I replaced
    > the/tmp mountpoint with /usr/install
    >
    > In /usr/install, I place all relevant install files/IOS's
    > andinstallation specifics (text files) for the server in question. Keeps
    > itall in one neat place imo.
    >
    > Cheers,
    > Willem-- Knowledge Partner (voluntary sysop)
    > ---
    > If you find a post helpful and are logged into the web interface,
    > please show your appreciation and click on the star below it.
    >
    Thanks!---------------------------------------------------------------------
    ---magi
    > c31's Profile: https://forums.novell.com/member.php?userid=2303View this
    > thread: https://forums.novell.com/showthread.php?t=476852

  • Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.a

    So I am new to the forum and would like some helpful (non-snobbery) advice regarding my iMac. I am currently working on an iMac G5 - 1.8 GHz PowerPD G5, equipped with 1.5 GB DDR SDRAM. I've just cleaned up the hard disk and installed Leopard. Here is my dilemma:
    The machine has been performing VERY SLUGGISH. Even with 1.5 GB RAM. It has been used in the past to run some CAD software (Lightwave), but I've since uninstalled it. I primarily use this computer for print design and run CS2 on it. For the most part, I work primarily in Photoshop, Illustrator and InDesign and occasionally work with large (150 - 500 MB) image files for large format applications. I understand this will hog a considerable amount of RAM and it typically does. However, even with smaller image and graphic files (10 - 100 MB), the machine creeps along at snail speed.
    I cleaned up an almost exhausted Hard Disk, installed the new OS, and have done all my current software updates. Additionally, I've ran the Disk Utility and Repaired Disk Permissions to find only one real issue. Here is the log from that scan:
    +Verifying volume “Macintosh HD”+
    +Performing live verification.+
    +Checking Journaled HFS Plus volume.+
    +Checking Extents Overflow file.+
    +Checking Catalog file.+
    +Checking multi-linked files.+
    +Checking Catalog hierarchy.+
    +Checking Extended Attributes file.+
    +Checking volume bitmap.+
    +Checking volume information.+
    +The volume Macintosh HD appears to be OK.+
    +Verify permissions for “Macintosh HD”+
    *+Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.+*
    +Group differs on "private/etc/cups/cupsd.conf", should be 26, group is 4294967294.+
    +Group differs on "private/etc/cups/ppd", should be 26, group is 4294967294.+
    +Group differs on "private/var/spool/cups/cache", should be 26, group is 4294967294.+
    +Group differs on "private/var/spool/cups/tmp", should be 26, group is 4294967294.+
    +Group differs on "private/var/spool/cups", should be 26, group is 4294967294.+
    +User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/jvm.cfg", should be 0, user is 95.+
    +User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/classlist" , should be 0, user is 95.+
    +Group differs on "private/etc/cups", should be 26, group is 4294967294.+
    +Permissions verification complete+
    +Repairing permissions for “Macintosh HD”+
    *+Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.+*
    +Group differs on "private/etc/cups/cupsd.conf", should be 26, group is 4294967294.+
    +Group differs on "private/etc/cups/ppd", should be 26, group is 4294967294.+
    +Group differs on "private/var/spool/cups/cache", should be 26, group is 4294967294.+
    +Group differs on "private/var/spool/cups/tmp", should be 26, group is 4294967294.+
    +Group differs on "private/var/spool/cups", should be 26, group is 4294967294.+
    +User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/jvm.cfg", should be 0, user is 95.+
    +User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/classlist" , should be 0, user is 95.+
    +Group differs on "private/etc/cups", should be 26, group is 4294967294.+
    +Permissions repair complete+
    So in conclusion, I am at a loss as to why the machine is so **** slow. Anyone have any ideas? I'm not much of an IT dude, so I've pretty much exhausted my knowledge of this issue. Thanks!
    ~Macincrotch

    I have no suggestions but like you I would love answers. Phone support gets me nowhere except 75 minute hold times. I am so disappointed with Apple. In one year, on a single machine, I have had 2 logic boards replaced (as part of the lower RAM slot recall), a hard drive replaced, an optical drive replaced, two batteries replaced (as part of another recall) and a power cord replacement... now my computer is running worse than it has ever run before - thanks to the terrible Beta version of leopard that crapple crappled on us.
    I too am getting the same error messages while running disc utility (which takes about an hour now - as applecare described to me, it is because the machine is having a hard time indexing the spotlight feature (??)). But I think they are benign messages and not to be worried about. I wonder if errors related to these messages are really why our machines are performing at the level of the Apple IIGS. What troubles me is the tremendously slow performance - applecare had no ideas and said its best to wait until the update is released. it seems they are still in information gathering phase using suckers like me who ponied up 150 dollars to be unknowing apple product testers. It takes about 30 minutes to edit an album in itunes with color wheels spinning incessantly. I did a clean install before upgrading. System preferences crashes, wireless network access spotty to nonfunctional, and the computer has at times spontaneously gone to sleep. I feel foolish for believing the applecare specialist when he told me 3 weeks ago that my broken HFS volumes, invalid leaf structures and a disc management tool that could not be located would be sorted out by installing leopard. maybe they should rename 10.5 from leopard to turtle.
    The last year has been tiresome and costly because apple does not create or adequately support their products; I wont be recommending apple products to my students or have my students learn using them in my classrooms ever again.
    if only my rant could fix my machine...

  • How to get current local  file system volume sizes information from OMS?

    Hi
    I know I can get this information from the table SYSMAN.MGMT$STORAGE_REPORT_LOCALFS.
    But info stored in this table is not always up to date, but when going to the page em/console/monitoring/hostFilesystemOverview$target=xxxhostnamexxx$type=host$pageType=current$ctxType=Hosts the information is current.
    I have accessed mentioned table in apex, from outside OMS, I would like to have current information instead of old.
    How to do that?
    Thanks

    I think that there is nothing wrong with this table, just that the data is not collected every 5 minutes or so, only on a daily basis.
    But as ca107207 said - when you go to the page, showing information about the files system, from the host home page - the data is up to date to the current second.
    Therefore I think that OMS ask agent to send this value, but it is then not stored anywhere.
    My question would be how to ask agent from outside OMS to get this information?
    I have done a little reverse engineering on OMS packages and there should be a way to get this, using some procedures, pl/sql code with generating some cursors etc.
    I'm not that good in pl/sql to create something like that, it would take too much time for me. I think that it can't be done without OMS at all, I just have another database with apex on the same host and apex display some information for other users about the file systems etc. It would be nice to have information about file system usage current.
    Thanks

  • Linux Cluster File system

    Has any seen a release date for oracle's linux cluster file system they announced last week. I am looking at deploying 3 4 node clusters over the next few months and would rather not use raw file systems.

    http://www.linuxjournal.com/article.php?sid=6123&mode=thread&order=0
    There is the link to the news release:

  • Oracle RAC binaries on vxfs shared file system

    Hi,
    Is it possible to install oracle binaries on vxfs cluster file system for oracle RAC under sun cluster? Because as I know we can not use vxfs cluster file system for our oracle datafiles.
    TIA

    The above post is incorrect. You can have a cluster (global) file system using VxVM and VxFS. You do not need to have VxVM/CVM for this. A cluster file system using VxVM+VxFS can be used for Oracle binaries but cannot be used for Oracle RAC data files where they are updated from both nodes simultaneously.
    If further clarification is needed, please post.
    Tim
    ---

  • Is it possible to rescue drive files and also format RAW file system into previous NTFS?

    Do you have any suggestion for me to format RAW file system to NTFS and also rescue my remained drive files? These external hard drive files are made for the business presentation in the next Monday. I have prepared them for nearly a week.
    But, this morning, the external hard drive that had held these files became RAW and needed to be formatted. I could not lose them and prepare another week to make these files again. There was no enough time. Please, give me some advice to get them back as
    many as possible. Thank you in advance! 

    RAW file system error will not always indicate a failed or seriously damaged drive. So, do not give up rescuing your drive data easily. Just plunge this RAW drive to you computer again and run drive data recovery software to rescue your
    original data back as much as possible before you format this drive from RAW to NTFS.
    Just open your computer and search for a right data recovery tool to go on.
    Get more data recovery clues here:
    http://blog4mark.blogspot.com/2012/11/convert-raw-to-ntfs-without-data-loss.html
    If you are still suspicious, just search and read more related threads/articles to k now more. 

Maybe you are looking for