How to define replication groups?

          Hai All!
          Can anybody suggest steps in detail to define a groups in a cluster of
          servers for the purpose of inline memmory replication through console or by any
          other way? I am unable to find neccessary info regarding this in docs.
          Note i want help regarding how to define a group and not the assigning primary
          and secondary groups to the servers in a cluster.
          TIA
          Rgds
          Manohar
          

Hi,
          For most situations, there is no need to define a replication group. Simply define
          the machines and servers in your cluster and denote which servers are located on
          which machines. WebLogic will do its best to make sure that the primary and
          secondary are not located on the same machine. Replication groups allow you to
          have more control over the selection of secondary server selection if you had some
          extraordinary situation where you needed something other than making sure the
          primary and secondary copies were on servers located on different machines.
          Hope this helps,
          Robert
          Manu Kar wrote:
          > Hai All!
          >
          > Can anybody suggest steps in detail to define a groups in a cluster of
          > servers for the purpose of inline memmory replication through console or by any
          > other way? I am unable to find neccessary info regarding this in docs.
          >
          > Note i want help regarding how to define a group and not the assigning primary
          > and secondary groups to the servers in a cluster.
          >
          > TIA
          > Rgds
          > Manohar
          

Similar Messages

  • COPA:KEU1:how to define Product group

    Dear all,
    I would like to create a assessment in COPA, some expense will be allocated to the certain products, this means I can not specify 'From    To'. so I have to create a Group which include  these products for it.
    I do not know how to define this group, would anyone help me?
    Rgds,
    Ben

    Hi,
    many, many thanks. That was exectly what I was looking for!!!
    Bye
    Torsten
    P.S.: the different perspective on SAP NW 7.0/2004s starting from IT-Practices=>IT-Scenarios=>Usages Types is great and should not be restricted to the NW Application stack, but also to SAP ECC and its modules starting from a Business-Practice=>Business-Scenario=>relevant parts of the customizing. IS there something like that out there????

  • How to define TYPE GROUP?

    Hello,
    I would ike to use few custom types across several programs/routines. Shall I define TYPE GROUP? If yes , how to do it?
    Thanks

    Hi,
    I prefer defining data elements, structures and table types. These types can easily be analysed dynamically in an ABAP program so they provide a higher flexibility. Also you can add (SapScript) Documentation.
    You can define a type-group in SE80 - Other Object - Data Dictionary - Type Group.
    Regards, Gerd Rother

  • How to define Tolerance group

    Requirement is at the time of delivery user wants some deviation from the mentioned quantity in Sales order. I think this can be done by maintaining Tolerance group which will be active at the time of Shipping.
    Kindly explain the complete config of this Tolerance group.
    thanks
    anya

    you define tolerance groups that group together tolerance limits for creating new open items.
    For that Goto OVD6 and OVD4, manintain the required settings.
    You define the absolute and/or percentage tolerance limits for your tolerance group in the application itself, under Settings -> Maintain tolerances. You assign your tolerance group to your sold-to party in the application under Settings -> EDI partner for user.
    To define a new tolerance group, proceed as follows:
    1. Choose New Entries.
    2. Enter a reference and a name for the tolerance group.
    3. Choose Save.
    Further notes
    You can create a tolerance group with a blank key, so that this group is used as a default whenever the Tolerance group field is left blank in the Inbound customer parameters (Settings -> Inbound customer parameters). In this way, a tolerance check is always carried out, even if no tolerance limit is entered.
    Hope it is useful...

  • How to define screen group?

    friends,
          I have a screen where there are two table controls...based on the line selection in teh first table control, the no. of lines in the table control 2 gets input enabled...if for a particular entry in the 1st tbl., there are more than 3 entries, then i need to make the entire 2nd tbl control input disabled...how to do this...i have tried assigning a screen group to the fields, but when i define the same in the prog. it says the object screen doesn't have a component group...can anyone explain with some example? thank you

    in screen painter assign fields to group in the properties window that is opened when we double click on a field.
    We can mention group name in the boxes beside GROUPS.
    Specifying three-character identifiers for modification groups 1 to 4
    allows you to group fields together. You can process them all at the
    same time in the program using SCREEN modification statements.

  • Define User/Group for an SMB share being mounted!

    Ave,
    Mac OS X 10.3.9 had a very easy way of defining UID & GID of a share being mounted on a mount point, to define an Owner of the content.
    mount_smbfs -u 70 -g 70 //usr:pwd@ip/share SharePoint
    This would make Apache Web Server the User/Group for the mounted share, and this way PHP could access the files on the mounted share with no problems.
    Leopard has elimited that -u & -g arguments to mount_smbfs, and I can't for the life of me figure out how to define User/Group on a share being mounted.
    Any clues?

    sudo -u www mount_smbfs -f 0777 -d 0777 //usr:pwd@ip/share node fixed it!

  • How to completly delete DFSR replication group in Windows 2008 R2?

    I just relete a DFSR replication group from DFS management console. Now I need to recreate it but it says the replication group already existed.
    So that mean there is still trace of that replication group. How can I delete it completely (but I keep the namespace)?

    Like John said, it's possible it hadn't replicated yet. 
    You could also go into ADSI and see if there are still objects under CN=Topology,CN=(Your Namespace), cn=DFSR-GlobalSettings,CN=System,DC=domain,DC=com. 

  • How to define a mail group email address?

    Hi,
    I have defined several groups and would like to use them as a mail group. By the default the address is [email protected]
    I have defined several virtual domains on my server that can accept mails for individual user. I would like to have the following address working [email protected]
    How can I set it up as the email cannot be set for groups in the workgroup manager (It is only working for users).
    I also tried with the directory utility but I can create an Emailaddress key for a group or an user but it is not taken into account by the mail server. (workgroup manager probably does more than just creating an entry on the open directory :-( )
    Thanks for you help !
    Frédéric

    group addresses have been broken for some time.
    I've used scripts to create aliases based on a group name and its members.
    Below is a script that I've used on 10.7 with users in LDAP.
    Any group which has a comment of 'mail' will be turned into an alias with the proper recipients.
    You'll need to run it on a schedule (unless you want to run it manually) and you'll need to modify it for 10.8 and your specific environment.
    I'll try to put together a 10.8 version sometime soon...
    cd /etc/postfix
    # clear current aliases
    echo "" > group_aliases.tmp
    # Get list of groups with 'mail' in the comment field
    gr=`dscl /LDAPv3/127.0.0.1 -list /Groups Comment | grep mail | awk '{print $1}'`
    for group in $gr
       do
          echo $group: `dscl /LDAPv3/127.0.0.1 -read /Groups/$group dsAttrTypeNative:memberUid | cut -d : -f 3 | grep -v "No such key"` >> group_aliases.tmp
       done
    cmp -s group_aliases.tmp group_aliases > /dev/null
       if [ $? -eq 1 ]; then
          echo different
          cp group_aliases.tmp group_aliases
          /usr/sbin/postalias /etc/postfix/group_aliases
          /usr/bin/newaliases
       else
          echo same
       fi
    exit

  • What is meant by article grouping and site grouping and how to define

    what is meant by article grouping and site grouping and how to define in SAP.

    Hi Charan,
               Article Grouping in its broader sense  means grouping of Articles for ease of maintenance and business functions, either on the basis of Hierarchy or on the basis of Merchandise Category.Article Grouping is also primarily useful in promotions,wherein you can define a set of articles(which may not necessary fall under the same MC or Hierarchy) and club them together and assign them in a promotion.Txn codes used are : VBG1/2/3 - Create/Change/Display Article Group
    For more information refer the link below
    http://help.sap.com/saphelp_47x200/helpdata/en/12/08485c470311d1894a0000e8323352/frameset.htm
    Site Grouping is used for ease of maintenance by grouping the sites.It is also used to maintain the characteristics as well.This can also be used in Allocation Tables,promotion and Listing etc
    Some of the Txn codes -
    WB50 - Site Group,Create Alloc,.table
    Wb56 - Site Group, Alloc.table,Maintain Sites in Class
    WB60 - Site Group,Create Promotions
    WB64 - Site Group,Maintain SItes to Class
    Wb80 - Create Site Group Other
    For more information,refer the link below
    http://help.sap.com/saphelp_47x200/helpdata/en/12/08485c470311d1894a0000e8323352/frameset.htm
    Hope it helps
    Rgds,
    Aram K.
    For more information refer to the link below

  • Is It Possible to Add a Fileserver to a DFS Replication Group Without Connectivity to FSMO Roles Holder DC But Connectivity to Site DC???

    I apologize in advance for the rambling novella, but I tried to include as many details ahead of time as I could.
    I guess like most issues, this one's been evolving for a while, it started out with us trying to add a new member 
    to a replication group that's on a subnet without connectivity to the FSMO roles holder. I'll try to describe the 
    layout as best as I can up front.
    The AD only has one domain & both the forest & domain are at 2008R2 function level. We've got two sites defined in 
    Sites & Services, Site A is an off-site datacenter with one associated subnet & Site B with 6 associated subnets, A-F. 
    The two sites are connected by a WAN link from a cable provider. Subnets E & F at Site B have no connectivity to Site A 
    across that WAN, only what's available through the front side of the datacenter through the public Internet. The network 
    engineering group involved refuses to route that WAN traffic to those two subnets & we've got no recourse against that 
    decision; so I'm trying to find a way to accomplish this without that if possible.
    The FSMO roles holder is located at Site A. I know that I can define a Site C, add Subnets E & F to that site, & then 
    configure an SMTP site link between Sites A & C, but that only handles AD replication, correct? That still wouldn't allow me, for example, 
    to enumerate DFS namespaces from subnets E & F, or to add a fileserver on either of those subnets as a member to an existing
    DFS replication group, right? Also, root scalability is enabled on all the namespace shares.
    Is there a way to accomplish both of these things without transferring the FSMO roles from the original DC at Site A to, say, 
    the bridgehead DC at Site B? 
    When the infrastructure was originally setup by a former analyst, the topology was much more simple & everything was left
    under the Default First Site & no sites/subnets were setup until fairly recently to resolve authentication issues on 
    Subnets E & F... I bring this up just to say, the FSMO roles holder has held them throughout the build out & addition of 
    all sorts of systems & I'm honestly not sure what, if anything, the transfer of those roles will break. 
    I definitely don't claim to be an expert in any of this, I'll be the first to say that I'm a work-in-progress on this AD design stuff, 
    I'm all for R'ing the FM, but frankly I'm dragging bottom at this point in finding the right FM. I've been digging around
    on Google, forums, & TechNet for the past week or so as this has evolved, but no resolution yet. 
    On VMs & machines on subnets E & F when I go to DFS Management -> Namespace -> Add Namespaces to Display..., none show up 
    automatically & when I click Show Namespaces, after a few seconds I get "The namespaces on DOMAIN cannot be enumerated. The 
    specified domain either does not exist or could not be contacted". If I run a dfsutil /pktinfo, nothing shows except \sysvol 
    but I can access the domain-based DFS shares through Windows Explorer with the UNC path \\DOMAIN-FQDN\Share-Name then when 
    I run a dfsutil /pktinfo it shows all the shares that I've accessed so far.
    So either I'm doing something wrong, or, for some random large, multinational company, every sunbet & fileserver one wants 
    to add to a DFS Namespace has to be able to contact the FSMO roles holder? Or, are those ADs broken down with a child domain 
    for each Site & a FSMO roles holder for that child domain is located in each site?

    Hi,
    A DC in siteB should helpful. I still not see any article mentioned that a DFS client have to connect to PDC every time trying to access a DFS domain based namespace.
    Please see following article. I pasted a part of it below:
    http://technet.microsoft.com/en-us/library/cc782417(v=ws.10).aspx
    Domain controllers play numerous roles in DFS:
    Domain controllers store DFS metadata in Active Directory about domain-based namespaces. DFS metadata consists of information about entire namespace, including the root, root targets, links, link targets, and settings. By default,root servers
    that host domain-based namespaces periodically poll the domain controller acting as the primary domain controller (PDC) emulator master to obtain an updated version of the DFS metadata and store this metadata in memory.
    So Other DC needs to connect PDC for an updated metadata.
    Whenever an administrator makes a change to a domain-based namespace, the
    change is made on the domain controller acting as the PDC emulator master and is then replicated (via Active Directory replication) to other domain controllers in the domain.
    Domain Name Referral Cache
    A domain name referral contains the NetBIOS and DNS names of the local domain, all trusted domains in the forest, and domains in trusted forests. A
    DFS client requests a domain name referral from a domain controller to determine the domains in which the clients can access domain-based namespaces.
    Domain Controller Referral Cache
    A domain controller referral contains the NetBIOS and DNS names of the domain controllers for the list of domains it has cached. A DFS client requests a domain controller referral from a domain controller (in the client’s domain)
    to determine which domain controllers can provide a referral for a domain-based namespace.
    Domain-based Root Referral Cache
    The domain-based root referrals in this memory cache do not store targets in any particular order. The targets are sorted according to the target selection method only when requested from the client. Also, these referrals are based on DFS metadata stored
    on the local domain controller, not the PDC emulator master.
    Thus it seems to be acceptable to have a disconnect between sites shortly when cache is still working on siteB.
    If you have any feedback on our support, please send to [email protected].

  • How to define logic to BO for display of more meaningful messages in Webi?

    Hi All.
    Greetings for the Festive Season.
    We would like to know as to how to define the logic to our BO application while displaying messages to end users of Web Intelligence.
    We have defined restrictions for various users and restrictions are appliced correctly when the user logs in.
    We have some MIS REPORTS in Web Inetlligence with different charts and we have also given links to various other web intelligence reports at the bottom for users to click and view or do analysis.
    And if any user if he/ or she is not authorised to view any / or part of the report - it does not show up.
    Which works well.
    But if some user is not part of any group and is not authorised to view data in a particular report, then we see a standard message coming in like :
    "No Data to retrieve in Query1"   or    "No Data to retrieve in ABC".
    Which one could say is correct.  Because for that particular user, the query has NO data.
    But. We feel there has to be a logic to be defined differently with the applicaton.
    How do we differentiate - as to whether the query does not really have data at the back end and HENCE it is saying No data to retrieve in the Query or report
    OR whether the user who is trying to view report is NOT authorised to view  
    AND HENCE the message is displayed as "No Data to Retrieve"
    We looked at the source file and it is pointing to :../AnalyticalReporting/viewers/cdz_adv/ViewDocument.jsp?
    But we found it a bit difficult to understand the logic there.
    Could anyone advise as to how we could define this logic for Web Intelligence - so that messages we see on screen for the end user could be more meaningful ? How do we really make the system understand or look for 2 options as to whether the message to be displayed is because there is REALLY NO DATA AT THE DATABASE LEVEL, OR whether the USER is not authorised to view this data.
    Can this be made possible by any means or thro SDK ?
    Many thanks
    Regards
    Indu
    Edited by: Indumathy Narayanan on Dec 21, 2010 9:50 AM
    Edited by: Indumathy Narayanan on Dec 21, 2010 9:51 AM
    Edited by: Indumathy Narayanan on Dec 21, 2010 9:54 AM

    Here is my current report detail view.
    [http://s49.photobucket.com/albums/f270/helenen/add/?action=view&current=2010-06-2511-44-20.png]
    (click on link and view at 100%)
    The 3 rd KF column is the calculated ratio which is =>  2nd Column (Work Hrs) A% 1st column (PlanHrs)
    Right now, I cann't get % at detail line (they're now shown as X, because PlanHrs is not null at detail line.
    I'd like those X should be calculated as =>  WorkHrs (at that line) A% PlanHrs (of that specific employee) .
    For example: 16 A% 1827 = 0.875%
    It seems soo eassy but I coulnd't do it.

  • How to block field groups instead of fields on tcode BP in SAP ECC

    Hi Experts,
    Does anyone know how I can block modification of entire tabs in tcode BP for a given user access role instead of down at the field level only? Example: how can I make the entire Address tab of the General Data view nonmodifiable instead of having to find the field grouping for Street 2 and make it nonmodifiable? It would be much faster and easier if I could block tabs at a time for specific user roles, ex. allow Cashier to modify banking related fields but not general data fields.
    So far I've successfully tested making individual fields non-modifiable by finding the correct field grouping (ex. field grouping 63 for Street 2) and adding this to SPRO: Cross-Application Components -> SAP Business Partner -> Business Partner -> Basic Settings -> Authorization Management -> Define Field Groups Relevant to Authorizations.
    Your help is appreciated. Thank you.

    The control I use is a Person/Group Picker.  I tried in Property Promotion selecting either DisplayName, AccountID or even the PCPerson but none of them would give me the "Return Field As" field enabled to select to return as email.   It stays
    as grey out, disabled, and return as string.  
    I suspect this is also why I'm not getting the email when workflow starts.  Where can I check if an email is sent?  I have it sent to myself, by selecting myself in the Person/Group picker but I haven't received any emails.
    Thank you.

  • How to define  parameters with radio button

    HI
      How to define  parameters with radio button, but that radio button should display in front of the variable name not after variable name. and under that radio button variable I hve to define parameters, select-options and some other radiobutton varibles.
            I don't know how to paste figures here, otherwise i will provied u the figure for more details.
    Regards.

    PARAMETERS : r1 RADIOBUTTON GROUP radi.
    Go to --> text elements --> selection text
    R1    <your text>
    You can change the program selection screen lay out in screen painter (se51) .
    screen number for your selection screen is 1000.
    Regards,
    Santosh reddy
    Edited by: Santosh Reddy on Dec 9, 2008 11:21 AM

  • How to define RADIO BUTTONS in MODULE POOL PROG.?

    Hi Experts,
    I need to keep the RADIO BUTTONS in 1000_screen of my_module_pool prog., like,
    I hv 2 fields in this screen, as expected, the first shuld hv DEFAULT selection.
    So, I just simply, dragged & dropped 2 radio buttons from left menu of the screen builder & given them the  names as
    R_SUMMARY
    R_DETAIL
    Then i executed the transaction, but, these above 2 fields are getting selected, as default??
    I know that, if its a REPORT prog. we can define as w/ a GROUP, then the 1st one is hv the default selection.
    so,
    1  - How to define RADIO BUTTONS in this screen of a module pool prog.
    2 - How to use these names in the prog.(PAI - i guess)?
    thanq
    Edited by: Srinivas on Jul 12, 2008 11:59 PM

    Hi Srinivas,
    Please check this link
    Re: urgent:Regd radio buttons in module pool
    http://saplab.blogspot.com/2007/10/sample-abap-program-for-module-pool_18.html
    http://****************/Tutorials/ABAP/Checkbox/page1.htm
    http://****************/Tutorials/ABAP/Checkbox/page2.htm
    Best regards,
    raam

  • In MD06, how to define Traffic lights

    Hi to All,
    We are having more than one plants and every one are using MRP.
    After MRP run, we are using MD06 in order to evaluate numerous materials based on same controller.
    I would like to define or set traffic lights based on Supply & exception groups which will be applicable for users who
    would using this MD06 tcode.
    How to define this?
    Thanks & Regards
    Nitin

    please check whether this helps...
    https://forums.sdn.sap.com/click.jspa?searchID=31913209&messageID=4081312

Maybe you are looking for

  • External Hard Drive Trouble

    I use macs all the time and I have a lacie external drive that has done me proud, but I just enrolled in an editing course that teached Avid editing on a....PC... I can't reformat my existing drive so I need a new one. I'm looking for something small

  • EPM 11.1.2.3.500 - Smart View Smart Queries Provisioning

    Hi All, Quick question around Smart Queries in SV (SV:11.1.2.5.215) and user provisioning. Been doing some testing today - it seems like only users with administrative privileges to the Essbase Cluster have access to create Smart Queries - otherwise

  • Connecting SAP R3 & XI thru TCP/IP

    Hi, Below is the landscape details SAP R3  <==>  Middleware  <==> Java applications Communication between Sap & middleware happens thru TCP/IP. Now Middleware is replaced by XI, SAP R3 <==> XI <==> Java applications Will there be a any issue if TCP/I

  • JAXB UnmarshalException

    Hi all, I am using JDeveloper11g to unmarshall a XML file into a set of java classes. Initially I was able to generate the classes using JDeveloper11g, using JAXB 2.0 model from XML Schema. [using eclipselink] The classes generated were jaxb.properti

  • Where to change posting key for Document type RG?

    Hi , May I know where is IMG path to change posting key for Document type RG? Thanks.