Shared file system and other questions

Hi,
          Is shared file system common for all WL in the cluster or each WL has its
          own one.
          Next questin is connected with proxy server.
          I'm not sure if there should be one proxy server for two servers working in
          one cluster or each server should has own proxy server (I mean WL proxy
          server).???
          In my opinion there should be one proxy server which redirect requests to
          server in cluster using some balancing method. But when I read documentation
          about cluster's architectures I saw the picture where each WL cluster server
          had proxy own server. I'm not sure if this picture showed only outline of
          architecture or it was real solution???
          Is it better to install another proxy server (for example Apache) than WL
          proxy server?
          In previous questions I asked if it is possible to replic static classes,
          fields etc. Prasad Peddada told that it is not replicated. But I wonder if
          there exists some method to force replicating it.? Maybe we can implement
          some method and run it?
          Thanks,
          Best regards,
          Robert
          

Mike.
          In WLS51 cluster, it is better to specify different workingDir for each
          server. You can create a weblogic.properties in your per-server directory
          and add jspc properties in that file.
          Cheers - Wei
          "Mike Reiche" <[email protected]> wrote in message
          news:[email protected]...
          >
          > If you share directories between instances -
          > what happens when two WL instances decide to compile
          > the same JSP at the same time?
          >
          > Mike
          >
          >
          > Viresh Garg <[email protected]> wrote:
          > >
          > >
          > >
          > >
          > >"Robert Zaczyñski" wrote:
          > >
          > >> Hi,
          > >> Is shared file system common for all WL in
          > >the cluster or each WL has its
          > >> own one.
          > >
          > >I am not sure I understand your question. We
          > >recommend using shared file system
          > >for ease of maintanence and to get rid of pain
          > >for versioning problems for
          > >application code. It is not a requirement of
          > >WLS cluster. I really don't
          > >understand what you mean by
          > >"Is shared file system common for all WL in
          > >the cluster or each WL has its
          > >own one
          > >"
          > >
          > >>
          > >>
          > >> Next questin is connected with proxy server.
          > >> I'm not sure if there should be one proxy
          > >server for two servers working in
          > >> one cluster or each server should has own
          > >proxy server (I mean WL proxy
          > >> server).???
          > >> In my opinion there should be one proxy server
          > >which redirect requests to
          > >> server in cluster using some balancing method.
          > >But when I read documentation
          > >> about cluster's architectures I saw the picture
          > >where each WL cluster server
          > >> had proxy own server. I'm not sure if this
          > >picture showed only outline of
          > >> architecture or it was real solution???
          > >
          > >One or more proxy servers can be used. One is
          > >just fine, however you **might**
          > >want to use multiple proxies for heavily loaded
          > >application to avoid contention.
          > >All proxy servers will load balance between
          > >all servers in clsuter. a proxy
          > >servers is not attached or bound to an instance
          > >in cluster.
          > >
          > >>
          > >>
          > >> Is it better to install another proxy server
          > >(for example Apache) than WL
          > >> proxy server?
          > >>
          > >> In previous questions I asked if it is possible
          > >to replic static classes,
          > >> fields etc. Prasad Peddada told that it is
          > >not replicated. But I wonder if
          > >> there exists some method to force replicating
          > >it.? Maybe we can implement
          > >> some method and run it?
          > >
          > >I would recommend that for static classes, you
          > >use context parameters of web
          > >application or something similar, why do you
          > >need to replicate them. WHy not
          > >each cluster instance have a local copy and
          > >use their own copy for such
          > >classes/fields?
          > >
          > >>
          > >>
          > >> Thanks,
          > >> Best regards,
          > >> Robert
          > >
          > >Viresh Garg
          > >Principal Developer Relations Engineer
          > >BEA Systems
          > >
          > >
          > >
          > ><!doctype html public "-//w3c//dtd html 4.0
          > >transitional//en">
          > ><html>
          > >
          > ><p>"Robert Zaczyñski" wrote:
          > ><blockquote TYPE=CITE>Hi,
          > ><br>Is shared file system common for all WL
          > >in the cluster or each WL has
          > >its
          > ><br>own one.</blockquote>
          > >
          > ><p><br>I am not sure I understand your question.
          > >We recommend using shared
          > >file system for ease of maintanence and to get
          > >rid of pain for versioning
          > >problems for application code. It is not a requirement
          > >of WLS cluster.
          > >I really don't understand what you mean by
          > ><br>"<i>Is shared file system common for all
          > >WL in the cluster or each
          > >WL has its</i>
          > ><br><i>own one</i>
          > ><br>"
          > ><blockquote TYPE=CITE>
          > ><p>Next questin is connected with proxy server.
          > ><br>I'm not sure if there should be one proxy
          > >server for two servers working
          > >in
          > ><br>one cluster or each server should has own
          > >proxy server (I mean WL proxy
          > ><br>server).???
          > ><br>In my opinion there should be one proxy
          > >server which redirect requests
          > >to
          > ><br>server in cluster using some balancing method.
          > >But when I read documentation
          > ><br>about cluster's architectures I saw the
          > >picture where each WL cluster
          > >server
          > ><br>had proxy own server. I'm not sure if this
          > >picture showed only outline
          > >of
          > ><br>architecture or it was real solution???</blockquote>
          > >
          > ><p><br>One or more proxy servers can be used.
          > >One is just fine, however
          > >you **might** want to use multiple proxies for
          > >heavily loaded application
          > >to avoid contention. All proxy servers will
          > >load balance between all servers
          > >in clsuter. a proxy servers is not attached
          > >or bound to an instance in
          > >cluster.
          > ><blockquote TYPE=CITE>
          > ><p>Is it better to install another proxy server
          > >(for example Apache) than
          > >WL
          > ><br>proxy server?
          > ><p>In previous questions I asked if it is possible
          > >to replic static classes,
          > ><br>fields etc. Prasad Peddada told that it
          > >is not replicated. But I wonder
          > >if
          > ><br>there exists some method to force replicating
          > >it.? Maybe we can implement
          > ><br>some method and run it?</blockquote>
          > >
          > ><p><br>I would recommend that for static classes,
          > >you use context parameters
          > >of web application or something similar, why
          > >do you need to replicate them.
          > >WHy not each cluster instance have a local copy
          > >and use their own copy
          > >for such classes/fields?
          > ><blockquote TYPE=CITE>
          > ><p>Thanks,
          > ><br>Best regards,
          > ><br>Robert</blockquote>
          > >
          > ><p>Viresh Garg
          > ><br>Principal Developer Relations Engineer
          > ><br>BEA Systems
          > ><br> </html>
          > >
          > >
          >
          

Similar Messages

  • Aperture File System and Other "Features"

    I am currently researching how well Aperture fits into the HDR workflow since it seems to pack all image files into its own filesystem or library where the individual files lose their identity and accessibility through the Mac filesystem. I don't know this to necessarily be true, but right now I believe it to be. If so, I believe it rules-out Aperture for my serious use. There are many things I like about it, but I need to be able to easily bounce image files around to many different applications and the Aperture interface/filesystem seems to make the task too cumbersome. Also, from reading this forum I believe that when you import RAW files into Aperture they are automatically manipulated. Something I need to understand more about also. Finally, I like to be in charge of when I save a change I've made to an image and not have it done for me.

    I am currently researching how well Aperture fits into the HDR workflow since it seems to pack all image files into its own filesystem or library where the individual files lose their identity and accessibility through the Mac filesystem
    Not necessarily. You can run the library in Referenced mode.
    but I need to be able to easily bounce image files around to many different applications
    Depending on your intended use, the Aperture library is available in every Open... dialogue in the OS.
    Also, from reading this forum I believe that when you import RAW files into Aperture they are automatically manipulated.
    Absolutely untrue.
    Regards
    TD

  • Where do Itune files live and other questions

    I know Itunes is a media player, but does it also hold the files.  Mostly for grins, I tried to copy a talk in Itunes to another folder and it would not let me.  Is it true it does not allow for this?
    I gather that for music it is one-way synching, from (in my case) the MBP to the (in my case) Iphone.  If I want to delete something from the Iphone and have to uncheck it on the computer and resynch?

    "I gather that for music it is one-way synching, from (in my case) the MBP to the (in my case) Iphone."
    Correct.
    "If I want to delete something from the Iphone and have to uncheck it on the computer and resynch?"
    Correct.
    The iphone is not a storage device.  It simply mirrors the selected content of your computer.

  • Shared file system  recomended for OCR and voting Disk in 10g R2

    Dear Friends,
    For Oracle 10g R2 (10.2.0.5) 64 bit which shared file system is recomended for OCR and voting Disk (NFS / raw devices / OCFS2)
    For Datafiles and FRA i planned to use ASM
    Regards,
    DB

    Hi,
    If your using standard edition then you got no choice but raw devices
    http://docs.oracle.com/cd/B19306_01/license.102/b14199/options.htm#CJAHAGJE
    for ocfs2 you need to take extra care
    Heartbeat/Voting/Quorum Related Timeout Configuration for Linux, OCFS2, RAC Stack to Avoid Unnecessary Node Fencing, Panic and Reboot [ID 395878.1]

  • Shared file system between Int and ext server(DMZ) in R12.1.3 for iRec

    Dear Friends,
    we are using R12.1.3 and we planned to use iRec module.
    so we decided to go with External web tier and it will be placed in DMZ for external users.
    Is it possible to have shared file system between internal and external web server when external server is in DMZ?
    Is it safe to go with shared application Tier file system between internal and external server (or) to have seperate file system in externel web tier?
    Regards,
    DB

    Take a look at Note 380490.1 DMZ Deployment for R12.
    Also For Specific Load balancer 727171.1 Up to 12.x but alot of the information is still usefull based on hardware loadbalancer
    Also Note 1309013.1 has some good information on SSO/OAM Intergration with E-Business Suite

  • 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

  • Regarding shared file system requirement in endeca server cluster

    Hi,
    Our solution involves running a single data domain in an endeca server cluster.
    As per the documentation, endeca server cluster requires shared file system for keeping index file for follower node to read.
    My questions are,
    Can I run the endeca cluster with out shared file system by having the index file on each node of the endeca server cluster?
    Can dependency on shared file system be a single point of failure, if yes how can it be avoided?
    I really appreciate your feedback on these questions.
    thanks,
    rp

    Hi rp,
    The requirement for a shared file system in the Endeca Server cluster is a must. As this diagram shows, the shared file system maintans the index, and also maintains the state of the Cluster Coordinator, which ensures cluster services (automatic leader election, propagation of the latest index version to all nodes in the data domain). A dependency on a shared file system can be a single point of failure and requires to run a backup, -- this is a standard IT approach, that is, it is not specific to the Endeca Server cluster in particular.
    See this section on Cluster Behavior, for info on how the shared file system is used (the topic "how updates are processed"), and on how increased availability is achieved.
    HTH,
    Julia

  • Help! what is the default location for shared file system?

    Help! i came in this morning and for some bizarre reason the shard file system information had disappeared and podcast producer wouldn't work i thought it was in library/quicktimestreaming/movies so i set it to there but when i try and submit a video i just get question-marks in the post where the video should be its obviously not finding it. So i found where most of the previous videos were which is a folder called Podcast Producer which seems to be a link to my external drive but when i set the shared file system to this folder it creates a new folder called podcasts and sticks them in there so i get the same question-mark scenario. Its bizarre i can't figure out why it would losse the information in server admin the only thing i can think of is that i did a repair permissions and wondered if it might have set some permission on the shared filesystem folder differently and made it somehow inaccessible does anybody know what permissions should be set on the folder? Also regarding quicktime streaming does this location have to be the same as the shared file system folder?
    Message was edited by: purplemonkey1

    Thanks - The folder was hidden, so once I changed my options to see hidden files, I was able to find it exactly where the link told me it would be.
    Much appreciated!

  • How adutilities comes to know that the file system is shared file system

    How adutilities comes to know that the file system is shared file system ?
    In multinode shared file system : if we want genearte message file we can invoke adadmin from any node and perform this activity. In this case, how adadmin knows that the filesystem is shared filesystem.

    Duplicate post.
    How adutilities comes to know that the file system is shared file system
    How adutilities comes to know that the file system is shared file system

  • The Em Key is not configured properly or is corrupted in the file system and doe s not exist in the Management Repository.

    I'm getting this error and is there any way to resolve this without re-creating the service/s again, etc. Just curious if there are any suggestions/steps I may have missed, if not, I'll drop and recreate the services again
    Anyway, I have a backup of the emkey.ora and put it in the sysman/config directory, but still doesn't work... please see below...
    C:\Documents and Settings\abigail>emctl status emkey
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Please enter repository password:
    The Em Key is not configured properly or is corrupted in the file system and doe
    s not exist in the Management Repository. To correct the problem:
    1) Copy the emkey.ora file from another OMS or backup machine to the OH/sysman/c
    onfig directory.
    2) Configure the emkey.ora file by running "emctl config emkey -emkeyfile <emkey
    .ora file location>".
    C:\Documents and Settings\abigail>emctl config emkey -emkeyfile E:\app\abigail\p
    roduct\11.2.0\dbhome_1\sysman\config
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Please enter repository password:
    The Em Key is already configured. To override the current configuration, run "em
    ctl config  emkey <options> -force".
    C:\Documents and Settings\abigail>emctl config emkey -emkeyfile E:\app\abigail\p
    roduct\11.2.0\dbhome_1\sysman\config -force -sysman_pwd ********
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    The Em Key could not be configured. Unable to access file E:\app\abigail\product
    \11.2.0\dbhome_1\sysman\config.
    C:\Documents and Settings\abigail>emctl secure dbconsole -sysman_pwd ********
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    http://ABIGAIL:5501/em/console/aboutApplication
    DBCONSOLE already stopped...   Done.
    Agent is already stopped...   Done.
    Securing dbconsole...   Started.
    Please enter repository schema password:
    Securing dbconsole...   Failed.
    EMKey is misconfigured.

    Sorry but I'll have to ignore your suggestion, and don't worry about how I spend my time
    AND OHMYGODD IT WORKSS!!! For future reference, this is how I solved it based on my searches, actually based on one particular search:
    http://franjv.blogspot.com/2013/08/emkey-problems-in-oracle-rac-11gr2.html
    Thank youuu whoever wrote that and... is it the same "Fran" who helped me the last time?!? Coincidence??
    ANyway, thank youuuu

  • WebLogic as Windows 2000 service over s shared file system

    I am trying to install weblogic as a Windows 2000 service over a
    shared file system with no sucess
    (the shared fie system is provided by windows 2000 cluster services).
    I am using the srvany utility to have the script that launches
    weblogic be run as a service (I need this
    because I must launch 2 instances of weblogic in the same machine
    as services, i cannot do this
    with the bea service tools, having different configurations for
    the classpath, or can I?)
    The service works if weblogic is not installed in a shared file
    system.
    On the shared file system, it fails (The service fails, is unabble
    to start). I also made a script on the local file
    system, that calls the weblogic script on the shared file system,
    but weblogic fails to start (with no
    message) when loading from the weblogic.classpath
    thanks for your attenction,
    Bruno Antunes
    WhatEverSoft - Java Center

    I have also tried running the service with the bea tools, with no
    sucess when running in
    the shared file system.
    When i start the service, it seems to start ok, then stops. with
    no message.
    Nothing is written to the log, any ideas?
    Bruno Antunes
    WhatEverSoft - Java Center

  • Maintain snapshot on shared file system

    Hi,
    We have Shared file system. Want to know whether I need to run Maintain Snapshot on all application nodes? or running on one application node is enough?
    Apps Version: 11.5.10.2
    DB: 10.2.0.4
    Regards,
    Raju

    Hi Raj,
    As AD Administration "Maintain snapshot information" for an APPL_TOP completely populates the APPL_TOP's current view snapshot. Here you have shared APPL_TOP, So there is only one set of files.
    So i believe you need to run only once.
    Thanks

  • RAID/ shared file system for clustering

    could somebody give me the h/w config,vendor etc.. used generally to
    provide failover to the shared file system for cluster of weblogic
    servers?

    Many of our customers use either a hardware or software raid to protect
    their filesystem for the cluster. Most of this is a vendor specific --
    you should check out the documentation for your specific platform.
    Another option is to not do a single filesystem for the cluster. They
    should be free self-explanatory -- you simply need to replicate all of
    the files, application code, etc. across the cluster in each individual
    server machine.
    shivu wrote:
    >
    could somebody give me the h/w config,vendor etc.. used generally to
    provide failover to the shared file system for cluster of weblogic
    servers?--
    Thanks,
    Michael
    -- BEA WebLogic is hiring!
    Check our website: http://www.bea.com/

  • I just recently upgraded my itouch from 4.1 to ios5, and updated to itunes 10.5. when isynced my music files,ebooks and other apps, all is working except when im trying to sync my video files. it says, canot be synced as cannot be played on this ipod.help

    i just recently upgraded my itouch from 4.1 to ios 5, and updated to itunes 10.5. but when i synced my music files,ebooks and other apps, all is working except when im trying to sync my video files. it says, canot be synced as cannot be played on this ipod. but those are the same files that i have when i was using the old 4.1 version and its syncing just fine.. the itunes advanced tab "create iphone or ipod version" is not working either so i cant convert it to be xferred and synced. what can i do to have my video files synced?

    i had the same problem but i just got a new video converter and made it convert videos to ipod/iphone format and then put them into itunes. i would suggest GOM encoder as the encoder can convert them and then once they're finished converting, put them automatically into your itunes for you. from there you can just sync them to your ipod.

  • Trying to download songs on iTunes and it's asking for "my 1st car I owned" and other questions that I never answered. It won't let me download anything til I answer them. Can you help me?

    Trying to download songs on iTunes and it's asking for "my 1st car I owned" and other questions that I never answered. It won't let me download anything til I answer them. Can you help me?

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (94816)

Maybe you are looking for