Implementing Clustering in HFM

Dear All,
I am trying to implement clustering in HFM.
When I am going into EPM system Configurator and select HFM - configure application clusterI am unable to see both the HFM servers that are available.
Only this server on which I am running the configuration utility is available.
Please suggest.
Thanks,
Parmod

Hi,
I am trying to create a cluster on two servers with same name ‘Cluster292’ and than adding the respective servers to it so that both the servers are registered under the same cluster.
I have 2 servers infva0292 and infva02899.
On infva0292 I have created a cluster Cluster0292 and registered it successfully with server infva0292.
On infva02899 I have created a cluster Cluster0292 and when I try to register it with server infva02899 it fails.
Please advise . Urgently help is required.
I wont mind any brainstorming
This is my hfm_1_config.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<bean name="main">
<bean name="appServerConfiguration">
<property name="serverSelected">Tomcat 5</property>
<bean name="Tomcat 5">
<property name="manualProcessing">false</property>
<property name="winService">true</property>
</bean>
<bean name="WebLogic 9">
<property name="BEA_HOME">C:\bea</property>
<property name="location">C:\bea\weblogic91</property>
<property name="manualProcessing">false</property>
<property name="winService">true</property>
</bean>
<bean name="WebSphere 6">
<property name="location">C:\WebSphere\AppServer</property>
<property name="manualProcessing">false</property>
<property name="winService">true</property>
</bean>
</bean>
<bean name="customConfiguration">
<property name="adminGrp">admingrp</property>
<bean name="cluster1">
<property name="clusterName">Cluster292</property>
<property name="currentSession">true</property>
<property name="server1">infva02899</property>
</bean>
<property name="creatorGrp">admingrp</property>
<property name="dataSyncDelay">300</property>
<property name="deletedClusters"/>
<property name="enableSelected">true</property>
<property name="encryptUDL">false</property>
<property name="FileTransferFolderPath">C:\Hyperion\products\FinancialManagement\Web\HFM\FileTransfer</property>
<property name="financialManagementInstallationDir">C:\Hyperion\products\FinancialManagement\Web\HFM</property>
<property name="financialManagementPort">80</property>
<property name="financialManagementSessionTimeout">1200</property>
<property name="financialManagementVirtualDir">hfm</property>
<property name="financialManagentEnabled">true</property>
<property name="isLcmProxyKeepAlive">true</property>
<property name="isSvProxyKeepAlive">false</property>
<property name="LcmHTTPCompressionEnabled">true</property>
<property name="LCMInstallationDir">C:\Hyperion\products\FinancialManagement\Web\HFMLCMService</property>
<property name="lcmProxyKeepAliveInterval">60</property>
<property name="LCMSessionTimeout">1800</property>
<property name="LCMVirtualDir">hfmlcmservice</property>
<property name="lifeCycleManagementEnabled">true</property>
<property name="NumMaxDBConnections">40</property>
<property name="password">URnlXC0+PVaB6SSPlsunjQ==</property>
<property name="registeredClusters"/>
<property name="registeredServers">infva02899</property>
<property name="selectedTask">clusterRegister</property>
<property name="serverDelay">300</property>
<property name="smartviewEnabled">true</property>
<property name="smartviewInstallationDir">C:\Hyperion\products\FinancialManagement\Web\HFMOfficeProvider</property>
<property name="smartviewSessionTimeout">1200</property>
<property name="smartviewVirtualDir">hfmofficeprovider</property>
<property name="SvHTTPCompressionEnabled">true</property>
<property name="SystemDataLinkFile">C:\Hyperion\products\FinancialManagement\MS_SQL_SERVER_hfm.udl</property>
<property name="upgradeClient">false</property>
<property name="username">DCOMUser</property>
<property name="warnClient">false</property>
<property name="WebMaxUploadSize">1073741824</property>
<property name="WebResponseBufferSize">4194304</property>
<property name="workingFolder">C:\Hyperion\products\FinancialManagement\Server Working Folder</property>
</bean>
<bean name="dbConfiguration">
<bean name="DB2_82">
<property name="dbName">hypdb</property>
<property name="host">infva02899.vshodc.lntinfotech.com</property>
<property name="password">WgPVGsYX+KY=</property>
<property name="port">50000</property>
<property name="userName">hypuser</property>
</bean>
<bean name="MS_SQL_SERVER">
<property name="dbName">EPM13HSS</property>
<property name="host">infva0292</property>
<property name="jdbcUrl">jdbc:hyperion:sqlserver://infva0292:1433;DatabaseName=EPM13HSS</property>
<property name="password">C94qvK24r8vM8QeIikYgIg==</property>
<property name="port">1433</property>
<property name="userName">sa</property>
</bean>
<bean name="MSSQLServer">
<property name="dbName">hypdb</property>
<property name="host">infva02899.vshodc.lntinfotech.com</property>
<property name="password">WgPVGsYX+KY=</property>
<property name="port">1433</property>
<property name="userName">hypuser</property>
</bean>
<bean name="MSSQLServer2005">
<property name="dbName">hypdb</property>
<property name="host">infva02899.vshodc.lntinfotech.com</property>
<property name="password">WgPVGsYX+KY=</property>
<property name="port">1433</property>
<property name="userName">hypuser</property>
</bean>
<bean name="Oracle10">
<property name="dbName">hypdb</property>
<property name="host">infva02899.vshodc.lntinfotech.com</property>
<property name="password">WgPVGsYX+KY=</property>
<property name="port">1521</property>
<property name="tablespaceData">&lt;default&gt;</property>
<property name="tablespaceIndex">&lt;default&gt;</property>
<property name="userName">hypuser</property>
</bean>
<bean name="Oracle9">
<property name="dbName">hypdb</property>
<property name="host">infva02899.vshodc.lntinfotech.com</property>
<property name="password">WgPVGsYX+KY=</property>
<property name="port">1521</property>
<property name="tablespaceData">&lt;default&gt;</property>
<property name="tablespaceIndex">&lt;default&gt;</property>
<property name="userName">hypuser</property>
</bean>
<property name="serverSelected">MS_SQL_SERVER</property>
</bean>
<bean name="licenseConfiguration">
<property name="licenseHostName">infva02899.vshodc.lntinfotech.com</property>
<property name="licensekey">*</property>
<property name="licensePort">Default</property>
</bean>
<bean name="sharedServicesConfiguration">
<property name="host">infva02899.vshodc.lntinfotech.com</property>
<property name="password">41JS7FLl71HM8QeIikYgIg==</property>
<property name="port">28080</property>
<property name="ssl">false</property>
<property name="userName">admin</property>
</bean>
<property name="shortcutFolderName">Oracle EPM System/Financial Management</property>
<property name="state">Configuration Failed</property>
<bean name="taskConfiguration">
<property name="clusterConfig">Configured</property>
<property name="clusterRegister">Configuration Failed</property>
<property name="hfmAppServerConfig">Configured</property>
<property name="hfmDComConfig">Configured</property>
<property name="hfmDsnConfig">Configured</property>
<property name="hfmWebServerConfig">Configured</property>
<property name="hubRegistration">Configured</property>
<beanList name="maintenanceTasks">
<listItem>
<property>hubRegistration</property>
</listItem>
</beanList>
<beanList name="preSelectedTasks">
<listItem>
<property>hubRegistration</property>
</listItem>
<listItem>
<property>hfmAppServerConfig</property>
</listItem>
<listItem>
<property>hfmDComConfig</property>
</listItem>
<listItem>
<property>relationalStorageConfiguration</property>
</listItem>
<listItem>
<property>clusterRegister</property>
</listItem>
<listItem>
<property>hfmWebServerConfig</property>
</listItem>
<listItem>
<property>clusterConfig</property>
</listItem>
</beanList>
<property name="relationalStorageConfiguration">Configured</property>
</bean>
</bean>
</root>

Similar Messages

  • How to implement clustering

    Dear all,
    I' m trying to implement clustering in my information retrieval project. I have got 100 text files, each represented by a term vector. So there are 3 arrays: file[m], term[n], and weight[m][n]. What I need to do is to cluster the files that have close similarity measured by Cosine Vector Similarity.
    I plan to use 'for loop' to compute the vector similarity between each two files and find the closest pair. I have done this actually. But after this, I don't know how to deduct these two files from the original array file[m] and weight[m][n], represent them by an average vector and then compare this vector with all the remaining files, and so on.
    Could anybody give me some idea? Thanks in advance.

    I don't think this is really a programming question - more of an algorithm question.
    There are a number of different ways of 'clustering' together a number of points in n-dimensional vector space, so that the set of points maybe represented as a single co-ordinate in n-dimensional vector space.
    Google for 'nearest neighbour clustering' there are many pages with the algorithm you require, you could also search on 'centroid cluster'.
    http://www.statsoft.com/textbook/stcluan.html is a good resource.
    I haven't implemented any clustering code myself, but knowing the algorithm, it should be straightforward in Java.
    Andy.

  • Do we need Enterprise version of Weblogic for implementing clustering ?

    IN OBIEE 11.1.1.5 or we can use the bundle version which we get as a package with oracle ?
    appreciate your help

    Have in mind that Xandros is not certified. However, the biggest problem if the distribution is a newer on is about OpenMotif libraries as Developer 6i installation requires version 2.1.30 to install successfully.
    If it may be of any use, there's a guide on installing on [SLES 8|http://knol.google.com/k/cuauhtmoc-amox/install-oracle-developer-6i-on-suse/153594c4goidl/3].

  • Customer would like to have details on Clustering resources usage

    IHAC that currently implemented an application using 6 WLS instances in 6 domains (!) and 2 phisical servers. I mean they have 6 admin with a single managed server each. They did so to implement an High Available system, working Cluster-like.
    When I told them that a better configuration should be 1 Admin and 6 managed servers using the standard Clustering WLS features they claimed that it will be resources consuming, more than the current configuration.
    Is there any document where we describe the best way to implement Clustering and a benchmerk where we show the differences in system usage when using cluster and not using it, and also the Pro/Cons of having a clustered architecture?
    I cannot find a the info in the standard WLS docs.
    They have a WLS 9.2.
    Thank you !
    Chiara
    (ACS Service Manager)

    The following doc tells more about why one should cluster.
    http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs92/cluster/overview.html#wp1011562
    Scalability
    High-Availability
    Application Failover
    Load Balancing
    If your customer doesn't need the benefits mentioned in the above doc then, there's no need for them to cluster their app.
    I agree with your customer that cluster adds resource overhead. Most customers in production environment choose high availability and load balancing against additional resource consumption at runtime.
    Following the performance tuning best practices and understanding customers application, one can decrease the overhead of clustering to some extent.

  • Is to possible to implement clestering in Application Server.

    Hi Experts,
    I am curious to know that is it possible to implement clustering for Oracle Application Server 10g.

    Yes. Please see this [OAS 10g R3|http://download.oracle.com/docs/cd/B25221_04/core.1013/b15977/framewk.htm#sthref61] and [OAS 10gR2|http://download.oracle.com/docs/cd/B14099_19/core.1012/b14003/framewk.htm#CIHDIGEB]. There are some differences in the way R2 and R3 addresses it that you can also get from these links.
    thanks!
    AMN

  • Clustering

    Hi Experts,
    I am going to implement Clustering in OBIEE, Can you please suggest me how to Achieve this configuration.
    Advance thanks,
    satya

    Satya,
    If you are using Oracle BI 11g, clustering of the app tier is already done by default. In which case you are really interested in knowing how to scale-out the Oracle BI Solution.
    This information can be found by reading the Oracle BI enterprise deployment guide,
    http://download.oracle.com/docs/cd/E21764_01/doc.1111/e15722/toc.htm
    You'll want to read up on scaling out horizontally and vertically here,
    http://download.oracle.com/docs/cd/E21764_01/doc.1111/e15722/bi_clusters.htm#sthref327

  • Spatial Clustering Analysis in 9i?

    Could someone please give me ideas about how to implement clustering analysis in 9i without the SDO_SAM pkg? We have a property (housing) database on Oracle 9.2.0 server and would like to calculate property statistics by using spatial proximity analysis. I know the SDO_SAM in 10g can do the job, but how about in 9i?
    Thanks in advance!

    Hi,
    You can implement the aggregates_for_layer/geometry functions using
    sdo_geom.sdo_intersection, sdo_within_distance functions. Here is a simple
    way to implement aggregate_for_geometry for a query geometry q against a theme table:
    - Identify the set of intersecting theme_table geometries using sdo_relate or
    sdo_within_distance
    - Using this result set, compute the aggregate for the query (q) as the sum of estimates
    from each theme-table row (r) that is returned:
    estimate for row(r) = (area of intersection of q, r.geometry/area of r.geometry)
    *r.aggregate
    The intersections and areas can be done using sdo_geom.sdo_intersection and
    sdo_geom.sdo_area functions.
    The sam pkg will do this in a more optimized way in 10g.
    If you want any other function such as spatial_clusters, in 9i you will have to use
    the clustering for "point" data available in Oracle Data Mining.

  • Cluster (Load balancing) implementation in obiee 10g

    Hi All,
    We need to implement clustering (Active-Active for Load balancing) in our project. We use both analytics and bi publisher. We also need to deploy analytics/bipublisher in to weblogic server for SSO purpose.
    Now we have two machines.
    As of now We did the installation of obiee10g (while installing we selected "Complete" button) in both machines. Could any body tell us how to implement clustering w.r.t to weblogic.
    To proceed futher we need to know..
    +1. Did normal clusrtering method in 10g with oc4j server differs when we deploy application in weblogic server..?+
    +2. Can I use any of the two machines to create a shared folder and place rpd to give the path in REPOSITORY_PUBLISHING_DIRECTORY or should I use third machine other than these two machine..???+
    Any help is greatly apprciated.
    Thanks & Regards,

    Hi User,
    Did you configured clustering wrt to OC4j or WLS..?
    A. Weblogic.
    2. Can you tell me how it differs wrt WLS..??
    A. We can't explain here please refer the following link.
    http://www.iwarelogic.com/2010/01/supply-chain-management-w-r-t-oracle-applications-312/
    http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10126/wls_oc4j_comparisons.htm
    3.On top of these two machines we have a virtual IP?
    A. You can use virtual Ip's.
    In your project Weblogic also clustering mode am I write?
    What could be the process.. First we need to follow the clustering method as if there was no WLS and later deploy the application and need to do the changes wrt to WLServer (or) First we need to deploy the application in WLServer and for clustering need to do changes in/wrt to WLServer..??
    A . First we need to deploy the application in WLServer and for clustering need to do changes in/wrt to WLServe.
    Note: As per my knowledge please implement this way.
    1. Deploy analytic.war in your weblogc.
    2. If it is possible please implement Weblgoc clustering also.
    3. SSO implementation.
    4. Cluster implementation.
    This is the way am implemented in my project.
    My project tool details.
    1. Weblogic
    2. OBIEE 10.1.3.4.1
    3. Oracle 11g
    4. OS - AIX
    If you have any concerns please post me.
    Award points it is useful.
    Thanks,
    Satya
    Edited by: satya R on Apr 1, 2012 9:03 PM

  • HFM Data Extract in Task Flow ??

    HI,
    I have a couple of clarification on HFM Data extract in HFM Task flow,
    1) Is Data extraction possible for the predefined accounts in HFM task flow? – in which Accounts & other dimesion memebers needs to be pre-defined so that just on execution of the task flow, HFM needs to extract the data into a text file (i.e., It should not prompt to select the Accounts (as well as other dimension members) each time we extract)
    2) For Data extract purpose, we need some of the HFM members in a different name. So, we planned to create a alias table. In data extraction, Is it possible to select the member names from an custom alias table?
    3) We have to define a specific set of Account values as negative in the extracted data file which is actually positive in HFM. Also, In the extracted data file, We need to have the Account member name same as the existing HFM Account name.
    a.     For instance,
    In HFM:
    Account Member Name in HFM: VUK
    Account Value: 1000
    In the Extracted data file:
    Account Member Name in data file: VUK
    Account Value: -1000
    Is this feasible? If yes, can you explain a bit in detail (like how we can implement this in HFM)
    Thanks,
    Siva

    HI,
    I need a help in HFM Data extraction.
    We use four custom dimensions and our requirement is to get the data extract for the custom members which we need(we need only parent members in custom dimensions).
    But, by default, HFM extracts the data for all base custom members(and not for any parent custom members) - which we dont wish to have.
    Is there any possiblty to extract the data by choosing the custom members for which we need data ??
    Our's is a classic HFM Application in 9.3.1. (in Oracle DB)
    Your response will be highly appreciated !!!
    Thanks,
    Siva

  • Objects that cannot be clustered

    Hi,
    Please forgive what is most probably a brain dead question but I am coming at weblogic clustering from a high level and do not know the specifics.
    My question is twofold.
    1/Why is it not possible to provide cluster functionality to time and file services in Weblogic?
    2/As it is not possible, what does one do when an appliction requires clustering but uses some of the above services? For example, I'm developing a spec where a scheduler would be encapsulated inside an EJB. This is part of the application that requires clustering!
    It would seem to me to be useful to be able to provide failover functionality to schedulers and triggers but as I read in http://e-docs.bea.com/wls/docs81/cluster/overview.html#1017056
    time services are not clusterable.
    Thanks in advance for your help
    Mark

    mark ryan <> writes:
    Hi,
    Please forgive what is most probably a brain dead question but I am coming at weblogic clustering from a high level and do not know the specifics.
    My question is twofold.
    1/Why is it not possible to provide cluster functionality to time and file services in Weblogic?Well, anything is possible - its just not implemented. Implementing
    clustering functionality has a high cost and we tend to be driven by
    customer demand.
    2/As it is not possible, what does one do when an appliction requires clustering but uses some of the above services? For example, I'm developing a spec where a scheduler would be encapsulated inside an EJB. This is part of the application that requires clustering! Some of these issues can be overcome by using the singleton service
    support in 9.0.
    It would seem to me to be useful to be able to provide failover functionality to schedulers and triggers but as I read in http://e-docs.bea.com/wls/docs81/cluster/overview.html#1017056
    time services are not clusterable.Agreed, we have considered this. I suggest you contact [email protected]
    to make your request known.
    andy

  • Clustering issues with 4.5.1

    We are using Weblogic 4.5.1 with sp7 and have heard that there are
              issues with Weblogic clustering. Specifically, the IIS plugin having
              memory leaks, and 4.5.1 with sp7 has issues when implementing clustering
              (the app servers in the cluster sometimes do not respond and sometimes
              contend for who owns the next request coming from the proxy). I've also
              seen that when a HTTP 1.1 request comes to the Web server, the proxy
              sends a HTTP 1.0 request to the App server. I've also heard that sp10,
              due out in July will fix these issues. Can anyone verify this?
              Also, I want to make sure that our proposed configuration can work in a
              clustered environment. I have two IIS Web servers, WebA and WebB, and
              also two Application servers running 4.5.1 sp7, AppA and AppB. Both Web
              servers are identical and both App servers are identical. Our Weblogic
              ListenPort is 7005
              If I set up WebA's iisproxy.ini file to contain the line
              "WebLogicCluster=AppA:7005,AppB:7005"
              I then copy WebA's iisproxy.ini file to WebB so that the two
              iisproxy.ini files are identical.
              The App servers have an identical configuration and point to 237.0.0.1
              as their multicast IP address.
              Is this configuration ok? Can two web servers point to the same two App
              servers in the cluster, or does each Web server need it's own "cluster"
              of App servers.
              Thanks in advance...
              

    What was that issue with deadlock and where is it described?
              Prasad Peddada wrote:
              > Also there was a dead lock issue with sp7 which was fixed in the later service
              > packs.
              >
              > Vinod Mehra wrote:
              >
              > > >> Specifically, the IIS plugin having memory leaks,
              > > These have already been fixed with SP7.
              > >
              > > >>and 4.5.1 with sp7 has issues when implementing clustering
              > > >>(the app servers in the cluster sometimes do not respond and sometimes
              > > >>contend for who owns the next request coming from the proxy).
              > >
              > > WebLogic server not responding can be because of many reasons. Most of the
              > > time it is because of bad configurations and sometimes because of
              > > Application
              > > problems itself. Now about recovering from such a hung server SP8 onwards
              > > the plugin-ins have a configurable parameter "HungServerRecoverySecs",
              > > using which the plug-ins mark that server as bad (temporarily) and
              > > the requets failover to the SECONDARY.
              > >
              > > >> I've also seen that when a HTTP 1.1 request comes to the Web server, the
              > > proxy
              > > >>sends a HTTP 1.0 request to the App server.
              > >
              > > 4.5.1 does noes not support HTTP1.1 yet. So they will still be HTTP1.0.
              > >
              > > >> I've also heard that sp10, due out in July will fix these issues. Can
              > > anyone verify this?
              > > Yes. Except the last one.
              > >
              > > >> Is this configuration ok?
              > > Yes the configuration you have described is a valid one.
              > >
              > > --Vinod.
              > >
              > > lynch wrote:
              > >
              > > > We are using Weblogic 4.5.1 with sp7 and have heard that there are
              > > > issues with Weblogic clustering. Specifically, the IIS plugin having
              > > > memory leaks, and 4.5.1 with sp7 has issues when implementing clustering
              > > > (the app servers in the cluster sometimes do not respond and sometimes
              > > > contend for who owns the next request coming from the proxy). I've also
              > > > seen that when a HTTP 1.1 request comes to the Web server, the proxy
              > > > sends a HTTP 1.0 request to the App server. I've also heard that sp10,
              > > > due out in July will fix these issues. Can anyone verify this?
              > > >
              > > > Also, I want to make sure that our proposed configuration can work in a
              > > > clustered environment. I have two IIS Web servers, WebA and WebB, and
              > > > also two Application servers running 4.5.1 sp7, AppA and AppB. Both Web
              > > > servers are identical and both App servers are identical. Our Weblogic
              > > > ListenPort is 7005
              > > >
              > > > If I set up WebA's iisproxy.ini file to contain the line
              > > > "WebLogicCluster=AppA:7005,AppB:7005"
              > > >
              > > > I then copy WebA's iisproxy.ini file to WebB so that the two
              > > > iisproxy.ini files are identical.
              > > >
              > > > The App servers have an identical configuration and point to 237.0.0.1
              > > > as their multicast IP address.
              > > >
              > > > Is this configuration ok? Can two web servers point to the same two App
              > > > servers in the cluster, or does each Web server need it's own "cluster"
              > > > of App servers.
              > > >
              > > > Thanks in advance...
              

  • Clustering with RMI classes

     

    Prasad:
              I'm talking about a UserCache. It is not that much information, but it contains info
              from a lot of different tables. So if you came to our site and had a session then went
              away. Your session will expire at some point. Then when you come back, if we have a
              UserCache on the machine you were on, you are probably in there, but if you end up on
              another machine then we have to reload from the database. So what I'm thinking about is
              a static UserCache that resides on a machine that all the machines in the cluster could
              use.
              Thanks,
              Rob
              Prasad Peddada wrote:
              > Rob Williams wrote:
              >
              > > Jon:
              > >
              > > I was going to post a message about almost exactly the same thing. My thing is
              > > that I have a UserCache right now so that if someone comes back to the site we
              > > load their information up instantly. Obviously, if you come back to the site and
              > > get put on a different machine, we get your stuff from disk.
              >
              > Rob,
              > May I ask you what kind of information you want to load and how big is the
              > data?
              >
              > > We had a consultant come out who was sent by BEA to help us implement clustering
              > > and he recommended that we do in memory clustering by having a machine out front
              > > to 'proxy' and then a cluster. I asked a question on here and the BEA guy
              > > (Michael) seemed to think that that was not a good idea. Had it been a good
              > > idea, I was thinking the proxy machine (which I would have doubled w/another to
              > > avoid a single point of failure) would have been a good place to put the
              > > UserCache and then the machines in the cluster could just get the user info
              > > using RMI.
              >
              > I am trying to understand why you need RMI. When you use session replication
              > mechanism basically you have failover mechanism. If one server goes does the other
              > one still has all the information you need. Its too expensive at this point to
              > replicate the state information across all the servers in the cluster whether it is
              > RMI or EJB. Based on number of servers you have in the cluster, the session
              > replication failover mechanism might very well serve your needs.
              >
              > Prasad
              >
              > > Thoughts?,
              > >
              > > Rob
              > >
              > > Jon Eagles wrote:
              > >
              > > > All,
              > > >
              > > > I am in a situation where I want to create an RMI object which represents a
              > > > cache. For simplicity, let's say that the cache is called IntegerCache and
              > > > it holds a hastable of Integer objects as a private class variable. When my
              > > > Weblogic servers start up, I want to make use of the startup class
              > > > functionality to create an instance of the IntegerCache and populate it with
              > > > the Integer objects representing the numbers 1, 2 and 3. I then want to put
              > > > the IntegerCache object into the cluster-wide JNDI tree at the name
              > > > "cache.IntegerCache". It is my understanding that each server in the
              > > > cluster will create its own IntegerCache and add a stub to the service pool
              > > > stored at the node "cache.IntegerCache". Assuming that I have three servers
              > > > in my cluster, at this point, I have three IntegerCache stubs in the service
              > > > pool.
              > > >
              > > > Now, suppose a client wishes to get a reference to an IntegerCache out of
              > > > the tree and let's further assume that it gets the stub from server 1.
              > > > Since we are using RMI and the object does have state (the hashtable of
              > > > Integer objects), we must use the targeted model to retrieve a pinned
              > > > reference.
              > > >
              > > > Given the above scenario, can anyone tell me whether the following is
              > > > accurate:
              > > >
              > > > 1. If the client then adds Integer 4 to its IntegerCache stub, that Integer
              > > > will ONLY be added to the hashtable for the IntegerCache object that resides
              > > > in server 1. This addition will NOT be replicated to the other servers.
              > > >
              > > > 2. If statement1 above is correct, how can I achieve a solution where I
              > > > have a shared cluster-wide cache object. I don't want to have to implement
              > > > the individual cached objects (in this case Integers) as entity beans and
              > > > have the container constantly load and passivate them. The reason for this
              > > > is due to the fact that there is significant overhead involved in creating
              > > > my "Integer" objects and I would like to minimize the number of times I have
              > > > to do this.
              > > >
              > > > Any help would be appreciated.
              > > >
              > > > Thanks,
              > > >
              > > > -Jon
              

  • Interesting wl clustering anomaly

    I have noticed (on a prev. project, and the one I am currently on) that
              when we deploy without clustering, we dont have to deploy the stubs with
              the clients, but when we implement clustering (and have more than one
              server running) we have to send those out with the client.
              Is there a way around this or is it just something we have to do?
              Our configuration:
              wl 403
              jdk 1.1.8
              1 sun 450 (2 proc) 2 GB RAM
              1 sun ?? (1 proc) 512 MB RAM
              Chris
              

    We do not have to deliver the stub files with the client, until we implement
              the server clustered. Is this intentional? or something that just happens
              with clustering?
              Prasad Peddada wrote:
              > Not quite sure what you are trying to do.
              >
              > chris humphrey wrote:
              >
              > > I have noticed (on a prev. project, and the one I am currently on) that
              > > when we deploy without clustering, we dont have to deploy the stubs with
              > > the clients, but when we implement clustering (and have more than one
              > > server running) we have to send those out with the client.
              > >
              > > Is there a way around this or is it just something we have to do?
              > >
              > > Our configuration:
              > > wl 403
              > > jdk 1.1.8
              > > 1 sun 450 (2 proc) 2 GB RAM
              > > 1 sun ?? (1 proc) 512 MB RAM
              > >
              > > Chris
              

  • RMI Clustering

    Hi All,
    We have developed a Spring RMI application and we developed business logic in spring POJO's. Using this RMI technology I exposed my business components to client. Here I have developed userinterface with swings.
    It is a client server application. Here I didn't use any EJB kind of technology because spring provides
    some of the services like security and Transaction Management.
    But I have some questions regarding RMI based implementation.
    1) How can I put my application in clusturing environment?.
    2) Is there any application server providing clustering for SpringRMI/RMI application?.
    3) Is application server necessary for implementing clustering for Spring RMI based application?.
    4) Whether this approach is correct or not?
    Suggest me the currect approach and Spring RMI clustering.
    Thanks in Advance
    Mohan Reddy. M

    If you want reliable cluster-wide state replication, there's only one
              option: http://www.tangosol.com/products-clustering.jsp
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              Clustering Weblogic? You're either using Coherence, or you should be!
              Download a Tangosol Coherence eval today at http://www.tangosol.com/
              "Stone Cold Steve Austin" <[email protected]> wrote in
              message news:3cce62c9$[email protected]..
              >
              > What v understood from Failover for RMI Objects (RMI Clustering) is
              weblogic load
              > balances the method calls across servers in the cluster & doesn't
              implement fail-over
              > / replication.If our understanding is wrong can anyone guide us for
              replicating RMI
              > Objects like Http Session State Replication.
              

  • Clustering on data matrix

    Hi all,
    I am developing an application, i need implement clustering technique inmy application i am having distance matrix like below
    AME1 AME2 AME3 AMU1
    AME1 0.00 1.19 1.48 1.82
    AME2 1.19 0.00 0.86 2.13
    AME3 1.48 0.86 0.00 2.12
    AMU1 1.82 2.13 2.12 0.00
    AMU2 1.97 2.25 2.25 0.99
    by using this i need to find the closest distance to new value, like below call xyz
    AME1 AME2 AME3 AMU1 xyz
    xyz 1.22 1.43 2. 00 1.24 0
    i am presently having idea to this i.e
    finding the minimum value (sinle linkage) in array xyz i.e 1.22(AME1) and its position 0 by using this value i am going find min value in AME1 ie 1.19 (AME2) position 1 and similarly min value in AME2 ie AME3 value .86 position 2 like this
    is this is the write way of doing clustering or not . any one having exp in clustering technique please helpme
    Thanks and Regards,
    Jay

    Hello Shaohua,
    Thank you for your question regarding k-means Oracle R Enterprise. How many rows and columns does your data set contain?
    Regards,
    Sherry

Maybe you are looking for

  • Wireless Router MSI RG60SE - Problem With Firmware

    Hi, I have firmware 3.5.3 on my router MSI RG60SE. I updated this firmware to other version from here: h t t p://faenl.msi.com/index.php?dir=Networking/RG60SE/ Problem is, that I dont know, what kind of firmware is it. When I finish updatig firmware,

  • MBA use with Mac Mini

    Can I use the Mac Mini as an external cd drive for my MBA?

  • Could you please suggest me which version is good and Why?

    I have same program but names different, but with different selects and different logic ( for perfromance tuning). I mean below three resembles to same program took different timings in se30: Which one is the BEST ; Program  YKRAR232 took :   ABAP   

  • Mac Lion OSX

    I am using an i7 Macbook Pro & have recently upgraded to Mac's Lion OSX. My problem is 'Mission Control is not working properly on my Mac. Just earlier, the 6 'Spaces' that I have created was missing & I have to search the net for an answer. I have a

  • VLAN SETUP - NEEDS YOUR OPINION

    HI, We just purchased 3 Cisco SG200 50 Port Switch. Please bear with me because I am only new to Cisco switch and no nothing about IOS only rely on GUI. I also have a query on VLANS settings. I am new to VLANS though I have read information about it