Using node NHP groups in multiple data centers

Hello

I was looking for information, I'll implement a distributed deployment of ISE.   We have two data centers, each will have its own group of PSN node (load balancing), I need a strategy where we can ensure that all the DNA do not point to a single group of PSN node.  In the config switch that I only noticed that the radius server registration option where first is referenced and secondary IP is used only if the primary Radius Server is unavailable.  We have many sites of the direction we want to deploy ISE, we would like to distribute the RADIUS AuthC/AuthZ evenly between the two DC.

Thank you

-Amin

Just so we are clear, ISE node groups did not-load balancing, you need a for this external load balancer. If you are actually using a balancer for each domain controller, then you might have half of your switches just manually use a vip for primary and secondary school, and the other half upside down. Also, if you use aaa server groups in your switch, you can also do a local switch 'balancing', based on the current session how are radius on each server in the group.

http://www.Cisco.com/c/en/us/TD/docs/iOS-XML/iOS/sec_usr_rad/configurati...

Tags: Cisco Security

Similar Questions

  • Clone a model on multiple data centers

    So here's the scenario:

    In my vcenter, there are two data centers. In a Datacenter (B), that we have our systems development and the other data center (A) are our production environments. Must often make a clone of a (B) VM and clone a VM (A) through. We have a process of the method we use to move our VMs. I'm powerCLI throughout the process in order to save on some manual cloning time. This is our process:

    1 clone a VM (B) direct and take from the Datacenter (B) under the "DEV" folder, under this is a subfolder 'AppServer' where the virtual machine "DevAPP" exists and it a clone of this subfolder in another subfolder in 'AppServer' also called ' ~ DEV (B) to (a) staging of Clone.

    2. once the clone "Date of DevApp_today" is realized in the "~ DEV (B) to (a) staging of Clone" remove us the NIC 1 and then convert it to a template.

    3. once it is converted to a template with the name 'Date of DevApp_today' clone us over the back (B) data center "~ DEV (B) to a Clone (A) Organization" (A) record data center "(B) to (a) staging of Clone.

    4. once the 'Date of DevApp_today' model in the data center (A) convert us into a virtual machine and and add the NIC, assign VLAN appropriate and then activate connected to power on.

    5. once the network card on the virtual computer we then convert back to a model and deploy him 11 VMs with the customization files to configure the virtual machine.

    Most of the time steps 1 and 2 I can script fairly easily, and the 4 and 5, my biggest problem is step 3. What I've tried is by using the New-model command.

    Example: New-model -model 'Date of DevApp_today' -location a Datacenter in English (common name) VMHost - $HostA (a host in A data center) -data store $Data (storage in A data center) DiskStorageFormat - Thin -RunAsync-confirm: $false

    It works to get the center of data (B) (A) data center model, but he falls into the root of the data center (A). I know it's because in - place I put 'A' there, but I do not know in any case to decompose from there to drill down to the data center (A) subfolders. If I put the subfolder "(A) (B) (a) staging of Clone" it's all just a stink about how I already have a template of this name and it must be cloned in the same data center. Meanwhile once it reaches the root of (A) I have just run a Move inventory on the template to move to "(B) to (a) Clone staged."

    I have necessarily need a whole script created for me, I just want to know how to move the model obtained in (B) (a) without him having to be abandoned in the root (A), move inventory

    Not sure about the quotes or not, but may be necessary

  • copy root alarms in multiple data centers

    Hello.

    I try a few scripts, read some discussions and Web sites, but have to meet our needs without success.

    We have vcenter 5.0 with some data centers, where some of them have esx cluster and some of them have independent esx hosts.

    We create new alarms to run external scripts. everything works very well and now we want to our more granular alarms on each of our data center. to copy these alarms will be the easy way.

    I don't want to make new manual alarms and the alarm on the root.

    what I need is a handy script that copy three alarms to the root (or the folder hidden data center) to all data centers but two of them and optionally disable this three alarms in root.

    I try LucD 'alarms-move-them-around', some variants of this and other scripts, but ends up with a lot of mistakes that I don't understand.

    The PowerCLI Version: VMware vSphere PowerCLI 5.0 build 435427

    Thank you!

    with the help of lucd I arrived to our needs. I have attached the script to work (while you need not read all messages)

    Online 70 that you can put in the alarms to copy to all other domain controllers in the connected vcenter and change line 69 for domain controllers that you don't need.

    and thanks again to the Holy lucd

  • HP workspace: where are located the workspace of HP data centers?

    Hey everybody,

    Where are located the workspace of HP data centers?

    Thank you

    Bill

    HP workspace is currently supported by seven, SSAE16-SOC certified, regional data centers, serving many countries. Data centers are located in Australia, Germany, Ireland, Japan, Singapore, and two in the United States (California and Virginia). The workspace of HP team will be allowing multiple data centers in the coming months to provide global coverage for customers. To see a current list of regional data of the workspace of HP centers refer to www.hpworkspace.com.

  • Group by with date range.

    Hello

    I'm looking for an efficient use of the group however the date range.

    I have a table of transaction as below.

    Date customer_no amount_paid

    ---------------------------------------------------------------

    1st December 13 001 500

    2 December 13 001 360

    9 December 13 001 200

    2 November 13 001 360

    9 November 13 001 200

    2 November 13 001 360

    9 October 13 001 200

    2 October 13 001 360

    9 October 13 001 200

    02 sep-13 001 360

    200 001 13 - Sep - 09

    ............... etc.

    I would like to see sum (amount_paid) by past varies from 1 to 30 days 31-60 days, 61 to 90 days.

    Here are the results expected.

    Amount_paid duration of customer

    --------------------------------------------------------------

    001 1 - 30 980

    001-60 450 31

    001 1200 61 - 90

    002 1 - 30 300

    002 31-60 490

    002 61-90 320

    003 1 - 30 450

    ......................etc.

    I group by customer only the date range (1-30, 31-60, 61 - 90.etc).

    Can someone make me a request for it.

    Thank you...

    Hedde.

    Select customer_no,

    case

    When trunc (sysdate) - trunc (dt)< 31="" then="">

    When trunc (sysdate) - trunc (dt)< 61="" then="">

    another 61-90 '

    the end time,

    Sum (amount_paid) amount_paid

    from your_table

    where dt between sysdate - dt between 0 and 90

    Customer_no group,

    case

    When trunc (sysdate) - trunc (dt)< 31="" then="">

    When trunc (sysdate) - trunc (dt)< 61="" then="">

    another 61-90 '

    end

    /

    SY.

  • Using CLI, I would clone a virtual machine between different data centers

    Hello!!

    We have two data centers.

    We want to clone a virtual of DataCenter1 to DataCenter2 machine.

    We cannot with vSphere.

    Does anyone know how we can do this? any idea?

    Thank you very much

    Jose.

    Cloning is a feature of vCenter Server, not a host ESX (i). You need to connect to vCenter, that's why you get the error because this operation is not supported in a host ESX (i)

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware VCP3, 4

    VMware VCAP4-DCA

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • Examples of a model of data using multiple data sources?

    I'm looking for a sample report using multiple data sources. I saw one where they make a master-detail, but I'm looking to combine the results in a sorted order (sorting between all sources of data). Master/detail used a variable binding to bind two defined queries, I think what I will not have this, so I'm lost on how to get there. I have reports using multiple sql queries and there is a way in the data source drop-down to tell him to combine data sources. It seems to be a process with data models, it is still possible.

    Any pointers/links would be appreciated.

    Gaff

    Use this

    http://download.Oracle.com/docs/CD/E10415_01/doc/bi.1013/e12187/T421739T434255.htm#3547893

  • How to use record group to insert data into the hierarchy tree?

    Hello

    I had a hierarchical tree in my block and I want to use the record group to display
    in the hierarchy tree, call david_tree. He did work for the code I try below
    and I think it might be that the create_group_form_query was wrong? or miss an order?


    DECLARE
    htree;
    rg_data RECORDGROUP;
    v_ignore NUMBER;
    BEGIN
    htree: = Find_Item ('tree_block.david_tree');

    rg_data: = CREATE_GROUP_FROM_QUERY ('rg_bank',
    "select name, short_name".
    || "from css_banks");

    -Fill the record with data.

    v_ignore: = POPULATE_GROUP (rg_data);

    -Transfer the data from the record group to the hierarchical
    -tree and bring it to display.

    FTREE. SET_TREE_PROPERTY (htree, FTREE. (RECORD_GROUP, rg_data);

    END;


    Thank you


    David

    David,
    You get an error with your code? Looks like you took your example code help Forms. I don't really see a problem with the code, but the forms example gives an example of how create the record group used by the HTree so the Receiver General may be the cause of the problem. When I used the HTree, I used the FTREE. Procedure ADD_TREE_DATA to fill the tree. When I started working with HTree I created a wrapper package to simplify the process. You can watch how I work with the HTree in a demo that I published called: forms and how to: create a shape of the HIERARCHICAL tree.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • using for each group to combine the 2 data lines

    My xml file has the following in it:

    -< AC_DEDUCTIONS >
    voluntary deductions < ELEMENT_CLASSIFICATION > < / ELEMENT_CLASSIFICATION >
    < ELEMENT_TYPE_ID > 3475 < / ELEMENT_TYPE_ID >
    < PRIMARY_BALANCE > 498500 < / PRIMARY_BALANCE >
    < PROCESSING_PRIORITY > 5750 < / PROCESSING_PRIORITY >
    < CURRENT_AMOUNT > 26.22 < / CURRENT_AMOUNT >
    < YTD_AMOUNT > 26.22 < / YTD_AMOUNT >
    < REPORTING_NAME > Opt life Emp < / REPORTING_NAME >
    < ATTRIBUTE_NAME / >
    < RATE_MUL / >
    < DISPLAY_NAME > Opt life Emp < / DISPLAY_NAME >
    < / AC_DEDUCTIONS >
    -< AC_DEDUCTIONS >
    voluntary deductions < ELEMENT_CLASSIFICATION > < / ELEMENT_CLASSIFICATION >
    < ELEMENT_TYPE_ID > 1181 < / ELEMENT_TYPE_ID >
    < PRIMARY_BALANCE > 3511 < / PRIMARY_BALANCE >
    < PROCESSING_PRIORITY > 5750 < / PROCESSING_PRIORITY >
    < CURRENT_AMOUNT > 0 < / CURRENT_AMOUNT >
    < YTD_AMOUNT > 474.95 < / YTD_AMOUNT >
    < REPORTING_NAME > Opt life Emp < / REPORTING_NAME >
    < ATTRIBUTE_NAME / >
    < RATE_MUL / >
    < DISPLAY_NAME > Opt life Emp < / DISPLAY_NAME >
    < / AC_DEDUCTIONS >

    Rather than having my exit needle 2 rows of data:

    current name amount CDA amount

    Opt life Emp 26.22 26.22
    Opt life Emp 0 474.95


    I'd like to see 1 row with the total amount:

    Opt life Emp 26.22 501.17


    How can I use for each group - in my rtf to achieve? Any help is greatly appreciated.

    Thank you.

    Susie

    I know what model you have copied :), I was there, when they created that

    It's yours:

    1 text form field-<><=19]?>
    2 text form field-
    3 text form field-
    4 text form field-
    5 text form field-

    change to:

    Text Form Field 1 -  
    Text Form Field 2 - 
    Text Form Field 3 - 
    Text Form Field 4 -  
    Text Form Field 5 - 
    
  • Extending from weblogic security roles (groups) to jazn-"Data.xml" using SQLAuth...

    Hello
    as the title suggests is that I want to do...

    The problem I encounter is that I can't map my Weblogic roles at a level of demand - roles.
    I do not see my weblogic on jazn-"Data.xml" roles and I can't create groups to the application level because
    everything works as SQLAuthenticator on Weblogic...
    I can get the role of user with EL as #{securityContext.userInRole ['ROLE']} but it cannot apply to jazn-"Data.xml".

    Hope that if anyone can help...
    Thank you
    Renan.

    PS: Jdev Studio Edition Version 11.1.1.1.0
    JPA/EJB/ADF app

    Published by: RenanMC on 12/09/2009 09:13

    Hello

    you create groups of jazn-"Data.xml" and then use the weblogic.xml file to map these business groups for groups returned by the SQLAuthenticator

    Frank

  • Getting file names of different groups in a data portal

    Hello

    I find it difficult to recover the file names of different groups in the data portal. For example, say that I loaded two different files of the same .tdms ext data portal that automatically assigns as two distinct groups. My goal is to get two groups using VBS in diadem 11.1 the name of the file.

    Can someone help me in this regard.

    Kind regards

    X. Ignatius

    Thank you Andreas.

    I have a plugin that loads multiple files of lvm with their name sourcefile. Earlier it would be like Labview, Labview data1, data2 Labview data... When multiple files are loaded. Now, with this plugin attached in the startup script, all files are loaded with their original file names.

    Attached plugins, set the LVM Custom load event. Vbs in the script, another starter accessory is the title of the main script function.

    Kind regards

    X. Ignatius

  • Custom data centers

    I created several CDC that we use for the management of capacity, but recently noticed that it does not automatically update with the new groups added to the environment in. Does anyone know how I can get a CDC auto add new members in the area which I define as my CDC

    Here it is my CDC production and as you can see the new cluster its not added. It doesn't seem to be a parent object that I can select (in this case windows or linux) that will automatically add new groups

    CDC.png

    Today, custom data centers do not have an automatic fill criteria are met that statically. However, I agree with you that it would be an advantage to have this capability, similar to the how custom groups to have rulesets. Others that the obvious benefits of Datacenter Custom ojcts be exploited with WLP capabilities, I use these global organizational construction groups of cluster for the analysis of high level. This high-level analysis is in the form of capacity planning, calculation, efficiency and so on. This cap of model capabilities are not present in custom groups (CGs simply show the distribution of the population), which make the data centres custom unique positions for the aggregation of CLuster and analysis without the need to be creative with the SMs and the views to try to make them 'cap-model-like. "

  • You can cluster consistency of data centers?

    We currently lack two separate groups of coherence in the different data centers. One is prod the other DR.

    Would it not possible for nodes in each cluster to create a cluster that spans two data centers? Then in a failover scenario data would be available.

    I know that pulse of nodes of coherence between them to keep the members of the classes and there is a TTL parameter to determine the life of package. Would have nodes in data centres resulting in pulses being missed or TTLs killing packages?

    Did anyone had success with this?

    Performance of coherence is related to the latency between the nodes. Having a single distributed cluster on 2 data centers might harm performance (some wait times might have to be changed to prevent the nodes from A data center to claim another node in datacenter B is out of scope/possibly dead).

    When you lose the network connectivity between 2 data centers (note I do not say "If you lose connectivity". This WILL happen), you are welcome in the 'world of split brain', each half of the grid to believe the other is dead and who claim to be the 'master '. And so if you have a replicated data on N nodes, master backups are sent back in each data center, performance for a few minutes (the time of course depends on many parameters...). And of course the data will no longer be synchronized between 2 data centers. The quorum must be thought out and stuff like that...

    I could be wrong, but as far as I know I'd rather have 2 separate groups. I think 12.1 has new features to replicate the data the main grid to the Dominican Republic one, I was not through any new documentation.

  • Virtual data centers how to a campus of double site?

    We begin to plan for a migration of vSphere 4.1 and 5.1.  We have two data centers several miles share a link 10 gig.  In our current setup, we have a virtual data center that includes the host esx on both sites.  VMotion and storage vmotion work well on the link 10 gig.  HA and DRS are not currently configured, but it will be included in the new configuration.  I'm looking for the advantages and disadvantages to continue having a virtual Datacenter, against two, one for each physical site that includes only the servers at this place, that is, buildling1-vdc, would include esx1 bldg1, bldg1-esx2, etc., and construction2-vdc, would include construction2-esx1, bldg2-esx2, etc.. We would be able to preserve the beaches of IPS to each site in the case of a link failure.    As I understand it, we would not power of vmotion or HA and DRS established between the two virtual data centers.  Other have a virtual infrastructure of several location connected by links broadband?  If you do, how much virtual datcenters you have and how they are configured?

    Please ask questions if you need more specific information to answer the question.

    a "Datacenter" vCenter object is a limit for the vMotion and distributed vSwitches. So, if you want to migrate virtual machines between the buildings / clusters these groups must be part of the object of data center. Also if you want to have similar networks on both sides and you want to use Distributed vSwitched then you will need to have both part of clusters of the same domain controller so that the VDS objects are pushed down.

  • Reports on multiple virtual centers and export to CSV format

    Everyone,

    Does anyone know if possible a way for me to do the following in the following format.

    Requirements:

    (1) report on multiple virtual centers

    (2) export results to CSV or Excel with a title between each virtual Center

    (3) the need for Virtual Center Cluster belongs, name of the Cluster, host number of ESX and number of virtual machines. (Additional information can be added to the report later).

    It would be not so hard if I could just connect and report on all virtual centers and my results to export in this way.  However, each virtual server Center have a different purpose and that is how senior management wants to see the results.

    For example:

    VC3 VC1 and VC2 = service server environment

    VC4 and VC5 VC6 = service Workstation environments

    VC7 VC8 = environment of Cloud Computing Services

    What I would do is:

    (1) connect to the first 3 virtual centers and collect the above information.

    (2) I would like to create a title in the CSV or Excel named 'Standard Server environment summary'

    (3) then I would like to export these 4 columns with data for each cluster.

    Cluster is managed by this Virtual Center, the name of the Cluster, number # VM and ESX host

    I then unplug the 3 first virtual centres.

    Next

    (1) I would like to connect to the 3 next virtual centres

    2) add to the previous CSV or Excel with a title 'desktop environment summary.

    (3) export the same information as above in the CSV file

    Any help would be greatly appreciated.

    Try something like this

    $vcenters = @{}
    $vcenters["Server Environment"] = @("VC1","VC2","VC3")
    $vcenters["Workstation Environment"] = @("VC4","VC5","VC6")
    $vcenters["Cloud Environment"] = @("VC7","VC8")
    
    Set-PowerCLIConfiguration -DefaultVIServerMode Single -Confirm:$false | Out-Null
    $vcenters.GetEnumerator() | %{
      &{foreach($vc in $_.Value){
          $currentvc = Connect-VIServer -Server $vc      Get-Cluster -Server $currentvc | %{
            New-Object PSObject -Property @{
              "Cluster is managed by VC" = $currentvc.Name          Cluster = $_.Name          "# of ESX hosts" = @($_.ExtensionData.Host).Count          "# of VM" = Get-View $_.ExtensionData.Host -Server $currentvc |          %{@($_.Vm).Count} |          Measure-Object -Sum |          Select -ExpandProperty Sum        }
          }
        }} | Select "Cluster is managed by VC",Cluster,"# of ESX hosts","# of VM" |  Export-Xls -Path C:\report.xls -WorksheetName $_.Name  Disconnect-VIServer -Server $currentvc -Confirm:$false}
    

    You will have to render the Xls export function.

    Simplest is to include in the script with the code above.

    The name of the group is reflected in the name of the worksheet, having a separate line would be a little more difficult.

Maybe you are looking for

  • Satellite P300D-12Y - problems with the support of the multimedia button/buttons

    Hellofirst sorry for my English bad propably. I had a problem a few days ago, I heard yesterday. On my laptop, I have 6 keys for some functions.Here is a picture where you can see what buttons I mean. I mean the six buttions between the speakers.[htt

  • Satellite Pro P100-439: sound and modem driver for Windows XP?

    Hello I need for my his laptop and drivers for the Modem. Thanks for the help Edit: I come from Germany, sorry for my bad English. :)

  • Print usb hand ready AP

    Hello Please can I get some help? I have a D6200 as my first router modem located in the House. To extend the scope of network, I have a DGND3700v2 running in AP mode and connected by ethernet to my office / living room. So far so good. I would like

  • Problem of Migration to SSIS 2005 to 2014 Script tasks

    Hello I need to spend some 75 packages SSIS SQL 2005 a 2014 SQL. In these packages are a large number of script tasks. If the Script task only contains the Modules/Classes folder root for the Script task, migration works almost without mistakes. If t

  • Cisco IPS

    Hi all Take over some jobs maitainence on IPS and it then, I need help! ASA5510-AIP10-K9 with license expires a year. Motor still works well but no update of the signature. Question 1 What is the SKU for license renewal? can you please paste the URL