ASM for Cloud Computing

Hi All -
Looking for opinions and experience here ....
Has anyone out there built their own "cloud" storage solution using ASM and Securefiles?
Oracle keeps saying how wonderful ASM and Securefiles is ... but I wonder how it holds up in a multi-PB environment serving unstructured content to the world? Especially how does it work when everything is stored in a central repository using ASM when you want to distribute your content around the world? I can see it working well within the walls of an organization, but how well does ASM+Securefiles hold up with being used with a social media site with users around the world uploading/downloading unstructured user-generated content of all shapes and forms?
Any experience or insight is welcome
Thanks,
Ron

MrDistinct wrote:
to elaborate more: the link which you have given talks more about infrastructure related.
It would be good if we can forum divided into above concepts as i said.
let me know your views.I would argue that each and every forum takes on the identity and characteristics of the participants.
Instead of dividing the community yet again into further and smaller segments with likely fewer participants, why not guide that community I mentioned into a great focus area for your interest? Make it the place to go for all related discussion, including the infrastructure as well as your concepts.
The reason I prefer not to divide it - I already have about 50 communities I track and use for information and learning. Since Jive does not let me get a running list of the ones of my interest (as in the category summary we get), I need to click between them. And Clicking between 50 forums is becoming tedious.

Similar Messages

  • Forum for Cloud Computing.

    Can we have a saperate group to discuss about cloud computing ?

    MrDistinct wrote:
    to elaborate more: the link which you have given talks more about infrastructure related.
    It would be good if we can forum divided into above concepts as i said.
    let me know your views.I would argue that each and every forum takes on the identity and characteristics of the participants.
    Instead of dividing the community yet again into further and smaller segments with likely fewer participants, why not guide that community I mentioned into a great focus area for your interest? Make it the place to go for all related discussion, including the infrastructure as well as your concepts.
    The reason I prefer not to divide it - I already have about 50 communities I track and use for information and learning. Since Jive does not let me get a running list of the ones of my interest (as in the category summary we get), I need to click between them. And Clicking between 50 forums is becoming tedious.

  • Can TC used for cloud computing .. Like Dropbox? That I can upload and download files remotely. Any additional requirement?

    I wanna buy TC but wondering if I can use it as a server for cloud ? Does it work with iCloud?

    The TC is an extremely dumb box.. it is a back external drive inside a router.. it does nothing with the cloud.. there are no servers for media, downloading or anything else. Think of it as an Airport extreme pregnant, with a hdd baby.

  • How to start career in Cloud Computing?

    Please suggest me career path for cloud computing. I have experience in Application packaging and virtualization app-v 4.6. Apart from it I have experience in applications deployement using SCCM 2012.
    Firoz Ahmad

    Hi there. You should get control of the Cloud OS vision, if you want this career to be the Microsoft way. 
    MVA got great jump-start courses so that you can learn more about the cloud offerings from Microsoft, such as Windows Server with Hyper-V, System Center, Windows Azure and Windows Azure
    Pack.
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • Oracle Cloud Computing business drivers

    Hi Experts,
    Can anybody share some inputs on Oracle Cloud Computing business drivers ?
    Thanks,
    Vijaya

    Hi,
    At the highlevel , the main business drives for cloud computing are:-
    1- Speed time to production / market by deploying and rollout applications very fast compare to the traditional way of building in-house applications which takes longer.
    2- Reduce the IT Administration overhead involved with managing many sub-systems with in premises using many different skills and multiple vendors (High OPEX)
    Regards,
    Awad El-Sidiq

  • Can't get and use an apple id for cloud or apps or store when i try to change it it will let me but then everytime it keeps asking me to chang e password everytime cant get my computer to just accept one password that will keep

    can't get and use an apple id for cloud or apps or store when i try to change it it will let me but then everytime it keeps asking me to chang e password everytime cant get my computer to just accept one password that will keep

    Just what are you doing and what is the exact wording of the message you are getting?

  • Is the iCloud a backup tool for your computer?  How do I get my data back -- off the iCloud?

    Is the iCloud a backup tool for your computer?  ---- Apple care suggested using iCloud for a backup to my documents.  I do not have an iphone, ipad or laptop.  Just an iMac.  Nothing to share the data with.
    Now I am unable to access some of my documents on my computer and saving documents is cumbersome because it always wants to save it in iCloud, not my computer.  The documents I am unable to open are my old MS-Word.  One is a macro enabled word doc.   I am using os x mountain lion.
    After over an hour chat with apple care, the issue is not resolved.  I did not have more time to resolve the issue today and it will be continued next week.  Per apple care, I do not have any documents in the iCloud however I am almost at the free capacity with  contacts and documents.
    My question is -- If I purchase backup from a clould provider - other than apple, back up my files in documents in their cloud (make sure I can open them) and then delete the link to iCloud.  Would I preserve my data? Has anyone tried this?  I am open to suggestions.
    Thanks,
    Phyllis

    Is the iCloud a backup tool for your computer?  ---- Apple care suggested using iCloud for a backup to my documents.
    Not really. You can store "Documents in the Cloud" but this applies only to documents created by Pages, Numbers, Preview, Keynote, and Microsoft Office documents created on your computer stored in iCloud's "iWork". Within that limited purpose, iCloud works very well.
    My question is -- If I purchase backup from a clould provider - other than apple, back up my files in documents in their cloud (make sure I can open them) and then delete the link to iCloud.  Would I preserve my data?
    I'm not quite sure I understand what you mean by "purchase backup from a cloud provider" but if you're considering a service such as Carbonite, I don't advocate any of them. To back up your Mac, use your own backup device - Time Capsule or an external hard disk. It's inexpensive and reliable: two elements essential for a backup strategy, that no subscription service can offer.

  • Arch Linux for Google Compute Engine

    Hi Arch users,
    I’ve created a tool that can create an Arch Linux image for Google Compute Engine. It has the compute-image-packages software preinstalled so basic GCE integration works.
    I’m working to improve the boot times and shrink the image since it’s a bit larger than I’d like it to be. You can follow the instructions below to boot a virtual machine running Arch.
    The source code is hosted on Github: https://github.com/GoogleCloudPlatform/ … ge-builder, pull requests welcome!
    I've already built one today and has been made public on Cloud Storage at gs://jeremyje/arch-stable/arch-v20140906.tar.gz
    Instructions to boot a VM with the image:
    1. Create a project or pick an existing one. Turn on Compute Engine.
    https://console.developers.google.com/
    Click "Create project"
    Enter a project name and project id.
    Go to Compute > Compute Engine
    If necessary, enable billing.
    2. Add the Arch Image to your Project
    Go to Compute > Compute Engine > Images
    Click "New image"
    Name: arch-v20140906
    Description: Arch Linux built on 2014-09-06
    Source Type: Cloud Storage object
    Cloud Storage Object Path: gs://jeremyje/arch-stable/arch-v20140906.tar.gz
    3. Create an Arch Linux instance.
    Go to https://console.developers.google.com/
    Select your project.
    Compute > Compute Engine > VM instances > Add Instance
    Select a zone, machine type, and select the “arch-v20140906” image.
    You can SSH into the VM by clicking on the SSH button after you create it.
    If you like command line here's the equivalent.
    Google Cloud SDK: https://developers.google.com/cloud/sdk/
    # Install Python2
    pacman -S python2
    # Install Cloud SDK
    export CLOUDSDK_PYTHON=/usr/bin/python2
    curl https://sdk.cloud.google.com | bash
    echo “export CLOUDSDK_PYTHON=/usr/bin/python2” >> ~/.bashrc
    source ~/.bashrc
    # Login, create a project
    gcloud auth login
    # Add the image to your project.
    gcloud compute images create archlinux gs://jeremyje/arch-stable/arch-v20140906.tar.gz --description “Arch Linux built on 2014-09-06”
    # Create the instance booting Arch
    gcloud compute instances create archvm --zone us-central1-a --machine-type f1-micro --image arch-v20140906
    Lastly, there’s no official support for these images but if you find a problem please file a bug or submit a fix on Github.

    Hi! Do you have any update of your Arch image?
    Thank you

  • Role of SAP vendors in Cloud Computing

    Hi all,
    I have come across several articles mentioning how SAP is adapting itself to enable its integration with Cloud Comouting.
    I would just like to know that in case SAP moves to cloud computing, what will be the role of the the existing SAP vendors?
    Will there still be scope for customer specific implementations?
    Pls answer my querries.
    Thanks in advance.
    Regards,
    Sattam

    Hi Tushar,
    The role of SAP BW Consultant in a Implementation varies from project to project and also on the requirements specifications.
    Check the below thread for your understanding.
    BI consultant role
    Search the forums first and you will find lots of threads relating to the same.
    Hope it helps.
    Regards,
    Raghu

  • Need information aboout Oracle Cloud Computing.

    Hi,
    I need to prepare the Oracle Cloud Computing solution for Iaas(Infrastucture). Can some body provide me the information or pointer from where i can get the information. Can some body let me know if I want to use cloud computing for Infrastucture. What would be the step need to followed.
    Regards,
    Syed

    Hi,
    Please see the following links.
    Cloud Computing Center
    http://www.oracle.com/technology/tech/cloud/index.html
    Oracle in the Cloud - Frequently Asked Questions
    http://www.oracle.com/technology/tech/cloud/faq.html
    Regards,
    Hussein

  • Online survey on cloud computing

    Hello everyone
    I am doing a research on cloud computing aiming to identify what benefits have been realized and what possible challenges are introduced using different cloud service models i.e. Software as a Service (SaaS), Platform as a Service
    (PaaS) and Infrastructure as a Service (IaaS).
     I am, therefore, looking for survey participants who have any experience with IaaS, PaaS, SaaS adoption or use in their organizations.
    It takes approximately 20 minutes to complete the survey and it can be accessed on http://freeonlinesurveys.com/s.asp?sid=4th678j97h4u0ux507858
    The survey questionnaire has 19 questions in total, which are distributed across 4 parts. First part includes general questions about your organization. Second part gathers information related to cloud adoption. Third part questions about
    challenges, benefits and adoption motivators. This part is longer than others, and therefore not relevant questions can be deselected by N/A option. And finally, fourth part has some questions about your professional background.
     The information collected through this survey will be used for research purposes only. All your private information which you may provide will be kept in strict confidence.
    I sincerely hope that you will consider participating in this survey. 
    All the best
    Ingrida 

    Syed,
    What do you mean by "how to use cloud computing for installing and maintaining Oracle Apps and PS (Enterprise application)"? Please elaborate more.
    Oracle Apps installation manual can be found at:
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/index.html
    All Oracle Apps R12 installation documents can be found in (Note: 405565.1 - Oracle E-Business Suite Release 12 Installation Guidelines).
    Thanks,
    Hussein

  • What is Cloud Computing?

    I need to know what is cloud computing and whether there's any similarity between "ESB" (Enterprise Service Bus") and "Cloud".
    *If they are similar*, what is the best solution?
    *If they are not similar*, where to use 'ESB' and where to use 'Cloud'?
    Thanks!

    Well, We cannot compare Cloud Vs ESB.Both work in a different manner and concptually different.
    ESBs are good for routing messages to multiple destinations. It is also good for doing transformations that have little to no business rules. The footprint is much smaller and incurs minimal overhead therefore the performance is much better.
    Use ESB when You want a really low cost solution,Only need connectivity, simple transformations and routing of messages.
    Cloud computing is a model for enabling ubiquitous,convenient, on-demand n/w access to shared pool of configurable resources . for ex: servers,networks,apps, services that can be rapidly provisioned.
    There are different model of cloud: basically, delivery models:
    SaaS,PaaS,IaaS
    SaaS (Software as a service) - here consumers does not have control over operating system,hardware or any n/w infrastructure. Instead, It uses an application.
    PaaS (Platform as a Service) - here The consumer controls the applications that run in the environment (and possibly has some control over the hosting environment), but does not control the operating system, hardware or network
    infrastructure on which they are running.The consumer uses a hosting environment for their applications.
    IaaS (Infrastructure as a Service) - The consumer can control the operating system, storage, deployed applications and possibly networking components such as firewalls and load balancers, but not the cloud infrastructure beneath them. The consumer uses "fundamental computing resources" such as processing power, storage, networking components or middleware.
    I think i would not be wrong if i take examples for cloud as : Email hosting, Gmail, Facebook and social networking sites..etc.
    Hope this helps.
    Thanks,
    Santosh Shetgar

  • Cloud Computing Decrease Job Opportunity

    Hi Guru's,
    I have a query about Cloud Computing now everyone talking about the same, that from 2014 companies start thinking about the same. So it means DBA jobs are less in market
    So What need to do to cope up with this possibility.
    Kindly guide over this.

    >
    Hi Vikas,
    So in this scenario what you suggest to do wheather we need to update
    skills on Oracle or we need to go with cloud or what exactly the path need to followCloud = Shroud! ;)
    At the end of the day, the term "cloud" is just a fancy term for network combined with
    data consolidation.
    The data will have to sitting in a database somewhere.
    The only thing "cloud" means is that instead of the data sitting in a smelly server-room
    in the basement of your building - it will be in a data center in New York, Dublin, Bangalore
    or <insert city of your choice>, but DBA's will still be required.
    Think of the cloud as being the new Sysadmins (again consoliated).
    Of course it is a good idea for the DBA to have some clue as to the network
    capacity &c., but it's not mission critical for the DBA - just as Sysadmins can see
    databases merely as another consumer of network resources.
    A good Sysadmin will have a good knowledge
    of the systems he's working on, but it's not critical. In the old days, maybe
    (as has frequently happened) the Sysadmin was the DBA and vice-versa.
    The IT workspace is becoming increasinly consolidated, but you needn't worry
    about running out of DBA jobs any time soon.
    Again, IMHO.
    Paul...

  • Cloud Computing - Oracle dba

    Hi Experts,
    kindly let me know what is cloud computing and what role can a Oracle dba have in this profile ?
    Regards,
    Chandra.

    At the moment, nothing since this concept is yet to be made more polished and refined. The only cloud thingy that I am aware of related to oracle db is the option to go for Amazon's cloud service to put up the backups. I guess it would be better to choose the policy of wait and watch and see what the next release would say and do about cloud computing.
    Aman....

  • Just joined cloud computing  having trouble accessing premier pro ...help please

    just joined cloud computing  having trouble accessing premier pro ...help please

    Hi Jeff:  thanks for getting back to me.  My daughter was downloading
    components but had downloaded the free demo last night.  She
    uninstalled what she thought was the demo but now we are unable to
    access the Premier Pro component and no icon is present on the screenor
    otherwise.  This is our first time with a Mac so maybe we just don't
    know where it is but are at a loss right now.  Thinking I should
    cancel my product purchase and then start from scratch if there is no
    easy solution.
      Your thoughts?
      Duarte

Maybe you are looking for