Cluster zone without agent, is it possible?

Hi. Experts
I m planning to install 2 nodes cluster with 4 local zones, each node have 2 local zones.
global zone will be cluster 3.2, application will be installed in local zones.
the requirements are all the local zones are active.
from my understanding it is neither failover nor scalable, so no zone agent needed, is it possible to achieve?
my question is how to protect applications and ip in localzones.
tks, regards

The HA Container agents is just one option within Solaris Cluster 3.2 to handle non-global zones.
You can achieve what you want by using the ability of Solaris Cluster 3.2 to treat zones as virtual nodes. You can specify the Nodelist property of a resource group to run within zones by using the syntax node:zone. Example
# clrg register -n node-a:zone-1,node-b:zone2 my-rgWould register a RG to run on node-a within zone-1 and it can failover to node-b into zone-2. zone-1 and zone-2 would run all the time. Only the resources configured within RG my-rg would failover between the two zones.
The SC concepts guide has a brief introduction:
http://docs.sun.com/app/docs/doc/820-2554/gcbkf?a=view
A brief deep dive into both models can be found at
http://opensolaris.org/os/community/ha-clusters/ohac/Documentation/Technical-Presentations/SunClusterAndSolaris10Container.pdf
Greets
Thorsten

Similar Messages

  • 1390717.1 - 12c Cloud Control Agent: Is it possible to Re-configure ...

    Can anyone get to this note "1390717.1: 12c Cloud Control Agent: Is it possible to Re-configure a 12c Agent to a Different 12c OMS Without Re-installation?"
    I do a search in Metalink and I see it listed in "How to Point a 10g/11g Grid Agent to a Different Grid Control OMS and Repository without Re-installation? [ID 413228.1]" but that is the only doc a search returns.
    I have a test environment with agents pointed to an old OMS 12c. I'd like to utilize the same agents but point them to our new, production, OEM 12c environment. Has anyone had any success with this? I've followed the 10g/11g OEM steps without luck, thus far (early testing).
    I was excited to see "emctl switchOMS REPOSITORY_URL" in the emctl options until I read the next line...
    This command is not supported.
    Drat :-)
    Regards,
    Rich

    Hi,
    The steps you need to follow are documented here:-
    http://docs.oracle.com/cd/E24628_01/install.121/e24089/appdx_repoint_agent.htm#BABICJCE
    Regards, Mark.

  • Web Intelligence Rich Client without java - is it possible?

    Hello!
    Web Intelligence Rich Client without java - is it possible?
    How about other client as Web Intelligence Rich Client, but without java?
    Is it possible?
    Regards,
    Denis

    It's very interesting, becouse i have installed pathes: ENTERPRISECLNT03P_4-10007619.EXE, CRYSTALREPORTS03P_4-10007442.EXE, BOBJINTGRSAP03P_4-10007514.EXE and problem was solved. Moreover I have uninstalled JRE. New problem not have come.
    Regards,
    Denis

  • Orphaned Workitem - Workitem without agent -Recycle /treatment method.

    Hello All,
    Some times in my system there are some unwanted workitems without agent were created.How to treat them in general for all the Business objects like sc,po...I could see them in SWI2_admin .
    Is it problem of work flow?
    any experiece you encountered..As per process how to treat them.
    regards
    Muthu

    most of the times , problem is not with the workitem generation.
    it is generated correctly , but the agents for the workitem are not found...
    problem of agent not found is because of workflow only , some times if the task were to be classified as general and if it is not.
    then the system will generate workitem and agent will not be found.....

  • SUN cluster 3.1 Agent for Siebel Server

    Hi All
    I dont have the CD for the Sun Cluster 3.1 agent . Please suggest me a link from where i can download the agent for Sun HA For Siebel Server,
    Thanks/Regards

    Hi,
    the agent should be part of the latest JAS release, which is SC3.1 8/05.
    Mark the Java Availability Suite checkbox on
    www.sun.comhttp://www.sun.com/software/swportfolio/get.jsp
    and hit "Get downloads". That should lead you to the download section.
    Regards
    Hartmut

  • Can test the cluster server without web server present?

              Dear all
              I've a two UNIX servers installing with weblogic server. Can I
              test the cluster server without other web servers (e.g. IIS or
              Apache) presents?
              Thanks,
              chris
              

    You can also test without a web server of any kind. Use the "combined tier"
              described in the WL clustering docs. To distribute your clients across the
              two servers, you probably will want to configure your DNS to hit both
              servers when an address that you assign to the cluster is used (it will
              round-robin).
              "Joe E. Schwarz" <[email protected]> wrote in message
              news:3aa6048f$[email protected]..
              Hi Chris,
              YES, WLS is itself a web server. For details:
              WLS510: http://www.weblogic.com/docs51/cluster/setup.html
              WLS600: http://e-docs.bea.com/wls/docs60/cluster/setup.html
              Joe
              "chris lee" <[email protected]> wrote:
              >
              >Dear all
              >I've a two UNIX servers installing with weblogic server.
              >Can I
              >test the cluster server without other web servers (e.g.
              >IIS or
              >
              >Apache) presents?
              >
              >Thanks,
              >chris
              >
              

  • SWI2_ADM1 : Without agents workflow for custom program

    Hi,
    I have a requirement for without agent to make automatic Custom program to run background daily-basis
    and also execute rules(we have different client in the same server) and display error work items list in the output.
    kindly suggest me how to write the custom program.
    Thanks & regards,
    Bala.

    Hi,
    I think you have a two requirement.
    I have a requirement for without agent to make automatic Custom program to run background daily-basis
    and also execute rules(we have different client in the same server) and
    For this purpose please follow the below steps.
    1. Get all the dialog workitems from table SWWWIHEAD where WI_TYPE = 'W' , WI_STAT = 'READY' and WI_CD = current date.
    2. Now this dialog workitems are with agent and without agents. Now you need to filter them.
    3. use FM SAP_WAPI_GET_WI_AGENTS/RH_SWWUSERWI_READ_FOR_WI to find the agents of the dialog workitem.
        FM SAP_WAPI_GET_WI_AGENTS will return workitem list those have agents. FM RH_SWWUSERWI_READ_FOR_WI  will return
        initial  if the workitem does not have any agents. I would recommond you to use  SAP_WAPI_GET_WI_AGENTS. So you can filter them
        by using the above FM
    4. Submit the report RSWIWILS with the workitem ( without agents ) to execute agent rules
    display error work items list in the output.
    Use FM SAP_WAPI_WORKITEMS_BY_ERROR to get the list of workitem or select workitems from table SWWWIHEAD where, WI_STAT = 'ERROR' and WI_CD = current date.
    Hoping that this can help you.
    Thanks and regards,
    SNJY

  • Red Hat Cluster Suite without the use of RAC

    Hi,
    I want to install Oracle 9i/10g database on two nodes in linux redhat AS 3. I want to use Red Hat Cluster Suite for clustering and failover the Oracle db without the use of RAC. Is it possible and would it be sufficient enough ? Does Red Hat Cluster Suite support with Oracle 10g or just 9i ? With Red HAt Cluster Suite, would it require to have one virtual IP ?
    Thanks

    If you want failover all you need is a dataguard solution and skip out on cluster suite.
    If you want Distributed Database then you need RAC.. You can't implement a 9i/10g cluster per say by using an OS solution vs an Oracle solution.
    Node A - Primary
    Node B - Secondary
    Node A -> B (DataGuard redo replication)
    Process Management scripts to switch users from A to B and vice versa pending recovery of instances. Cluster suite has no involvement outside of what may be nice nice system management capability.

  • Delegate dataset to zone without reboot.

    Hi.
    Doc: http://download.oracle.com/docs/cd/E19253-01/819-5461/gbbst/index.html describe how add dataset to zone.
    # zonecfg -z zion
    zonecfg:zion> add dataset
    zonecfg:zion:dataset> set name=tank/zone/zion
    zonecfg:zion:dataset> endBut i should restart zone for activate changes.
    Is it possible activate changes without reboot zone?
    Thanks.

    Huh, i'm rather certain Nik would remember to do that.
    Anyway, for normal filesystems you can mount them using the type LOFS into the zones, i'm uncertain if that works for datasets.
    Its possible that you could accomplish it by setting the zfs property zoned to the zone and mount it with zfs mount.. but I've never tried it with datasets and zones..
    Also, this is now a quite old issue, so i guess it was solved somehow :-)
    .7/M.

  • 6.0 cluster startup without the admin server...

    Is it possible to start a WL6.0 cluster without the admin server being up
              and running? If not, are there any workarounds that eliminate the admin
              server as a single point of failure?
              

              I have same questions.
              1.The admin server's primary task is up the cluster?And if admin server is down
              that can't affect the cluster running.
              2.Is it right when the cluster is working,the useful ip is admin server's ip?For
              example,admin 10.10.10.1,cluster1 10.10.10.2,cluster2 10.10.10.3,the only useful
              ip is 10.10.10.1 in the cluster.
              3.Is it correct that because the only useful ip is 10.10.10.1,therefor my client
              access the cluster from 10.10.10.1?
              When my admin server is down,then my system will be down.
              4.which is the dispatch in the cluster system ?
              my step of configuration of th cluster:
              1.add two managed servers to admin server and edit startweblogic.cmd;
              2.config cluster.(admin server address 10.10.10.1:8168,cluster address 10.10.10.2:7001,10.10.10.3:7001),multicast(237.0.0.1)
              please help explain these questions!thanks a lot!
              2.
              Kumar Allamraju <[email protected]> wrote:
              >Sorry if i wasn't clear, what i mean to say is
              >
              >When you first start the managed server's you have to have admin server
              >up &
              >running.
              >Admin server can go down when cluster is running, but then you can't
              >add servers
              >to cluster
              >and I think its ok to have it that way from administration point of view.
              >
              >Yes, there's no facility to achieve single point of failure for admin
              >servers.
              >
              >--
              >Kumar
              >
              >
              >
              >William Wallace wrote:
              >
              >> I may be misreading that page, but it doesn't really tell me how to
              >> successfully start to start a managed server is the admin server is
              >down. If
              >> you run the managed server script you get an "cannot connect to admin
              >> server" exception if the admin server is not running. Now, I imagine
              >that I
              >> could script something up to restart the admin server if it's down,
              >but that
              >> doesn't protect me from hardware failure.
              >>
              >> "Kumar Allamraju" <[email protected]> wrote in message
              >> news:[email protected]...
              >> > http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1035064
              >> >
              >> > --
              >> > Kumar
              >> >
              >> >
              >> > William Wallace wrote:
              >> >
              >> > > Is it possible to start a WL6.0 cluster without the admin server
              >being
              >> up
              >> > > and running? If not, are there any workarounds that eliminate the
              >admin
              >> > > server as a single point of failure?
              >> >
              >
              

  • Without EEWB Is it Possible to add field to standard tab

    Hi Experts!
    Without EEWB and enhancing Screen Is it Possible to adding field to standard tab. Any body can help out in this.
    URGENT
    Thanks
    vikram.c

    Yes it is possible, but we are talking a modification of SAP standard here. Also the effort needed will be at least 10 times higher than using EEWB as you have to reprogram all generated code / screen helps that SAP provides. Moreover these fields are then still not exchanged with the interfaces / BDocs etc which will be also some more days of work. There is no usable documentation on this - at least not by SAP and I am not aware of another one. It is much easier to create an EEWB enhancement and then move the fields from one tab to another.
    Doing this all by hand is like adding a second processor to an existing motherboard for more performance compared to exchanging the existing one with one of higher specifications.This is possible, but requires a) more work/time/material b) more experience c) you lose warranty d) in the end you do not know for sure what the outcome will be
    Regards, Kai

  • Idoc to soap sync without bpm. is it possible? Helping me..

    Hi Experts,
    i have a small clarification Idoc to soap sync interface in sap pi 7.0. i created IDoc to Soap sync using BPM but some times the signals are stuck due to load issue in swpr, while reprocess those signals all going successfully to the receiver. So We are trying to eliminate BPM.
    I just wanted to know Idoc to Soap sync scenario without BPM is possible or not in SAP PI 7.0?
    if it is possible kindly send me the links
    Regards,
    Kiran polani

    Hi Kiran,
    Could you please let us know the exact requirement. How do you want to send the response back to IDOC?
    ASync - Sync Bridge with IDOC sender is not possible in PI 7.0.
    If It is something like IDOC --> SOAP --> IDOC , And If the SOAP request is small then you can use SOAP Lookup in IDOC to IDOC Scenario.
    In The mapping You can do a lookup and get the response from SOAP(Webservice) and map that to your Target IDOC.
    This is one possible way for you without BPM in PI7.0.
    Please let me know if you need more details about this.
    Thanks
    Jyothi A

  • Initialize delta without data transfer not possible

    Hullo,
    I want to switch the upload procedure for an ODS from full to delta. For I have researched SAP Note 689964 and executed the program RSSM_SET_REPAIR_FULL_FLAG for the ODS-object and datasource. It successfully modified the request and set the 'REPAIR_FULL' flag.
    Now I want to change the InfoPackage from Full update to Delta. According to the note I have to perform an init simulation, my problem is that the option initialize delta without data transfer is in display mode only (i.e. it's gray and I cannot select it).
    The InfoSource in question is "0HR_PY_1". I've checked several others and with some it is possible to select the initialization simulations and with others it's not.
    My questions are a) Why is it this option grayed out? and b) What can I do to enable the selection of this option?
    Any help is appreciated.

    Hullo AK,
    thanks for pointing out that note, sadly it's for "0HR_PY_PP_1" and not "0HR_PY_1".
    However it lead us to note '611199'...
    <b>Symptom</b>
    Some attributes of the following DataSources are not defined.
    0HR_PY_1 DataSource:
    - Commit after initialization phase
    - DeltaInit Simulation
    0HR_PY_PP_1 DataSource:
    - Commit after initialization phase
    0HR_PY_PP_2 DataSource:
    - Commit after initialization phase
    <b>Other terms</b>
    PXDW, extractor, posting transfer, settlement, PCPO, PCP0
    <b>Reason and Prerequisites</b>
    The SAP settings for the DataSources are incomplete.
    The following attributes should be set:
    0HR_PY_1 DataSource:
    - Commit after initialization phase: no commit
    <u>- DeltaInit Simulation: Mode is not supported</u>
    0HR_PY_PP_1 DataSource:
    - Commit after initialization phase: no commit
    0HR_PY_PP_2 DataSource:
    - Commit after initialization phase: no commit
    <b>Solution</b>
    Import the corresponding Support Package into the Plug-In Releases 2003.1 and 2002.2 and copy/activate the DataSources in the plug-in system again.
    If the correction is imported, you can <i>no longer select the "DeltaInit simulation"</i> option for the delta initialization of the <b>0HR_PY_1</b> DataSource/InfoSource.
    As long as you have not imported the correction or you are using an even older plug-in release, you should never select the "DeltaInit simulation" option during the delta initialization for the 0HR_PY_1 DataSource/InfoSource. <b>The 0HR_PY_1 DataSource does not support this mode.</b>
    The 0HR_PY_1 DataSource only supports the delta initialization (without the DeltaInit simulation) and subsequent delta calls.
    Sadly enough, not what I wanted to read, but well at least I now know that I shouldn't look into this solution anymore.
    Again, thanks for your help.

  • Creation of Business role without allow user the possibility of personaliz.

    Hi
    I'm new in SAP. and I'm in need. Is it possible create Business Role (in CRM) without the possibility (for the user) to personalize the assignment block and the general setting?
    Thanks for your future help!
    Stefano

    Hi,
    this is possible by assigning the Function Profile 'PERSONALIZATION' with value 'ALL_DISABLED' to your business Role in the Business Role Customizing.
    Kind regards,
    Carl

  • Cluster installation without a MacOSX Server site license

    Apple's online HPC deployment guide (for MacOSX 10.4+) assumes the use of a single MacOSX Server site license for the configuration of all of the machines in a computational cluster. In the event that one is using a fixed number of individual Server licenses to configure the machines in the cluster, how should one go about setting up the LDAP records for the computing nodes (as described on p. 47 of said guide)? The guide indicates that the LDAP record should have a record name set to "generic"; if one must create uniquely named separate records for each license, will the server autoconfiguration mechanism work properly? (I have tried the latter without success and am attempting to determine whether the failure is due to the record name or some other configuration problem on the head node.)
    Xserve (Intel)   Mac OS X (10.4.10)  

    You should probably post your question in the OS X Server discussions:
    http://discussions.apple.com/category.jspa?categoryID=96

Maybe you are looking for