Looking for pre-built RAC VM images

This is my first time venturing into RAC on VM, and curious if there are any pre-built images for RAC with the following configurations:
Sun X4200 with four 2.4GHz AMD CPU's
6140 disk array (15x300GB disks in a RAID5)
ESX 3.5 Update 1
TIA

I would love to close the question, but right now I have no idea if the responses are either helpful or correct. You say "should", but how do I know for sure unless I try? And since I am not the sysadmin on the box in question, it is not my perogative to try it out. I will keep the question open until I do have a definitive answer; it is possible that the response so far are "helpful" and/or "correct", and I will mark them as such when I know.
Thanks,

Similar Messages

  • Looking for Pre-Rendered Editing / Color Grading Workflow suggestions.

    Looking for Pre-Rendered Editing / Color Grading Workflow suggestions.
    All my material is rendered via RenderMan, our resolution is 1280x544, and our format is generally .exr in 32 bit space.
    Our editor has been converting over to 32-bit tiffs, and using Apple Intermediate Codec for editing, mostly for speed concerns.
    We need to re-vamp our workflow so that we can edit our footage, and then do color grading of the edit head to tail to smooth the look between scenes. We want to do this in Color, being fed by Final Cut Pro's timeline.
    We want to keep our bit depth as high as possible when coming into Color.
    My question is, does anyone here have any workflow suggestions for doing what I am talking about.
    I wasn't sure if we should just export and EDL from FCP and try to get Color to load our single frames from that. Or if there is a special Quicktime wrapper we should be using, or converting our 32-bit .exr files into some other format more readily available for using in Color?
    Any thoughts would be great, thanks in advance!

    You're not going to get anywhere beyond 10-bit. That's it.
    Try encoding to 10-bit LOG dpx if you need upscale RGB.
    jPo

  • We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter

    We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter who on our network opens the design file.

    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • [SOLVED] Pre-built Arch VBox image?

    I'm looking for a pre-built Arch installation that exists as a VirtualBox image.
    I wanted to do a little short-term experimentation under Arch but don't want to mess up my primary installation. However, I'm not in the mood to do a complete installation either on spare disk space or into VirtualBox. That's why I'm looking for a pre-built image.
    Thanks.
    Last edited by dhave (2008-10-23 14:28:28)

    venky80 wrote:it is vmware and opens with virtualbox? how can it work with virtualbox?
    Pleasant surprise.
    I was aware that VMware images could be converted to VBox format, but, in fact, VBox manages to open my vmdk file. The pre-built image that I downloaded from the bagside side consists of eight *.vmdk files. I had VBox try to open the first (un-numbered) one, and -- voilà!
    I'm running VirtualBox 2.0.2.

  • Looking for some advice regarding an image related program

    Hi fellas, Im looking for some guidance here. I want to write a program that will read an image (image will be an xray image of a square), convert the image to black and white, and measure the length and width of the square. Im looking for the best progamming langauge to make this happen. Anyone have any recommendations? I know c++ has a good imaging library that would be helpful so im looking into that at the moment. And Im pretty sure I can do this with matlab, but Im writing this program for a doctor so I need it to be portable. Thanks in advance for all the help
    Cliffnotes:
    Whats the best programming language to:
    -read an image (of a square)
    -convert image to black and white
    -measure length/width of square
    -GUI would be good but not necessary
    -easy to write

    HashBox wrote:You might want to look in to DPI and what The GIMP does in terms of that, also I found this which might be of use as well: http://en.wikipedia.org/wiki/Pixels_per_inch
    Thanks HashBox, I think Im off to a good start on this. First, I wrote the program (majority of it) using matlab, and now Im trying to convert it to C++. So far I have:
    #include <stdio.h>
    #include "CImg.h"
    using namespace cimg_library;
    //main program
    int main()
    CImg<double> img("xray.jpg");
    //converts the image to black and white
    img.RGBtoYCbCr().channel(0).resize(-100,-100,1,3).RGBtoLUT(CImg<>(2,1,1,3).fill(0.0f,255.0f),false);
    //displays image
    CImgDisplay display(img,"Black and White");
    while (!display.is_closed)
    display.wait();
    return 0;
    So right now, I have the black and white xray image. How do I find out the size of the image using c++? Is there a function for that or do I have to write code to find it manually?
    Heres the original matlab code I wrote that Im trying to write my c++ code after:
    %read the image
    [filename,pathname] = uigetfile('*.*', 'Select an image');
    %assign image to film
    film=imread(filename);
    %threshold the image
    level = graythresh(film);
    %convert image to black&white using the thresholded value
    BW = im2bw(film, level);
    %display image
    imshow(BW);
    SIZE=size(BW);
    counter=zeros(1, SIZE(1));
    for x=1:SIZE(1)
    for y=1:SIZE(2)
    if (BW(x,y)==1)
    counter(1,x)=counter(1,x)+1;
    end
    end
    end
    SUM=0;
    lines=0;
    for counterarray=1:SIZE(1)
    if counter(1,counterarray)>0
    lines=lines+1;
    SUM=counter(1,counterarray)+SUM;
    end
    end
    Last edited by wankel (2009-04-24 21:15:46)

  • Looking for a VirtualCD-(vc4/000-)image converter

    Hey!
    I'm looking for a tool to open and convert VirtualCD-image files. I know that I could start Win, install VirtualCD, mount the vc4/000-file and make an iso9660-file out of it, but it would be a lot easier if there was a converting tool. Mounting vc4 files as they where iso-files doesn't work, btw.
    Does anyone know a tool supporting vc4?
    Thanks in advance!
    Cheers Sigi

    Resolution has nothing to do with how your site looks - it
    only determines
    the maximum practical width for a browser viewport on that
    particular
    screen. Your site would look EXACTLY the same in a
    fixed-width browser
    viewport on ANY resolution screen. So, chasing resolution is
    like nailing
    jelly to the wall. It's a waste of time.
    When you create your page, you have to make a number of
    decisions on layout
    approach:
    1. Fixed width, left aligned
    2. Fixed width, center aligned
    3. Flexible width - full screen
    4. Flexible width - min/max, centered
    5. Elastic (i.e., expands height/width with font size change)
    Once you have made that going in decision, you cannot easily
    change to some
    other layout type without significantly rebuilding the page.
    So -
    > I wonder if there is a quick way or small
    > program or using css that I can quickly change the
    resolution
    the answer would be "NO".
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "bullhorn" <[email protected]> wrote in
    message
    news:ff7cno$6dg$[email protected]..
    > Hi all,
    > I need to make my website viewable in both 800x600 and
    1024x768. Under
    > advice,
    > I designed it mainly for 800x600 and I wonder if there
    is a quick way or
    > small
    > program or using css that I can quickly change the
    resolution - at least
    > most
    > of the site. Just so you know what I'm talking about,
    here is the site -
    > www.caledoniaclubhouse.co.uk
    > As you will see I made life difficult for myself by
    using a fixed
    > background
    > image of the "box".
    > I need a painless way of converting all the buttons etc
    to 1024x768 but my
    > knowledge doesn't stretch that far.
    > Been looking around the net but thought I'd get the best
    advice here. ;o)
    > Many thanks for reading.
    > Greg
    >

  • Looking for a script that get images' urls from a website

    Hi,
    I have a website where users can insert theirs hotel informations.
    Most of them do not insert photos, I guess because the procedure is quite long and difficoult for the average user's skills.
    I'm looking for a script that take as input the url of the website and give as output the urls of the images of the site, so the user can decide which to upload on his tab.
    Someone can help me?

    La_Salamandra wrote:
    I have a website where users can insert theirs hotel informations.
    Most of them do not insert photos, I guess because the procedure is quite long and difficoult for the average user's skills.
    I'm looking for a script that take as input the url of the website and give as output the urls of the images of the site, so the user can decide which to upload on his tab.
    Someone can help me?
    You have to improve your design. Even if you can find the Coldfusion code, your design will still fall short in 2 ways.
    First, it is unreliable, because you're depending on some arbitrary site to be available and up to speed. Secondly, it is aesthetically wrong to be collecting pictures, especially large numbers of them, dynamically from someone else's site.  Think of their copyright and bandwidth.
    Fortunately, there are simple solutions. First, identify, by eye, the web pages containing the pictures you're interested in. Ask for permission from the owner.
    You could indeed use Coldfusion's cfhttp or any other script to download the JPGs, PNGs, and so on. But then, why waste your time re-inventing the wheel? It is infinitely better to use a web crawler !
    With most crawlers, you only have to supply the URL of the site, and the file extensions it has to grab (in your case, jpg, png, bmp, and so on).
    One click on the button, and you have them reeling in. Automatically. Some crawlers are considerate enough to enable you to adjust the download bandwidth. (We can learn from a million years evolution wisdom. The vampire bat is known to inject a painkiller before sucking!).
    Now that you've downloaded the images to your site, the links you display to your users are all yours. You may choose to resize some of the images, display them as you wish, and the issues of reliability and bandwidth are now up to you.

  • Looking for a software making interactive images

    Hello,
    looking for a software similiar as the widget "interactive image". But clicking on a certain part of the source image another image will appear instead zooming in.
    Thanks

    Don't know if this will help, but Apple's iAd producer is able to export to iBA HTML widget. Set up your original image on the first page, make your other images on other pages, and make 'clickable areas' on page 1 that point to the other pages.
    The caveat is that iAd producer widgets are larger than a comparitive HTML made in Dreamweaver. If you know your HTML/CSS/Javascript, then that is the way to go.
    Without this knowledge, your widgets are always limited to what your applications can do.

  • Looking for script to auto resize images

    I have a commerce site and we have 3 sizes of images thumb
    nail, standard
    and fullsize. Ideally I'd like to maintain just one image
    folder so I don't
    have to keep synching and batch resizing.
    I'm looking for a script that would resample/resize images on
    the fly so I
    only have to maintain one directory. Does anyone know of such
    a script? It
    doesn't have to be free.
    Thanks

    .oO(robbie)
    >I have a commerce site and we have 3 sizes of images
    thumb nail, standard
    >and fullsize. Ideally I'd like to maintain just one image
    folder so I don't
    >have to keep synching and batch resizing.
    >
    >I'm looking for a script that would resample/resize
    images on the fly so I
    >only have to maintain one directory. Does anyone know of
    such a script? It
    >doesn't have to be free.
    What language? With PHP for example it's quite easy using the
    GD
    functions.
    Another way would be to use an external software. I prefer
    Paint Shop
    Pro for all image-related stuff. Things like creation of
    thumbnails in
    different sizes can easily be automated by using its own
    scripting
    language (based on Python).
    Micha

  • Do I have to build adapters to Oracle AIA for pre-built integrations?

    Hello,
    The way Oracle AIA provides pre-built integration packs for Siebel, SAP & other products - how do I develop such integrations for my application? Through AIA foundation packs or do I've to write an adapter to connect with Oracle AIA?
    Thx, Amol.

    There is a wizard in AIA that creates a few composites for you which follow the rules of the AIA-Specification. Then you can fill them with application-specific-code yourself.
    Edited by: user10942884 on 25.06.2010 03:29

  • Looking for lesson to create such images

    I wish you happiness
    Could you give me some advice where I can find a lesson to learn how to do something like pictures below?
    Keywords: digital world, infomation, changing, indicator panel

    It really is something that you cannot do with one specific video tutorial.
    I'd recommend you take a look at www.lynda.com - sign up for their Adobe Photoshop & Illustrator Tutorials to learn to create images such as the ones you've posted.
    Again, these lessons wont teach you just how to make these images. You need to learn the basics and little bit of advanced techniques in both Illustrator (for creating vector graphics) as well as Photoshop. There on, it's up to your creativity to choose the right tool with the right software to create something like this.
    All the best.

  • Looking for equivilent of Microsoft Digital Image Pro 10

    Sorry if this is in the wrong topic, didn't know where to post....
    I am a new Mac user and am loving my MacBook, but iPhoto isn't quite doing enough for me when it comes to working with and editing pictures. I've used Microsoft Digital Image Pro on my PC for the last few years, and REALLY like it, although of course they don't make it for macs. Any ideas on a program that would be the equivilent for macs? I don't want something as comlicated as Photoshop, but a little more than iPhoto. Thanks!

    Here's a tip for controlling iPhoto's red-eye tool. It also works with the Retouch tool:
    * Type Caps lock + Control + 9
    * Undo caps lock
    * Click on Retouch or the Red-Eye Removal tool.
    * The tab key will toggle between cursor types, a cross or a circle for Red-Eye removal tool and between darken and lighten in the Retouch tool.
    * The "[" and "]" keys decrease or increase the size accordingly.
    * To get a lighter pupil with the red-eye tool, Shift-Click inside the circular curser.
    NOTE: Using the "{" "}" keys will will change the value next to the circle and that represents the degree of change or intensity that the Retouch tool imparts on each pass.
    Thanks to Old Toad for the above information.
    I have found that in some situations where Elements absolutely refuses to correct the red-eye properly, I can get a better adjustment using iPhoto. But without the use of this secret mode, it is pretty much useless.
    As far as iPhoto's capabilities, it is a really powerful image organizer with a few editing features for added convenience. What makes it better than other organizers is that it is not a file browser, it is a database application. Once you give the database some information, you can use that info to search and group your photos in almost infinite ways very quickly and easily. You can print your own cards, too. If you've had trouble with the 7 X 10 size you may benefit from Old Toad's tutorial. See his posts in this thread for an explanation and link: http://discussions.apple.com/thread.jspa?messageID=4605228
    I agree with you that Elements can be complicated and overwhelming. It has so many features that it can be challenging trying to figure out which ones you need to correct your photo. When editing a group of photos I try to keep it simple: adjust the levels, lighten shadows (a must for many indoor shots), fix red-eye, crop. Plus, I do love the healing brush (band-aid tool) for removing the odd spec of anything that doesn't belong. My Elements experience was greatly improved after I bought and read a good book. You can get one that will tell you which features really work, which ones are more of a gimmick, and how to do the things you need to do most. If you can get through the learning curve, then the tools I listed really are quick and simple to use.
    Good luck.

  • Looking for a car race app

    i love car racing games so i would like a car racing game for my macbook pro lion OS X 10
    any suddestions??

    how about for iPad?

  • I am looking for pre-NI-DAQ drivers for the NI 455x DSA cards.

    I have inherited an older piece of production equipment, and I need to find the older drivers for the NI455x DSA card. Is there an archive directory that contains the install information for the NIDSA fp's, dll's, etc.

    The NI 445x DSA cards are supported by the NI-DAQ 6.9.1 driver currently available on the web at www.ni.com and follow the downloads link. You will also want to use the NI-DSA driver to program the NI-445x board which is also available at the download site.
    Some older drivers are available at the download site by choosing all Drivers instead of current.

  • Failing to assemble Downloaded Pre-built Virtual Machine for  SOA Suite and BPM Suite 11g

    Hello,
    I checked the download checksum of the files downloaded for Pre-built Virtual Machine for  SOA Suite and BPM Suite 11g ( Pre-built Virtual Machine for SOA Suite and BPM Suite 11g ) and they all match checksums.
    however, when I try to assemble them with 7zip, I get a corrupt error message.  I have tried downloading with Chrome and Internet Explorer.  I have also tried assembling the 7zip files different ways.
    Is there anything else I should try?
    Running on Windows 7, 64 bit machine.  (with lots of disk space).
    Is there any other way to get the files?
    thank you.

    thanks for the response
    I guess I will have to do that as well.
    However, it defeats the speed with which can ramp up with the toolset;  thus slowing my time I can allocate to learning it...

Maybe you are looking for

  • Alignment failed Officejet Pro 8500 Premier

    Hi, I own a HP Officejet Pro 8500 Premier and the problem begun while printing a color document. The yellow disapeared. It's been about a month I changed all the ink cartridges. I use the printer regularly but not on a heavy usage. (about 7000 pages

  • Batch editing in Iphoto

    I have 2 different makes of camera which I take on holiday.When I transfer the photos into iphoto they have different prefixes on the filename as a result of being different makes.Is there anyway I can batch edit these photos to make Iphoto recognise

  • Recording audio : Input level automatically compressed?

    Hi, in my short experence using Soundtrack Pro, I have never been able to get an input level positiv (yes I know that it means "saturated"). Is the audio signal automatically compressed if it exceeds 0dB ? Thanks for your help. Eric

  • How would I move the iphone backup from a mac to a pc and do a full restore so I don't lose my settings?

    Hello, I am moving from a mac to pc (i know, not many people do this, but it's for work) and I would like to transfer my itunes library with all of the iphone backups, playlist, playcounts, etc. over.  Can I restore my iphone backups from the mac on

  • Jasper report Jsp

    HI i have created a jasperreport with ireport, created an .jrxml file.The report work fine when i launched it from jcreator with all the libraries added to the classpath. then i created an javabean to include it into an JSP file with the same code. i