How to set up external storage in Oracle VM?

Hi,
We have oracle VM server 2.1.2 installed with the Oracle DB vm, and will need the Oracle DB access the external storage for better I/O perf. We'd need to install SAS Raid controller driver and Raidman software to configure the storage array, firstly, my understanding is that we can't install the dirver and sw to a virtual machine(oracle db vm) but would need to install them on the Oracle VM server, then create raw disk file on it and add it into the disk parameter in the "vm.cfg", after restart the oracle db vm, we suppose to be able to format and create partition in the oracle db vm. Please let me know if my understanding of configuration procedure as above is correct.
Second question is: Do we suppose to download driver and Raidman software for the RedHat Enterprise Linux 5 platform? Can the driver/sw versions on the Redhat enterprise linux 5 be used on Oracle VM server 2.1.2?
Thanks in advance for your reply.
Jenny

If you are using OVM without a support license, you can try building the drivers from source. If you do have support for OVM, then open a Metalink SR to request the drivers you need. Adding drivers that were not originally included with OVM or provided for your OVM version by Oracle will void your support.

Similar Messages

  • How to set an external ringtone on a contact?

    how to set an external ringtone on a contact?
    it seems that is possible to select only system ringtones.

    I found one app, custom ringtone.
    http://www.1mobile.com/redirect/com.wuxiastudio.cu​stomringtone
    I have tried it, it really works.
    A past Nokia X user, now a X user.

  • How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)

    How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)?
    The following is my configuration in the conf\mapViewerConfig.xml:
    <map_data_source name="mvdemo12"
    jdbc_host="127.0.0.1"
    jdbc_sid="orcl12c1"
    jdbc_port="1522"
    jdbc_user="mvdemo"
    jdbc_password="7OVl2rJ+hOYxG5T3vKJQb+hW4NPgy9EN"
    jdbc_mode="thin"
    number_of_mappers="3"
    allow_jdbc_theme_based_foi="true"
    editable="true"/>
    <!--  ****  -->
    But it does not work.
    After use "sqlplus mvdemo/[email protected]:1522/pdborcl", it connected to the Oracle database 12c.
    Does anyone know it?
    Thanks,

    For 11.1.1.7.1 use the syntax for jdbc_sid, i.e.
    //mypdb1.foo.com as described in the README,
    - MapViewer native (non-container) data sources can now use database service name in place of SID. To supply a db service name, you will use the same jdbc_sid attribute, but specify the service name with double slashes in front, such as follows:
      <map_data_source name="myds"
        jdbc_host="foo.com"
        jdbc_sid="//mypdb1.foo.com"
        jdbc_port="1522"
      />
    For 11.1.1.7.0 use a container_ds instead.
    i.e. instead of using
    <map_data_source name="my_12c_test"
                       jdbc_host="mydbinstance"
                       jdbc_sid="pdborcl12c"
                       jdbc_port="1522"
                       jdbc_user="mytestuser"
                       jdbc_password="m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q="
                       jdbc_mode="thin"
                       number_of_mappers="6"
                       allow_jdbc_theme_based_foi="false"
                       editable="false"
       />
    use
      <map_data_source name="my_12c_test"
                       container_ds="jdbc/db12c"
                       number_of_mappers="6"
                       allow_jdbc_theme_based_foi="false"
                       editable="false"
       />
    In my case the Glassfish 3.1.2.2 JDBC connection pool definition was
    Property
    url  jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name
    Uncheck the Wrap JDBC Objects option in Advanced panel, i.e. the Edit JDBC Connection Pool Advanced properties page.
    Add a JDBC resource for that newly created pool
    Use that in mapviewerconfig.xml as above

  • How to set default print orientation in oracle reports 6i?

    Can anyone please help how to set default print orientation of Oracle Reports 6i? Currently document is printed in Portrait orientation, but I need to print it in Landscape orientation. Is this possible?

    It is solved now. Go to Layout Model -> Main Section, Press F4. In the property pallet select the Orientation that is required to be selected when print is taken for that report.

  • How do I set up external storage and a Time Machine backup?

    I am trying to organize my external storage for a new iMac with an 500G SSD drive.  I have a new thunderbolt G-Raid drive and an aging Airport Time Capsule.  I was thinking of storing music and pictures, as well as a Time Machine backup of the SSD, and storing  a Time Machine backup of my music and pictures on the Time Capsule.  Is this reasonable?  Will I need to partition the G-Raid?  Are there any special issues of which I should be aware?

    Although it's getting a bit dated since the owner passed away this site given to us by the late, great Pondini will answer all of your questions about Time Machine and more http://pondini.org/TM/Home.html

  • How to Set Basic compression attribute through Oracle ILM

    Hi,
    I have log a SR with Oracle with regard to this but they redirect to this forum.
    We have configured Oracle ILM in our environment. We have a requirement that after 3 years the data to be moved to a Low Cost Storage. We tested the same through Oracle ILM and it works fine for the above scenario.
    We have another requirement that after moved to Low Cost Storage Tier through Oracle ILM we also want to compress the data.
    When we set the compressed attribute through Oracle ILM it alwasy generated the script
    like the one below
    alter table test_user.range_part
    move partition year4
    tablespace part3
    compress for all operations -----------------Oracle Advanced Compression--------------
    update indexes;
    But we want some thing like below through Oracle ILM
    alter table test_user.range_part
    move partition year4
    tablespace part3
    compress -------------------Basic Compression----------------
    update indexes;
    Can you please help us how to set the Basic compression attribute through Oracle ILM.
    Thanks and Regards
    Ganesan Sivaraman

    Oracle support referred you here?
    Please post the SR number here or send it to me by email for follow-up (damorgan12c (at) gmail.com).
    Thank you.

  • How to set "Allow external users who accept sharing invitations and sign in as authenticated users" programmatically?

    Sharepoint 2013 online/office 365.
    I am creating site collection programmatically using sharepoint Auto hosted app.
    Now i want to set "Allow external users who accept sharing invitations and sign in as authenticated users" programmatically after site collection creation.
    Is it possible through code? If yes please let me know how to do it?
    Najitha Sidhik

    For SharePoint 2013 Online, check below links:
    http://office.microsoft.com/en-us/office365-sharepoint-online-small-business-help/manage-sharing-with-external-users-HA102849862.aspx
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-Online-2013-Sharing-with-External-Users.aspx
    http://blogs.office.com/2013/11/21/sharepoint-online-improves-external-sharing/
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • How to set up external hard drive and FCE 4

    I am going to buy an external hard drive (firewire 400) and FCE4 but I am not sure how to set everything up.
    Where should I load the software, capture to, and save projects?

    FCE should always live on your system drive. Use the external as your Scratch Disk. You will select this in System Settings in FCE. I create a folder on the external for my projects and point FCE to it.
    Keep your project files on your system drive as well as your autsave vault if you use that. You can put your other files, such as wavefrom caches on the external, though I leave them on my system drive.
    Do not partition the drive. Format as OS Extended

  • How to set up external instrument in logic pro x

    how do you set up external instrument in logic pro x without triggering the instrument twice - by the external instrument GM device to control playback and playing the instrument itself?  thank you

    I use the local off method but there is another way.
    Go to Settings/MIDI and use the  "Instrument Without MIDI Thru Function" selector to pick the device and channel your hardware keyboard is transmitting on.
    Settings are on a Per Song basis, they're not global like Preferences are.

  • Broken iMac display - nothing visible - How to set up external display?

    I have a 17" Core Duo 1.83 with a cracked screen. It boots but I can't see anything thru the cracks. I can access the system in Firewire Target Disk mode, which I used to wipe the HD and reinstall Leopard.
    Is there any way to boot the iMac in Display Mirroring mode, so that I can set it up to use an external display? I have a 22" Dell connected via DVI and would like to use that.
    I guess the ideal would be a keyboard shortcut to use at startup. I've seen on other boards that there is such a shortcut for the Macbook: Command + F4. But it doesn't work with the iMac.
    I also have the Remote Control if that could be any help.
    Would voice commands be an option? If so, how would I activate and use them, given that I can't see anything on the screen? I don't remember ever activating them, so I don't know if they'd be on at the moment.
    My idea is to turn the iMac around with the broken screen facing the wall, then use it with the Dell monitor. Still lots of life left in the iMac with 2GB RAM, works very well with Leopard, still quite fast.
    Any help would be GREATLY appreciated. Thanks.

    Okay, looking good for now!
    I found a thread on Mac Forums. Link: http://www.mac-forums.com/forums/apple-desktops/184101-help-broken-imac-external -screen.html
    Guy explains how he solved problem of iMac with broken screen, connected to external monitor; you need a second Mac to do this.
    I quote:
    -- What u need to do is drag the menu bar from the iMac with broken screen in Sys Prefs/Displays to the Ext Display - which of course is not possible. So if you were to connect the damaged iMac by firewire to another Mac with an External display - start the damaged iMac in Target mode by holding T key after powering on. Then start the Mac with Ext Display and hold Option Key and select the damaged Mac to boot off - once that is going go into Sys Prefs/Displays and drag the menu Bar onto the External Display to make it the Primary one. Then shut it all down and connect the Ext Display to the damaged iMac and with luck you will be GO. --
    I cloned my Macbook 10.5.8 system to the iMac HD and made it bootable. Seemed to be working fine. I then shut down both Macs. I connected an external display to Macbook. The Macbook and iMac were still connected via Firewire. I booted the iMac and pressed T, so it booted in TDM. After about 30 seconds I booted the Macbook and pressed Alt: the Macbook's and iMac's disks were available as boot disks. I chose the iMac's disk and waited.... Seemed a long time. But finally the external monitor came to life and I had the whole thing working, more or less.
    The setup was in Extended Desktop mode, with the extended desktop on my external monitor. Luckily, a bit of the top of the iMac's screen was semi-visible, and I was able to open Display Prefs. I selected Mirrored Displays at first and then was able to work on the external display (and not thru the cracks). From here, I unchecked Mirroring and selected the external display as the main one. This worked just fine. I have a 23" full HD monitor and it looked great.
    I then shut down both computers, disconnected Firewire, disconnected the monitor from the Macbook and connected it to the iMac. Then I rebooted the iMac. It booted up a lot quicker, but on startup it went back to Extended Desktop, with the iMac's display as the Main one. Again, I was able to open Monitor prefs, then clicked on Gather Windows, which put the pref window on the external monitor desktop too. Again, from there, I could make the external monitor the Main one.
    Question: is there any way to make the iMac boot to where the external monitor is the Main desktop all the time and by default?
    If not, maybe the worst case scenario is that I have to set display prefs to Mirrored before shutting down. Then after startup I could just make the external one the main display again.
    Many thanks David.
    P.S. forgot to say that when I set the external monitor as the Main one in display prefs, it all worked okay, except that when I opened System Preferences, the window opened on the iMac's screen, not the external one.
    Is there a setting to make all windows, in all apps, open on the Main display?
    Message was edited by: moonshot61

  • Schedule Batch in Workspace - How to set up External Directory?

    Hello,
    I am using Hyperion Workspace 11.1.1.3 and trying to schedule a batch job. I am stuck in the create new Scheduled Batch wizard. I want to export the report in the .pdf format to an external directory. But currently I don't have external directories set up (the drop down box is empty).
    Can someone please tell me where and how I could set up external directories? I looked in Shared Services but couldn't find where I could set this up.
    Any help will be greatly appreciated.
    Thank You!

    I use the local off method but there is another way.
    Go to Settings/MIDI and use the  "Instrument Without MIDI Thru Function" selector to pick the device and channel your hardware keyboard is transmitting on.
    Settings are on a Per Song basis, they're not global like Preferences are.

  • How to get the external storage card serial no. through j2me code

    hello friends,
    I am developing an application in J2ME, in which i want to know the external storage card information(i.e serial number or its unique id).
    Is there anyway through which i can get this information similar to System.getproperty().
    It is very urgent.
    can someone please help me???????

    Hi Jason,
    I wasn't able to find a C# function that would obtain the serial number for a PXI card. However, I believe you could use the VI_ATTR_MODEL_NAME function to get the model name of the device. Therefore, you would know whether it was the PXI-8430 or the PXI-8431. If this does not work, your workaround will work like you said. I know that this is not your desired way of achieving this, however, it will work. I can continue looking though and see if I can find a function that will return the serial number. 
    Thanks,
    Kevin S
    Applications Engineer
    National Instruments

  • Suggestions for setting up external storage for video editing please?

    I am just starting up as a one-man video-editing business, using a 24 inch iMac running Snow Leopard, with Final Cut Studio. I have realised I'll need an external hard drive for HD footage, and I also need to get some back-up solution in place. Looking for speedy i/o, I would like to connect via the ethernet port (if only eSata was included in the iMac, eh!)
    I've been planning to get a Drobo, but looking around the forums I see that people say it's too slow for using as a working drive to keep all my source footage, so I've been looking at the G-tech 4 Tb, as it says it is designed for media-content production. Does anyone know if I could use two of the drives for working from and two as back up? Or would it be better to keep back-up entirely seperate, and get a Drobo for that for the G-tech to back up to?
    But I am also wondering whether a Mac Mini could be a worthwhile addition to this set up? I find myself sitting around waiting for rendering to complete on clips in my timeline (not to mention exporting to Quicktime conversion!), and I wondered if I put a Mac mini with Xserve installed (Apple store offers this with two 500gb hard drives inside), maybe I could farm the rendering out to the mini while I get on with editing on my iMac? That would require two installations of FCP, which I thought was allowed, but just today in a forum I saw that one would have to be a laptop... anyone have any suggestions for getting rendering done without stopping FCP from doing other things simultaneously?
    Also I don't know if that arrangement is even feasible... I see all these things like Xsan and Artbox... as a one workstation editing suite, does FCP handle all the dataflows for external working drive and external back ups okay without having to introduce more controllers?
    And can anyone explain to me how I could set up an ethernet connection to an external hard drive, or does that require the extra controllers mentioned above? I've seen it said that you can do it via ethernet, but haven't seen how you can actually go about doing it.
    Thanks for overlooking my newbie quality, any answers received with humble gratitude!
    Cheers, Syd

    Hi there,
    as NLEdit said, there will be loads of answers to this.
    IMO i'd avoid drobo like the plague. G tech drives have served me incredibly well working on a huge variety of broadcast projects (just over the water from you in Bristol), I've had no probs with FW800 when using DVCproHD, pro res is ok, sometimes a little slow with multiple layers and of course it eats up storage space. so I'd go for 2 4tb drives, keep the backup one in a different location.
    one tip that has saved me countless times is to format them as follows:-
    mac os extended (not journalled)
    create 2 partitions
    partition 1 - make this small (1gig) and call it "drive a - do not use"
    partition 2 - the rest of available storage and call "drive a"
    this is because the boot sector of the drive is within the first partition and with this method if it goes down it can be re erased without losing all your footage.
    If you call your backup drive the exact same name and have the exact same folder structure, you will not have to relink if you get a problem.
    Ignore getting a mac mini for rendering, won't help at all in FCP. instead I would make every attempt you can at buying a mac pro rather than an imac. much more expansion/speed possibilities and a more robust solution.
    best of luck
    Andy

  • How to set the Correlation ID in Oracle Q from JMS Adapter

    Hi,
    I'm using a JMS Adapter on my BPEL process to push messages to an Oracle instance in another machine.
    While testing, I could see that a message is posted on the Q table, but the Correlation ID is null.
    How is the correlation ID on the Q set from the adapter? IDeally I want this ID dynamic to be unique.
    Is this something st on the Invoke activity to the jms adapter, i.e., the Correlations tab, or is that
    unrelated altogether.
    Thanks,
    Ramon

    Found the solution.
    On the Invoke activity, I set the property jca.jms.JMSCorrelationID to a variable I created.
    I set my variable to string appended with sysdate to make it unique.

  • How to set/get URL-parameters from ORACLE -tag?

    How do I set/get parameters in a URL, using the <ORACLE>-tag?
    We are trying to create a UI Template containing a dynamic
    stylesheet selection dialogue on top of every page. The question
    we are facing now is how to pass parameters (in our case,
    stylesheet settings) between different pages.
    Any ideas/comments are appreciated!

    How do I set/get parameters in a URL, using the <ORACLE>-tag?
    We are trying to create a UI Template containing a dynamic
    stylesheet selection dialogue on top of every page. The question
    we are facing now is how to pass parameters (in our case,
    stylesheet settings) between different pages.
    Any ideas/comments are appreciated!

Maybe you are looking for

  • Adding a new field to a Z table

    We have a Z table on which we have created a datasource. We have created a virtual cube on this datasource and queries are built on this cube. This setup is present on Dev, Quality and Prod environment. Now we have added a new field to the Z table in

  • Refurb or new iMac 27"

    What are the refurb models like. As thinking of one as no one in my area has new iMacs in store

  • How to retrieve price per unit in SAP?

    Hi all! does anyone know what are the steps to retrieve from SAP price per unit value that customer was invoiced? I am writing Z program for retrieving price per unit (for example per kilogram) in order to calculate debit/credit memo invoice for the

  • TA48312 Powerbook G4 10.5.8  after updates for Garage band lost audio driver

    I got Garage band to boot up along with protools LE 8.0 but i lost I/O audio driver from system preference and use of usb for protools hardware..

  • How to print a frame out?? or a panel???

    Hi, I have a problem printing out a frame. I have a print button in my frame and the details in a panel how can i print the infomation from panel out when I click the button.. Pls advice with codes or model Thanks