How to redirect CAS servers to a new manager

Hi Guys,
We have deployed some CAS servers into our network and was managed by a 3310 NAM. Due to its limitation we decided to replace this with a 3350 NAM but didn't realize to disconnect the CAS servers to the old 3310 NAM. Now we are having issues redirecting these CAS servers to the new 3350 NAM.
Please let us know how we can deal with it. Thanks in advance

The NAC Servers get their configuration from the NAC Manager at every reboot. If the old NAC Manager is offline and you reboot the NAC Server, can you add the NAC Server to the new NAC Manager?
-Dan Laden

Similar Messages

  • How do the application servers connect the new database after failing over from primary DB to standby DB

    How do the application servers connect the new database after failing over from primary DB to standby DB?
    We have setup a DR environment with a standalone Primary server and a standalone Physical Standby server on RHEL Linux 6.4. Now our application team would like to know:
    When the primary DB server is crashed, the standy DB server will takeover the role of primary DB through the DataGuard fast failover. As the applications are connected by the primary DB IP before,currently the physical DB is used as a different IP or listener. If this is happened, they need to stop their application servers and re-configure their connection so the they coonect the new DB server, they cannot tolerate these workaround. 
    Whether does oracle have the better solution for this so that the application can automatically know the role's transition and change to the new IP without re-confige any connection and shutdown their application?
    Oracle support provides us the answer as following:
    ==================================================================
    Applications connected to a primary database can transparently failover to the new primary database upon an Oracle Data Guard role transition. Integration with Fast Application Notification (FAN) provides fast failover for integrated clients.
    After a failover, the broker publishes Fast Application Notification (FAN) events. These FAN events can be used in the following ways:
    Applications can use FAN without programmatic changes if they use one of these Oracle integrated database clients: Oracle Database JDBC, Oracle Database Oracle Call Interface (OCI), and Oracle Data Provider for .NET ( ODP.NET). These clients can be configured for Fast Connection Failover (FCF) to automatically connect to a new primary database after a failover.
    JAVA applications can use FAN programmatically by using the JDBC FAN application programming interface to subscribe to FAN events and to execute event handling actions upon the receipt of an event.
    FAN server-side callouts can be configured on the database tier.
    FAN events are published using Oracle Notification Services (ONS) and Oracle Streams Advanced Queuing (AQ).
    =======================================================================================
    Who has the experience and the related documentation or other solutions? we don't have the concept of about FAN.
    Thank very much in advance.

    Hi mesbeg,
    Thanks alot.
    For example, there is an application JBOSS server connecting the DB, we just added another datasource and put the standby IP into the configuration file except adding a service on DB side like this following:
            <subsystem xmlns="urn:jboss:domain:datasources:1.0">
            <datasources>
                    <datasource jta="false" jndi-name="java:/jdbc/idserverDatasource" pool-name="IDServerDataSource" enabled="true" use-java-context="true">
                        <connection-url>jdbc:oracle:thin:@<primay DB IP>:1521:testdb</connection-url>
                        <connection-url>jdbc:oracle:thin:@<standby DB IP>:1521:testdb</connection-url>
                        <driver>oracle</driver>
                        <pool>
                            <min-pool-size>2</min-pool-size>
                            <max-pool-size>10</max-pool-size>
                            <prefill>true</prefill>
                        </pool>
                        <security>
                            <user-name>TEST_USER</user-name>
                            <password>Password1</password>
                        </security>
                        <validation>
                            <valid-connection-checker class-name="org.jboss.jca.adapters.jdbc.extensions.oracle.OracleValidConnectionChecker"/>
                            <validate-on-match>false</validate-on-match>
                            <background-validation>false</background-validation>
                            <use-fast-fail>false</use-fast-fail>
                            <stale-connection-checker class-name="org.jboss.jca.adapters.jdbc.extensions.oracle.OracleStaleConnectionChecker"/>
                            <exception-sorter class-name="org.jboss.jca.adapters.jdbc.extensions.oracle.OracleExceptionSorter"/>
                        </validation>
                    </datasource>
                    <drivers>
                        <driver name="oracle" module="com.oracle.jdbc">
                            <xa-datasource-class>oracle.jdbc.OracleDriver</xa-datasource-class>
                        </driver>
                    </drivers>
                </datasources>
            </subsystem>
    If the failover is occurred, the JBOSS will automatically be pointed to the standby DB. Additional actions are not needed.

  • How to redirect a page to a new window instead of the current one

    Can someone please tell me how to redirect a page to new window.
    I mean I am running a JSP with a button and on clicking it i am opening a new window (thru javascript offcourse),
    Now response.sendirect("New.jsp") should be opened in that new window opened.
    I tried it but the New.jsp page is opened in the current page (Even though new window is opened ! ).
    Please help.

    Hi,
    U can use the following code to Pop up in new window
    Jsp1.jsp
    <%
    if(action != "")
    response .sendRedirect("Jsp2.jsp");
    else
    %>
    <html><head><title>JSP 1</title>
    <script language="JavaScript">
    function View()
    window.open("Jsp1.jsp?action=view","View","");
    </script>
    </head><body>
    <form name="frm" method="post">
    <input type="button" value="View" onclick="View()">
    </form>
    </body>
    </html>
    <%

  • OWA 2013 Redirect to CAS Servers 2010 Randomly

    Hello there!!
    I think my case is not a problem, I just need a workaround or some fine adjustment to serve my needs. Follow my scenario:
    One Exchange 2013 Server (CU3) with Mailbox and CAS role (coexisting with the 2010 Servers, ready for migration)
    Two Exchange 2010 CAS Servers SP3 no rollups
    Two Exchange 2010 Mailbox Servers SP3 no rollups (in a DAG)
    I have two organizations who share the same exchange infrastructure, just using different smtp address, for example, some users use @yyy.com addresses and others use @zzz.com. We have two CAS servers just to use two different and customized OWA layouts (with
    distinct OWA Internet addresses), one for @yyy.com users and other for the @zzz.com users
    Also, I have the following database organization:
    DB01 - @yyy.com mailboxes - 2010
    DB02 - @zzz.com mailboxes - 2010
    DB03 - @zzz.com mailboxes - will migrate to 2013
    I need to do a partial migration to Exchange 2013, which is to migrate all mailboxes from DB03 database to Exchange 2013,
    which will use the owa address for the @zzz.com addresses (We will point it to the new 2013 server).
    The problem is that when users from DB02 try to use the 2013 OWA (@zzz.com), Exchange will bring up one of the 2010 OWA interfaces, sometimes the yyy.com customized interface and sometimes the zzz.com customized interface, and I need them to use just
    the zzz.com interface.
    There is any way that I can force Exchange 2013 to redirect the 2010 OWA users from a specific database to a specific CAS server? I found the command "Set-MailboxDatabase "Database Name" -RpcClientAccessServer EX2010-1.domain.local"",
    but this work only for internal use (Outlook over RPC)
    Best Regards Folks

    Hi,
    Firstly, I’d like to explain, the property RpcClientAccessServer shows the CAS server which mailbox connects to. It applies to all users and has no influence on OWA redirection. Because this value determines the location of the RPC end point and OWA request
    use HTTPS protocol.
    As far as I know, when there are many CAS Servers with same version in the same site, we couldn’t determine the CAS server which OWA request will redirect to. 
    Maybe we can take advantage of Proxy: proxy request from Exchange 2013 to Exchange 2010 and "disable" redirection:
    http://social.technet.microsoft.com/Forums/exchange/en-US/999e3d3c-5919-4fa2-8e3e-a2c952214159/exchange-2010-cas-redirection
    If you have any question, please feel free to let me know.                       
    Thanks,
    Angela Shi
    TechNet Community Support

  • My old PC broke, it was the only pc my classic was sync with. New PC only shows 1 song (recent purchase) so am worried about sync to it in case I lose the list on my ipod which is still intacted. How can I transfer my list to new PC

    My old PC broke, it was the only pc my classic was sync with. New PC only shows 1 song (recent purchase) so am worried about syncing to new PC in case I lose the list on my iPod, which is still intacted. How can I transfer my list to new PC?

    I'm having a similar problem, but I do have the key and is not working anyway.
    My old pc was running on windows 7 and my new one is an apple running on Lion.
    My phone is an Iphone IV and I can see all the bookmarks there.
    In order to sync, what I did was click on the "I don't have the device with me", I entered the key that was provided and the process finish ok. It says congratulations, etc, etc.
    But the bookmarks are not there, I tried merging data and replacing data on this computer options but is the same.
    Any suggestions?

  • How to redirect loading flow in process chain based on logic?

    Hi Experts,
    I have a scenario where I want to keep data for last 3 years in 3 different cubes.e.g. lets say cube 1 holds data for current 2006 year, cube 2 holds 2005 and cube 3 holds 2004.Now in next year 2007, I want to keep data for 2007, 2006 and 2005.I want to keep data for 2007 in cube 3 which was holding 2004 data.(delete 2004 data and load 2007).
    This process should be automated i.e. which cube to load should be done auto.In short, <b>data for new cube should go into cube which is holding data for oldest year.</b>
    I want to know :
    1) Which Options I can use to do this?
    2) What about ABAP program : custom table can be maintained to know which cube is holding what data, but how to redirect loading flow?
    3) What about "Decision process type" in process chain?
    4) Also would custom process type solve this functionality?
    Any ideas would be highly appreciated.
    Thanks in advance,
    Sorabh

    Hi Sorabh,
    Its just an Idea, Im assuming that this would work. This should also work for INIT DELTA I guess. But would need proper testing.
    Have a Custom Table ZCUBEYEAR and maintain the CUBE as the Key.
    ZCUBEYEAR
    CUBE     YEAR
    Y1       2004
    Y2       2005
    Y3       2006.
    In the update rule->Start Routine for Cube Y1, extract this entry from the table ZCUBEYEAR for Y1, which in this case would be 2004.
    DELETE DATA_PACKAGE WHERE YEAR NE YEARFORCUBEY1.
    in our case YEARFORCUBEY1 = 2004.
    For cube Y2 and Y3 the Delete statement would be as follows in their Start Routines.
    DELETE DATA_PACKAGE WHERE YEAR NE YEARFORCUBEY2.
    DELETE DATA_PACKAGE WHERE YEAR NE YEARFORCUBEY3.
    This would ensure that only 2004 data would flow to Y1, 2005 for Y2 and 2006 for Y3.
    Once we come to a NEW YEAR, We need to run a program or Manually change the CUSTOM TABLE "ZCUBEYEAR" updating the cube Y1 with 2007, the Deltas would flow correctly.
    Please email me at [email protected], we could have a detailed discussion.
    Hope the above helps your cause.
    Regards,
    Praveen.

  • How to change the url of "Add New Item" of a particular list in SharePoint 2013???

    Hi Guys,
    How to change the url of "Add New Item" of a particular list in SharePoint 2013???
    I need to redirect it into the page where I have created my Visual web part.
    Please suggest
    Warm Regards,
    Tony Joy

    Hi,
         There are multiple ways to change the form url like javascript, SharePoint designer, custom code, editing default form to have custom web part etc, Please follow the url below that describe diffent methods and steps
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ec2769a0-683c-4023-8804-b596e4f92a3a/change-default-forms-on-custom-list?forum=sharepointcustomizationlegacy
    Hope it helps!!!
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • How do I know if my brand new Mac mini (late 2012) really has Mac OS X 10.9 Maverick preinstalled?

    How do I know if my brand new Mac mini (late 2012) really has Mac OS X 10.9 Maverick preinstalled, as stated when I bought it, without opening the box and booting the device? It says "Copyright 2012 Apple Inc." on one of the sides of the box, which makes me uncertain.
    If it does not have Mac OS X 10.9 Maverick preinstalled I might have bought an old device, in worst case as old as a year or more.
            /Birger

    The late 2012 does have USB 3 !!
    I specifically waited to purchase a Mac Mini
      until USB 3 was made available.
    Look at the diagram (picture) on the bottom of the box.  The diagram that details which ports are available on the unit.
    If you see 3 after USB.. then it is a late 2012 Mac Mini.
    Looking at my box it clearly says USB 3.
    I don't think there has been any changes to the Mac Mini since late 2012.
      other than the pre-installed OS being Mavericks now..
    You will want USB 3!!!
    My box also indicates it is version 2.6 (just above the Airport ID).
      (Mine is definitely a late 2012 model).

  • How do I get rid of the new itunes?

    I have just downloaded the new itunes and it has already made my dislike for this player greater! I had originally arranged all my music into Albums, which is now art work rather than the choice of art work/List/or a mix; list is what I prefered and it takes about a week to scroll through.
    So how do I get rid of this new one and go back to the old one!?

    There's ways to do it without Time Machine.  See below.
    I gues they don't scrutinise their changes like they used to
    It depends upon what you didn't like.  Many of the changes were deliberate, even if we don't like them.
    =Downgrading from iTunes 11 to iTunes 10.7=
    You may be able to go back with Time Machine but this may involve restoring other items too (https://discussions.apple.com/message/20441404).  Alternatively:
    Back up your computer first, in case the unexpected happens.
    Quit iTunes.
    Get iTunes 10.7 from http://support.apple.com/kb/DL1576 or the direct download link at:  http://appldnld.apple.com/iTunes10/041-7195.20120912.d3uzQ/iTunes10.7.dmg
    Do a few preparatory steps by making sure all iTunes components are not running and cleaning old files.   See https://discussions.apple.com/message/20475394.  Do steps 3 and 4.  Steps 6-8 may be also useful but I don't know if they are essential.  Some of the other steps are not necessary, duplicate steps listed later in my post or are perhaps even unhelpful in the process.
    Replace the iTunes 11 application with iTunes 10.7.  Simply dragging the application to the trash may not work. Lion (OSX 10.7) and newer systems have iTunes integrated into the operating system and deleting is a bit more involved.  Two ways to do this are:
    1.  Use the shareware Pacifist utility (http://www.charlessoft.com/) to install iTunes 10.7 including all associated system files. Details at http://forums.macrumors.com/showpost.php?p=16400819&postcount=6
    2. Check this reference on how to delete the iTunes application itself:
        Delete iTunes in Mac OS X 10.7 Lion - http://osxdaily.com/2011/09/13/delete-itunes-in-mac-os-x-10-7-lion/
        After deleting the application there may be other files that need downgrading too. See the note about error -42408 at the end of this post. You may want to tuck these away somewhere safe until you have completed the installation of iTunes 10.7.  I have not tested this but ideally if newer versions are not found then the installer will put in the old versions. This may include these files in /System/Library/PrivateFrameworks/ which apparently get updated by iTunes 11:
    AirTrafficHost.framework
    CoreFP.framework
    DeviceLink.framework
    iTunesAccess.framework
    MobileDevice.framework
    After doing one of the two procedures above you will have to rescue the most recent old iTunes library from your iTunes > Previous Libraries folder. Rename it "iTunes Library.itl"  and replace the existing one in the iTunes folder. A newer version of iTunes irreversibly updates your library file so you have to replace it with the old one or you will get an error message. Note, this will revert your library to the version at the time of the upgrade and you will have to update any changes made since.  See:
    https://discussions.apple.com/message/20401436 - turingtest2 11/2012 post on rebuilding empty/corrupt library from previous iTunes library file after upgrade/crash.
    iTunes: How to re-create your iTunes library and playlists - http://support.apple.com/kb/ht1451
    Other issues:
    - https://discussions.apple.com/message/20432309 - solution to mobile devices saying they need to be restored after downgrading
    - If you encounter error -42408:
    iTunes: Advanced iTunes Store troubleshooting - http://support.apple.com/kb/TS3297 > Specific Conditions and Alert Messages: (Mac OS X / Windows) - including specific error codes.
    Alternatively, check https://discussions.apple.com/message/20441424 which requires you have a Time Machine backup (though possibly if you remove the newer version of these files old ones may be installed with the iTunes 10.7 installer - untested).  A  variant of this is at: https://discussions.apple.com/message/20448184
    - Persistent "Show in iTunes Store" arrows after downgrade - https://discussions.apple.com/thread/4567064

  • How do i BUY tunes on the new itunes site / store

    how do I BUY tunes on the new i tunes site / store

    It should be clearly visible when you're on an album page, e.g.
    If you're looking at individual tracks, it's always been the case that you click the button with the price.
    If that doesn't help, please post back and let us know what specific item(s) you're looking at so we can check it and see if there's perhaps a problem with a particular item.
    Regards.

  • How to display swf in full screen mode and how to redirect to a url

    Hi,
    I have 2 questions :
    Question 1 - I have a flash swf file and I want to display it in the browser in full mode meaning it should fit the browser, I have tried adding
    fscommand("fullscreen", "true");
    in the first frame of a lyaer but it does not work.
    Question 2 - How to redirect to another page at the end of the swf movie, I have tried adding :
    stop(); 
    navigateToURL( new URLRequest("*www.microsoft.com*"), "_self");
    in the last frame but it does not work.
    Thank you very very much for your assitance !!
    Terry

    "fscommand("fullscreen", "true");" only works for self-running executables, not embedded SWFs in a web page.
    To get the swf to fill the browser page, the best thing to do would be to adjust the publish settings of the "HTML Wrapper" page and copy the necessary pieces from the resultant HTML file into the HTML file you are putting the swf into.
    I have had some successes dealing with similar navigation issues by breaking up the code into multiple tasks:
    var url:String = "http://www.microsoft.com";
    var urlReq:URLRequest = new URLRequest(url);
    navigateToURL(urlReq);
    I can't guarantee that will help, but at least I tried.  :-)

  • How to redirect a JSP page after the session is killed

    Hello!
    I am quite new to JSP. I have a question about how to redirect a jsp page after the session is killed. Could anyone help?
    thanks a lot in advance!

    You can't, directly. There's no connection betweenthe server and browser.
    even after invalidating the session. we can do it
    directly using the statement
    response.sendRedirect("....");
    or we can use the meta refresh tag.if session is invalidated and if we try to do response.sendRedirect(".. ") it throws IllegalStateException

  • Need a site for how to redirect if session is empty

    I have a session that i have created as soon as someone
    logins. I need some
    help on how to redirect the person if they try to access a
    page without the
    session.
    i have 5 pages... based on your login you entered, i am
    keeping that name in
    the session... on each page i have a stored procedure that is
    executed on
    submit to verify that name against the table to add the recid
    into the new
    table..
    I want to make sure that on page load if that session is
    empty then redirect
    to main page to login and continue

    thanks for the reply... cant tell you if it works, im working
    on ASP that
    was my fault for not stating it...
    Building the app in ASP, SQL2005 using DW8
    "geschenk" <[email protected]> wrote in
    message
    news:f0tasq$oho$[email protected]..
    > You´ll probably just need to paste the following
    snippet *at the very
    > beginning*
    (line 1) of the respective page:
    >
    > <?php
    > if(!isset($_SESSION['username'])) { // if session
    variable "username"
    > doesn´t
    > exist or has expired...
    > header('Location: login.php'); // ...redirect to the
    login page
    > }
    > ?>
    >
    > I *think* this should work
    >

  • ACE 20 CAS servers

    Hi all,
    I have to load balance two CAS servers. Is this the correct way to setup the probes and serverfarm. I am using an ACE 20.
    probe tcp TESTCAS-PROBE
      interval 3
      passdetect interval 5
    parameter-map type ssl SSL-TESTCAS-FARM-ADVANCED
      cipher RSA_WITH_RC4_128_MD5
    rserver host TSTCAS
      ip address 10.192.6.2
      inservice
    rserver host TSTCAS2
      ip address 10.192.6.3
      inservice
    ssl-proxy service SSL-TESTCAS-FARM
      key testcas.pem
      cert testcascert
      chaingroup TEST-CHAINGRP
      ssl advanced-options SSL-TESTCAS-FARM-ADVANCED
    serverfarm redirect HTTP-TESTCAS-FARM
      rserver HTTP-TESTCAS
        inservice
    serverfarm host TESTCAS-FARM
      predictor leastconns
      probe TESTCAS-PROBE
      rserver TSTCAS 80
        inservice
      rserver TSTCAS2 80
        inservice
    sticky ip-netmask 255.255.255.255 address source
    STICKY-SSL-TESTCAS-FARM
      timeout 720
      timeout activeconns
      replicate sticky
      serverfarm TESTCAS-FARM
    class-map match-any TESTCAS-VIP
      2 match virtual-address 10.192.6.1 tcp eq https
    policy-map type loadbalance first-match TESTCAS-POLICY
      class class-default
        sticky-serverfarm STICKY-SSL-TESTCAS-FARM
    policy-map multi-match TESTCASPOLICY
    class TESTCAS-VIP
    loadbalance vip inservice
    loadbalance policy TESTCAS-POLICY
    loadbalance vip icmp-reply active
    ssl-proxy server SSL-TESTCAS-PROXY
    service-policy input TESTCASPOLICY

    Hi Kanwal,
    Firstly thanks for all your help and time spent on this. I have taken your advice and redone the hole config. I have 2 class maps and 2 serverfarms. Can you please double check my serverfarms and probes?
    Below is the full config. Does it look ok to you? Am I on the right track?
    probe https TESTCASHTTPS-PROBE
      interval 3
      passdetect interval 5
      expect status 200 200
    probe http TESTCASWWW-PROBE
      interval 3
      passdetect interval 5
      expect status 200 200
    rserver host TSTCAS
      ip address  10.192.158.44
      inservice
    rserver host TSTCAS2
      ip address 10.193.158.58
      inservice
    serverfarm host TESTCASHTTPS-FARM
      predictor leastconns
      probe TESTCASHTTPS-PROBE
      rserver TSTCAS
        inservice
      rserver TSTCAS2
        inservice
    serverfarm host TESTCASWWW-FARM
      predictor leastconns
      probe TESTCASWWW-PROBE
      rserver TSTCAS
        inservice
      rserver TSTCAS2
        inservice
    sticky ip-netmask 255.255.255.255 address source STICKY-TESTCASWWW-FARM
      timeout 720
      timeout activeconns
      replicate sticky
      serverfarm TESTCASWWW-FARM
    sticky ip-netmask 255.255.255.255 address source STICKY-TESTCASHTTPS-FARM
      timeout 720
      timeout activeconns
      replicate sticky
      serverfarm TESTCASHTTPS-FARM
    class-map match-any TESTCASHTTPS-VIP
      2 match virtual-address 10.192.158.60 tcp eq https
    class-map match-any TESTCASWWW-VIP
      3 match virtual-address 10.192.158.60 tcp eq www
    policy-map type loadbalance first-match TESTCAS-POLICY-HTTPS
      class class-default
        sticky-serverfarm STICKY-TESTCASHTTPS-FARM
    policy-map type loadbalance first-match TESTCAS-POLICY-WWW
      class class-default
        sticky-serverfarm STICKY-TESTCASWWW-FARM
    policy-map multi-match TESTCASPOLICYHTTPS
      class TESTCASHTTPS-VIP
        loadbalance vip inservice
        loadbalance policy TESTCAS-POLICY-HTTPS
    policy-map multi-match TESTCASPOLICYWWW
      class TESTCASWWW-VIP
        loadbalance vip inservice
        loadbalance policy TESTCAS-POLICY-WWW
    service-policy input TESTCASPOLICYWWW
    service-policy input TESTCASPOLICYHTTPS

  • How do you restore iphone as a new phone?

    Hi there,
    How do you restore iphone as a new phone? Actually, I know how to restore it but I'm not sure how to get the files back on after... I don't really understand how this will be any different from just restoring from a backup if I'm just going to put the content on later anyways.
    Any help or clarification would be greatly appreciated!
    The reason I'm asking about this is because my battery life on my 4S is soooo bad!
    Brandon

    Ah. So, the reason it'll help to use as new device is because typically the app data is not the issue. It's a corrupt system file. So using new device takes away any corrupt system files and almost always solves most any issue. However it does cause the pain of having to add everything back. I've done this in cases where restoring from backup just didn't solve my issue. It ***** but is sometimes needed.

Maybe you are looking for