How to stripe datafiles in SAN environment

Hi,
We're using Blade servers with SAN(Storage Area Network) environment. Datafile striping gives better performance. But Can anybody tell me what to do in case of SAN environment.

SANs are usually networks of large disk arrays.
Data striping and redundancy should have been taking care of, there's no need to manual configure.
More info about SAN
http://en.wikipedia.org/wiki/Storage_area_network

Similar Messages

  • How can I have the same environment on two macs on is a macbook pro and the other a Mac mini

    How can I have the same environment on two macs on is a macbook pro and the other a Mac mini ?

    Forget trying to use iCloud for this - it won't do what you want.  iCloud syncs certain data like contacts and events, but it doesn't sync "environments" on computers.

  • How to recover datafile.when control file auto backup is off

    hi friend
    i took hot backup of my database using following command
    rman>backup database;
    in my case controlfile auto backup is off.
    and i have lost my all controlfiles as well as datafiles except spfile.
    i have recovered control file using dbms_backup_restore package.
    know i am able to mount database using following command
    rman> startup mount;
    when i wrote following command
    rman> restore database;
    i got following error
    RMAN-06023: no backup or copy of datafile name found to restore
    enven i have backup of datbase.
    can anybody tell me how to recover datafiles in this case.
    thanking you
    sohail

    hi,
    I think you might have a problem here as the error from RMAN is described in the following metalink note
    Doc ID: Note:100565.1
    You should change you backup script to be something like
    rman {
    backup database include current controlfile;
    do you have any earlier backups of your database?
    regards
    Alan

  • How to strip a file name and add it to array

    Hello I am new to labview, and I need to know how to strip a file name and add it to an array. For example, filename joe.csv, then take "joe" and add it to an array with other inputs. A visual depiction will be very helpful
    Attachments:
    channel read and error check R03_v9(JHK).vi ‏101 KB

    What does your code attachment have to do with your question?
    What are "other inputs"?
    I assume you have an array of strings. You can strip the filename using get file extension. You can build an array using build array. Wire the existing array on one input ant the string as a second input.
    LabVIEW Champion . Do more with less code and in less time .

  • How to add datafile in asm

    Hi,
    Can anybody let me know how to add datafile using ASM
    DB- ORACLE 10.2
    OS-RHEL

    SQL> select name from v$asm_diskgroup;
    NAME
    DATA1
    DATA
    Above we are having two asm diskgorup
    SQL> alter tablespace users add datafile ‘+data1′ size 5M;
    Tablespace altered.
    SQL> select name from v$datafile;
    NAME
    +DATA1/nonasmtoasm/datafile/system.259.721108803
    +DATA1/nonasmtoasm/datafile/undotbs1.261.721108865
    +DATA1/nonasmtoasm/datafile/sysaux.260.721108841
    +DATA1/nonasmtoasm/datafile/users.262.721108873
    +DATA1/nonasmtoasm/datafile/users.269.721187971                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to open Designer in Linux environment.

    I have installed Business Objects XI 3.1 on Linux 5.
    Now I want to create Universe and Desktop Intelligence Reports.
    1.     How do I open Designer. In windows we can open it from Program file. How to do it in Linux environment.
    2.     Do we need to install client component on Windows and then connect it to Linux Bo server.
    --Kuldeep

    Kuldeep,
    You misunderstood.
    The client tools are Windows only. The server portion of the install can be on Windows/*nix.
    The only way to launch Designer, Deski, Import Wizard etc. is from a Windows machine that can login to the CMS on *nix.
    You cannot launch client tools from *nix.
    Best,
    Srinivas

  • How to recreate datafile in oracle 10g.

    pls tell me how to recreate datafile in oracle 10g...
    what are situation to recreate datafile
    Edited by: 898085 on Nov 18, 2011 9:16 PM

    898085 wrote:
    pls tell me how to recreate datafile in oracle 10g...
    what are situation to recreate datafile
    Edited by: 898085 on Nov 18, 2011 9:16 PMDid u mean create or recreate?
    if datafie is deleted then you may add it into existing tablespace.
    Try this : -
    1.)sqlplus sys/xx as sysdba
    2.)alter tablespace <tablespace_name> add datafile <datafile_name> size <give size>;
    HTH:-)

  • How to setup Forms 9i runtime environment?

    How to setup Forms 9i runtime environment?
    I developed a test form and I am getting "Page cannot be displayed" error when I run the form.
    Steps I followed to run the form...
    1. Started OC4J Instance
    < Dos Window opened and contained data " Oracle 9iAS (9.0.2.0.0) containers for J2EE initialized >
    2. I Run my test form.
    < In the IE browser got "Page cannot be displayed" error.
    In DOS Window I got the following message ...
    FormsServlet init():
    ConfigFileName: null
    testMode false >
    Do I need to setup something else???
    Please advise.

    My guess then would be that the problem is that you get:
    ConfigFileName: null in the OC4J log window. This should actually point to a config file for the Forms server : formsweb.cfg.
    Are you running the OC4J that came with Oracle9iDS?
    What happens if you try the following URL:
    http://127.0.0.1:8888/forms90/f90servlet
    I don't know why it is not configured for you. might be worth a reinstall.

  • How to add datafile to standby database

    Hi,
    We have standby database on another site and we are using manual recovery. How to add datafile to standby database after datafile is added to primary database.
    We are on Oracle 9i R2.
    Please help.
    Thanks in advance

    Hi,
    When you recover the standby database after you added a datafile to the production, you will get an error that the file that needs recovery does not exist.
    At this point you can connect to the standby and issue:
    alter database create datafile '<original_name>' as '<new_name>';the new name is optional if the location of the files are the same.
    After that, you can continue recovering the standby database.
    Liron Amitzi
    Senior DBA consultant
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]

  • How to multiplex datafiles, controlfiles on different disks?

    Hi, Sir...
    I want my database to have two control files, data files on different disks..
    In XE, after installation, data files, control files as follows (you know)..
    D:\Oracle\XE\oradata\XE\Control.DBF, SYSAUX.DBF, SYSTEM.DBF, TEMP.DBF, UNDO.DBF, USERS.DBF
    How to multiplex datafiles, controlfiles on different disks(such as E:\Oracle\XE\oradata\XE\......)
    Thank you...
    Regards,
    Cusco

    shutdown the database, copy the control files to the new directory, modify the control_files parameter
    startup
    you cannot multiplex datafiles (you would have to do that at the os level with mirroring etc)

  • How to drop datafiles and contents

    how to drop datafiles and contents without dropping tablespace?

    May be this helps,
    http://www.mydigitallife.info/2007/08/04/how-to-rename-or-move-oracle-tablespace-datafile-to-another-location/

  • How to act in a shared environment

    Hi experts,
    I'm looking information about best pratices for shared governance for a sap plateform.
    Different stakeholders interact directly and indirectly with a sap plateform, and I need a approch (methology) for managing
    this situation. Those different stakeholders are:  Cost accounting team, business analysts team, functianal and technical analysts teams, project manager.  Some teams are not in the same country.
    *How to act in a shared environment with Development, Test, Accept and Production stages ? *
    I find lot of information on the net but I cannot comme out.
    Thanks in advance for any idea, link ou doc related to this subject.
    Edited by: Bassydiallo on May 26, 2011 10:52 AM
    Edited by: Bassydiallo on May 26, 2011 10:53 AM

    I choose for other option

  • How could I know if my environment is SSL-enabled ?

    HI,
    How could I know if my environment is SSL-enabled ?
    Thanks,
    Paul

    A quick check : If your context file contains the values of s_url_protocol / s_local_url_protocol set to https, then your envt has to be SSL-enabled. If the rest of config is absent but these are set to https, then URL does not resolve - which is an indirect check of incomplete config.

  • How to strip text formatting from text field value ??

    Hi everyone,
    Have tried to get some info on this but no luck.... I've
    created a simple contact form in Flash, but the URL which it's
    generating contains the text formatting from the text input fields.
    As a result the script that processes the mail send doesn't work.
    How do I strip the text formatting out of text1, text2 and text3
    before I use getURL() ??
    on (release) {
    url_var =
    "your_name="+text1+"&your_e-mail="+text2+"&message="+text3;
    getURL("contact.php?"+url_var, "_blank", "GET");
    text1 = "";
    text2 = "";
    text3 = "";
    }

    text1.text = "";
    text2.text = "";
    text3.text = "";
    …that should strip the textfields. You probably also
    want to add this property (text) in the getURL()

  • How to setup a New Flex environment for an existing project

    Hi,
    I am a capable embedded SW engineer but have not used Flex or Adobe developer products before.
    I replace a software engineer who left the company at the end of last year and did not generate any design/development document for a flex application that he had created (circa 2011) and that is currently in use by customers.
    The development environment was on his personal Macbook so this is gone. My task is to debug and fix problems with built in SQL queries that are not retrieving or writing data correctly. My workaround is to manually edit the dB tables but this is not practical for the customers.
    I am English and wish to work with an English language installation but as my location is in Austria and the OS (Win7, 64) is in German it is hard (maybe not possible) to manage the Adobe auto language/region detect.
    I include an image of the project directory and the .project file for reference,
    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
              <name>CWPConfigurator</name>
              <comment></comment>
              <projects>
              </projects>
              <buildSpec>
                        <buildCommand>
                                  <name>com.adobe.flexbuilder.project.apollobuilder</name>
                                  <arguments>
                                  </arguments>
                        </buildCommand>
                        <buildCommand>
                                  <name>com.adobe.flexbuilder.project.flexbuilder</name>
                                  <arguments>
                                  </arguments>
                        </buildCommand>
              </buildSpec>
              <natures>
                        <nature>com.adobe.flexbuilder.project.apollonature</nature>
                        <nature>com.adobe.flexbuilder.project.actionscriptnature</nature>
                        <nature>com.adobe.flexbuilder.project.flexnature</nature>
              </natures>
              <linkedResources>
                        <link>
                                  <name>bin-release1</name>
                                  <type>2</type>
                                  <location>/Users/daniel/Desktop/CWPConfigurator</location>
                        </link>
              </linkedResources>
    </projectDescription>
    I see the <location> string above will need changing but what to, is that the target location for build/debug/development??
    So far I have on my C drive, the Apache Flex SDK, AIRSDK_Compiler, apache-ant-1.9.3 and am working through the Flex SDK readme file to download SW and set up the Path variables.
    I got stuck on the FlashPlayerDebugger.exe as I cannot find where the Debugger installation is located (ActiveX or Plugin). Now skipping this moving onto the following points.
    A real concern is that I am using 64bit OS and how that affects the resulting project when it is to be installed on a 32bit customer server.
    Regards,

    You might get better help asking on [email protected]

Maybe you are looking for

  • Keeping a simple server open/listening for more than one connection

    Can someone please help me with a problem I am having. I'm running a server that accepts requests and processes data from a client. This program works FINE for one connection but as soon as I send the info to the server the connection closes and I ha

  • [FM2-A55M-E33] BETA UEFI BIOS [E7721AMS.Axx]

    E7721AMS.A12 Warning! BIOS update is risky, proceed at your own risks! For BIOS Update >>Use the MSI HQ Forum USB flasher<< *NOTE: Please unplug the power cord from PSU, or switch it off completely and >>Clear CMOS Guide<< after flashing.

  • Mail not handling Fonts correctly?

    Hi all. For some reason whenever I send mail to someone using Outlook, on there side it changes my default font to something else. I notice this when they respond, it different then what I have it set as. Any ideas? Is it something Outlook is doing?

  • Sprite cant fall back down

    Hi all, I am currtenlty working on a J2ME game. I have got to a point where i am able to make the sprite jump. However i cant get it to fallback down. Could anybody spot any abovious mistakes in my code? I have tried to debug to see what the issue co

  • Is it possible to use the Time Capsule only as a backup station.

    I am interested in purchasing a Time Capsule to backup my Macbook Pro and other Mac items. I am going to a university next year where the internet usage fees are quite high, i was wondering if it is possible to link the Time Capsule and Macbook by a