Updating two FWSM in active/passive state

Hi,
I have two FWSM modules on two 6509 switches. Last night I updated the active FWSM, but I don't know how to update the passive one! One solution that came up to my mind was to change the active one, to act in passive state, and then change the passive one, which doesn't have the update, and then update it. But I guess there should be some other ways to do so without using failover. Any help?
Thanks

Perfect Jouni.
1) on the active unit's system context, execute "write mem all" (if multiple context otherwise just "wr mem")
2) copy the new image to the standby unit
3) reload the standby unit which will come back as standby and running
the new code
4) on the standby execute "failover active", it is now the active unit
5) on the unit that is now standby, copy the new image to it
6) reload the standby unit
http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/configuration/guide/swcnfg_f.html#wp1064232
-Kureli
Pls. take a few minutes to fill out this poll and help me tailor the content for the breakout session on ASA-CX, Cisco Live Orlando 2013.
https://supportforums.cisco.com/polls/1232

Similar Messages

  • Can you really update two tables in one SQL statement

    Ok a post in the forum has got me awefully curious:
    Can you update two tables in one update statement i.e something like this
    update table a , b
    set b.<column> = something
    a.<column> = something
    Something to this effect.
    If you are curious to know what post I am talking about it is called "updating a single row"

    No. You can only update one table in one SQL statement.

  • Active/passive policies

    My Organization want me build two node cluster Active/passive windows server 2012,sql server2012 multiple instances 
    node1=active,node2=passive
    i have created cluster ,installed sql server....but the problem is for automatic failover.
    1)do i need to select both the nodes on advances policies under resources and also preferred owners?
    2) post and pre migration steps for migrating standalone instances databases (2008) to sql cluster(2012)
    please help me

    SQL Server needs to be installed on both the nodes as cluster instance, meaning on first node you should install new SQL Server cluster instance and on second node you need to run Add node and add the second node to this SQL cluster instance, hope this was
    already done.
    In cluster manager, from SQL Server cluster resource properties, you should have both the nodes  ticked for "possible owners", but having "preferred owners" selected is optional, which basically tells, which is the preferred node
    where SQL instance should run when both nodes are online.
    There are various ways to move databases from one instance(SQL 2008) to higher version(SQl 2012) like Backup databases on SQL 2008, copy backup file to SQL 2012 server and  then restore them on SQL 2012 Or Detach databases on SQL 2008, copy the detached
    .mdf, .ndf  and .ldf files to SQL 2012 and attach them there Or to reduce the amount of downtime during the migration process, you can setup logshipping between SQL 2008 and SQL 2012 and during cutover, break logshipping and restore latest log backups
    with recovery.
    Upgrade a Database Using Detach and Attach - http://msdn.microsoft.com/en-us/library/ms189625.aspx
    Copy Databases with Backup and Restore - http://msdn.microsoft.com/en-IN/library/ms190436(v=sql.110).aspx
    Minimizing DB Migration Downtime Using Log Shipping - http://blogs.msdn.com/b/sqlgardner/archive/2011/09/16/minimizing-db-migration-downtime-using-log-shipping.aspx
    Keerthi Deep | Blog SQLServerF1 |
    Facebook

  • How to know the Cluster is active active or Active Passive

    Friends 
    A quick and easy Question. I am pretty new to Clustering. How do I know the cluster is whether active active or active passive?

    Hi Prasant,
    Simple two-node,  for Active-Passive cluster, only a single SQL Server instance is running. For Active-Active cluster, both SQL Server instances are running on each physical node of the cluster.
    Generally, we can use one of the following options to identify the active node in a SQL Active-Passive Failover Cluster. For more details, please review this
    blog.
    1. In “Failover Cluster Management” console, you can see the current active node under the label “Current Owner” from summary screen.
    2. Run the following T-SQL in SQL Server Management studio.
    SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS')
    There is also a similar thread for your reference.
    https://social.technet.microsoft.com/Forums/en-US/be030e90-f41e-4d42-89e0-ae2a740fbb54/how-to-determine-a-node-is-active-or-passive?forum=sqldisasterrecovery
    Thanks,
    Lydia Zhang

  • Hyperion Essbase 11.1.2 active/passive Clustering

    Hello,
    Has anyone successfully clustered Essbase 11.1.2 in an active/passive configuration? If yes, I have a few questions as I do not believe that the documentation is very clear on a few critical areas. I have already installed and configured Essbase on the first server and set the cluster name to EssbaseCluster-1 (I also shared out the essbaseserver1 directory so the second essbase server can access it). I also went and installed and configured Essbase on the second server (during the configuration, I configured to be a member of EssbaseCluster-1. I am not sure if I am supposed to put the share location in the full arborpath location (I did not)). When configuring the opmn.xml file the documentation states the following (from http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install.pdf pg 172):
    Setting Up Active-Passive Essbase Clusters
    If you set up an active-passive Essbase cluster using EPM System Configurator, you must perform
    additional steps to set up Essbase failover on both nodes of the cluster.
    ä To complete the setup of the Essbase active-passive cluster:
    1 Update MIDDLEWARE_HOME/user_projects/epmsystem1/config/OPMN/opmn/
    opmn.xml to specify the OPMN service failover network topology. In the <notificationserver
    interface> section, add the <topology> section. For example:
    <notification-server interface="any">
    <ipaddr remote="*hostName*" />
    <port local="*portNumber*" remote="*portNumber*" />
    <ssl enabled="true" wallet-file="\Oracle\Middleware\user_projects
    \epmsystem1\config\OPMN\opmn\wallet"/>
    <topology>
    <nodes list="*nodeName1:nodePort1,nodeName2:nodePort2*"/>
    </topology>
    </notification-server>
    2 In the same section of the file, update hostName to match the nodeName for this machine.
    Oracle recommends using a fully qualified name. "
    So, with these instructions, I put the following into my own opmn.xml file on both of the essbase servers. (epmapp1 and epmdata1 are my two essbase servers, they are running on the default port 1423)
    <notification-server interface="any">
    <ipaddr remote="epmapp1"/>
    <port local="*1423*" remote="*1423*"/>
    <ssl enabled="false" wallet-file="E:\Oracle\Middleware\user_projects\epmsystem1\config\OPMN\opmn\wallet"/>
         <topology>
         <nodes list="*epmapp1:1423,epmdata1:1423*"/>
         </topology>
    </notification-server>
    When I go to start the essbase cluster through the opmnctl startproc command, I recieve the following. Anyone know what I am missing?
    C:\Users\Administrator>echo %ORACLE_INSTANCE%
    E:\Oracle\Middleware\user_projects\epmsystem1
    C:\Users\Administrator>opmnctl startproc ias-component=EssbaseCluster-1
    opmnctl startproc: starting opmn managed processes...
    ===============================================================================
    opmn id=epmapp1:1423
    no processes or applications matched this request
    C:\Users\Administrator>
    Edited by: 789316 on Nov 4, 2010 12:00 PM

    Have you been able to resolve this issue?.. I am also facing the same problem..
    Thanks
    Bala

  • How to update two different tables by ony one sql query???

    Hi All,
    i need to update two different talbes in a single sql query..
    i m using the following query
    UPDATE FT_User_Alert SET Subscription = 'W' where product_key=1 and measure_key = 12
    AND
    UPDATE LU_Monthly_Alert_Budget_Sheet SET Min_Red_Range ='16.0' AND Max_Green_Range ='24.0'AND Max_Red_Range ='27.0'AND Min_Green_Range ='16.0' where product_key='1' and measure_key = 12
    i m getting the following error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 17001] Oracle Error code: 936, message: ORA-00936: missing expression at OCI call OCIStmtExecute: UPDATE FT_User_Alert SET Subscription = 'W' where product_key=1 and measure_key = 12 AND UPDATE LU_Monthly_Alert_Budget_Sheet SET Min_Red_Range ='16.0' AND Max_Green_Range ='24.0'AND Max_Red_Range ='27.0'AND Min_Green_Range ='16.0' where product_key='1' and measure_key = 12 . [nQSError: 17011] SQL statement execution failed. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL writeback UPDATE FT_User_Alert SET Subscription = 'W' where product_key=1 and measure_key = 12 AND UPDATE LU_Monthly_Alert_Budget_Sheet SET Min_Red_Range ='16.0' AND Max_Green_Range ='24.0'AND Max_Red_Range ='27.0'AND Min_Green_Range ='16.0' where product_key='1' and measure_key = 12
    but when i m ushin the same query in Microsoft SQL Server it executes properly:
    please help me out...

    There's no valid syntax for this, but there are some tricks you could do to achieve it.
    i) You could place an update trigger on TABLE1 to update TABLE2 automatically.
    ii) You could define a view across both tables and add an INSTEAD OF UPDATE trigger to it to maintain them.
    If I had to do this I'd choose option2, but frankly I'd just be running two updates if it really was me.

  • How to use one form to update two tables

    How can I do that? HTMLDB wizard or form on table doesn't give me an option to use more than one table in a form or I don't know about it. I created new process which redirects the form to another page after submitting the form. On the second page I created new process which uses the same variables from the previous form page. This process runs on page load before header but it is just not working right.
    So, what is the proper way to update two tables with the same form fields?

    Hello Vikas,
    "The Automatic Row Fetch and Automatic DML processes are a pair, you can't have one without the other."
    Are you sure about that? I have a page, which populate some of the items from TableA, using manual select statement, and after the user input, save some of it in TableB, using Automatic DML. No ARF in this process and it seems to work just fine. Come to think of it, what about a simple form, populated entirely by the user input, and then being saved to the db, using Automatic DML? No ARF here also.
    For the problem in hand, if you can't have more then one Automatic DML per page, I think that the simplest solution will be to define a pl/sql process, with two INSERT statement to the two different tables.
    Regards,
    Arie.

  • How to update two tables in a single call using JDBC Sender adapter

    Hello All,
    The scenario is, database entries have to be selected from two tables and at the same time those tables have to be udpated with the flag.
    We are using JDBC sender adapter and in Select Query, we are fetching the data by joinin the two tables.
    Update Statemtent: We can only update one table using this statement.
    Is it possible to update two tables using the Update Statement without using Stored Procedures.
    Let me know.
    Regards,
    Sreenivas.

    Hi Sreenivas,
    > Is it possible to update two tables using the Update Statement without using Stored Procedures.
    Yes its possible through join statement
    Check this links
    Update in JDBC Sender adapter for more than one table
    data from 2 tables for jdbc sender adapter
    Regards
    Ramesh

  • Install of Data Services as active/passive behind F5 load balancers

    I currently have two RedHat 5.5 x86_64 hosts, SAP_DS1 and SAP_DS2, and 1 database, Oracle RAC 11g and 1 F5 LTM load balancer sitting in front of the two hosts. The F5 load balancer VIP is set up as active/passive (fail-over) for the two hosts.
    Will I need 2 local databases 1 central database or can I accomplish this with one local database?
    Please advise on the recommended method for installing BOBJ DATA SERVICES XI 3.2 on two Linux hosts in an active/passive design.
    Thanks

    You might have better luck asking this question in the (somewhat misnamed) [Data Integration and Data Quality Management|Data Services and Data Quality; forum:
    This forum is dedicated to topics related to SAP BusinessObjects Data Services (Data Integrator, Data Quality Management, Text Data Processing), SAP BusinessObjects Information Steward (Metadata Management, Data Insight), SAP BusinessObjects Rapid Marts and SAP BusinessObjects Data Federator.
    (emphasis added)
    Regards,
    Sean
    P.S. to moderators: can you create a sticky post to this effect?

  • "LOGIC PRO X: Disk is too slow or System Overload.  (-10010)"  This is the message that I was having since two weeks ago with my Logic 9.  I updated two days ago to Logic X and I am still having the same problem.

    "LOGIC PRO X: Disk is too slow or System Overload.  (-10010)"  This is the message that I was having since two weeks ago with my Logic 9.  I updated two days ago to Logic X and I am still having the same problem.
    I recently formatted my computer.  In other words, I'm not using too much memory of my HD.  My Memory Ram is 8GB.

    dandotcraig wrote:
    A week before logic X comes out it starts bugging out... i deleted a bunch of stuff on my HD and cleaned up everything... didnt fix anything... then logic x came out and I though oh i better update that will fix everything... and im still having the same problems... its rediculous.
    Umm,, no offence... but what is ridiculous...  is you didn't troubleshoot the original problem but instead you assumed it was a LP9 problem so you updated to LPX which is still in its early days and is likely to be less stable than LP9... rather than more so!
    So.. Here's the thing.... 
    LP9 was working fine and then stopped working normally according to you. Therefore what changed at the time LP9 stopped working normally?
    Here are just a few ideas to think about.. for around the time this started..
    Did you update Logic Pro 9... OS X... Drivers for Midi/Audio or other connected devices?
    If you did, did you then restore from a backup you made prior to these problems occuring and what happened when you did so? (assuming you do make backups of your system?)
    Did you install any new Apps on your Mac?
    Did you add a new Hard Drive? How is it formatted?
    Did you start recording or creating music in a different way to how you used to before the problem started?
    Have you started using a different SI or FX plugin or plugins.. More or different FX for example.. Did you install a new version of a plugin?
    Is all your software legal? (Have to ask because some people install all kinds of illegal plugins and whatever else.. and have no idea how the 'cracks' work or what they might affect/mess up/conflict with in the process)
    Have you looked at the System logs to see if anything is happening out of the ordinary when you get these messages?
    Have you looked at OS X's Activity monitor to see if any app or routine is kicking in hard when you get this issue?
    Basically, you need to think about and look for what changed... because something apparently changed to suddenly cause these issues...given you said you didn't have them until a certain timeframe and some of the questions above, I hope, will get you thinking..
    ....and maybe a few of the others here will come up with other ideas and suggestions to help you...
    Good luck and let us know how you got on...

  • Error with concurrent users- Activation Passivation Bind variable ?

    I have a programmatic view object based on procedure call that returns a ref cursor.
    Application Module has a function that exposes get Method for this View object using client interface.
    Everything works good until many users call the same Method ,for many concurrent users i got the below error intermittently :
    JBO-27122: SQL error during statement preparation.
    Attempt to set a parameter name that does not occur in the SQL: bussId
    For 1 or 2 users this works perfectly fine.
    bussId is a bind variable defined at View object of type Array.
    I understand this should be because of activation/passivation as many users calling same function comes to picture.
    To solve this I overloaded activateState/passivateState in View implementation for the bind var.
    But i don't see those methods getting invoked ever.
    I also enabled connection pool/AM pool and kept the default pool values high enough for concurrent users.
    Nothing works .
    Appreciate any help in this regard.
    -Sam

    Hi,
    See
    http://antonis-antoniou.blogspot.com/2012/02/ensuring-that-your-adf-application-is.html

  • Non-domain user authentication against SSAS on Active/Passive Cluster

    Hello,
    We have an Active/Passive SQL Server setup (DB1 & DB2 Servers) connected to a cluster for SQL & SSAS.  I have a web server not on the same domain that I am trying to authenticate with SSAS.  This works OK if I set the website to impersonate
    myUser and I add local account myUser as an Admin on SSAS for the active server (DB1).  But when this fails over to DB2 then it fails to authenticate.  SSAS won't allow us to add myUser as an admin for local accounts on both DB1 & DB2 as it errors
    adding the second one.  Could anyone advise how such a scenario should be approached?
    We have tried creating a domain user too which DB1 & DB2 can of course both share but I don't think the web server can impersonate this with being not part of the domain.
    Thanks.

    Hi Jcorker,
    According to your description, you need to access the SQL Serve Analysis Services database which is configured as cluster for SQL & SSAS from another domain, right?
    In SSAS we can use the solution below achieve the requirement.
    1.Create new domain account and impersonate the web site with that.
    2.Create local user account on the analysis service with same exact username/password as like domain account created in the previous step.
    However, you cannot create a local account with the same name on both servers. I have tested it on my local environemnt, we can create the same local account with the same name on both servers. In your scenario, if DB1 and DB2 on different server, you can
    create a local account with the same name on both servers. Please post the detail errors, so that we can make further analysis.
    Besides, SSAS only allows users of the same domain or trusted domains and it does not allow users from any domain except from these two. You can configure the trust relationship between the domains.
    http://technet.microsoft.com/en-us/library/cc961481.aspx
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • SAP PI 7.1 High Availability, Active-Active or Active-Passive

    We are planning go to HA system for PI 7.11
    I've few doubts/questions regarding this.
    Can we make Active-Active clustering or Active-Passive? Or itu2019s our choice?
    If it is our choice, then is at Configuration level (Application level)? or hardware level?
    What are additional steps we need to take for Active-Active clustering? (Which we are looking for)
    What is recommended by SAP?
    Any Pros & Cons.
    Please reply me if you have any information regarding this, any information regards to this is greatly appreciated
    Thanks
    Sagar

    Hi Sagar,
    Please use Active-Passive for your SAP PI 7.1 High Availability system.
    For more details, please refer to the sdn link:
    High Availability
    ->High Availability FAQ  
    ->What is an "active-active cluster"?
    An active-active cluster consists of two independent server nodes at a minimum. The workload within a cluster resource is shared between the server nodes. If a cluster node crashes the processes are resumed by the remaining cluster nodes. An active-active cluster configuration means that a cluster resource is active on all cluster nodes. The aim of an active-active cluster is not only to provide high availability system but to distribute the workload between the cluster nodes. Applications with a very high workload like databases benefit from an active-active setup. Due to the SAP Central Services Instance is a light component an active-active setup does not make any sense. Therefore the SCS is implemented as an active-passive cluster resource.
    Best Regards
    Julia

  • SQL server 2012 active\passive or active\active cluster

    Hi all,
    I will two SQL 2012 servers in a cluster, what will be the best mode: active\passive or active\active knowing that will have one clustered instance. When we use active\passive and when to use active\active? Do we use active\active if we have multiple clustered
    sql instances only?
    Note: the two-node sql cluster will be installed on Hyper-V 2012 R2 cluster

    Download this Microsoft whitepaper about Windows 2008 R2 Failover cluster. Here's an excerpt:
    Active/Active failover cluster model. All nodes in the failover cluster are functioning and serving clients. If a node fails, the
    resource will move to another node and continue to function normally, assuming that the new server has enough capacity to handle the additional workload.
    Active/Passive failover cluster model. One node in the failover cluster typically sits idle until a failover occurs. After a failover,
    this passive node becomes active and provides services to clients.  Because it was passive, it presumably has enough capacity to serve the failed-over application without performance degradation. 
    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB4QFjAA&url=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2FF%2F2%2F1%2FF2146213-4AC0-4C50-B69A-12428FF0B077%2FWS08%2520R2%2520Failover%2520Clustering%2520White%2520Paper.doc&ei=9OzIVL-IMcPjoASv9oDICQ&usg=AFQjCNG7uT9nBQhX2P7wOJiIfzajXKttzg&bvm=bv.84607526,d.cGU
    Satish Kartan www.sqlfood.com

  • Active passive RAC configuration

    hi,
    how can I change the active-active RAC database to active-passive RAC database?
    1) Is it enough to change active_instance_count=1?
    2) Is there any change required in client side tnsnames.ora file?
    I want to install two databases, db1 is active in node1 and passive in node2.
    And db2 is active in node2 and passive in node1.
    3) For configuration of this, which method is best?
    current client side tnsnames.ora file as follows:
    DBRAC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = gcappdev-vip)(PORT = 1523))
    (ADDRESS = (PROTOCOL = TCP)(HOST = gcwebdev-vip)(PORT = 1523))
    (LOAD_BALANCE = yes)
    (FAILOVER=ON)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DBRAC)
    (FAILOVER_MODE = (TYPE=SELECT)(METHOD=BASIC))
    )

    When you mean passive.. do you want the database to be down or not usable?
    If you are on 10g.. then the best method to do this is to use Services. Have services enabled on both instances. however it will be preferred on one instance /node and available on the other.
    With this, when instance one where to crash, the service will failover to instance 2 and will be immediately available.

Maybe you are looking for

  • Windows XP Pro Desktop - Screen Resolution and Color Quality

    When synchronizing my Zire after many successful and no problems the XP Pro screen resolution reverted to the lowest profile. I can reset the resolution to the True color 1024 x 768 but after a minute or two it reverts again. 1. Reinstalled driver fo

  • Crashes every time I try to download folders

    I have the CS5 Master Collection I'm using a 2.8GHz Intel Core i7 iMac with 16GB DDR3. Mac OSX 10.6.4 I've created a WordPress site. I can upload to it. And I can download single files. But when I try to download folders, Dreamweaver CS5 crashes. Las

  • Adobe Media Encoder FLV issue

    I am posting this question here because there is no Adobe Media Encoder forum - sorry! My question is about file sizes. I created some videos in Premiere CS4. I need to convert the videos to FLV formats (they are to be used in an e-learning module th

  • Report to find all table and index sizes

    Hi all, Good day.. Is there any report.sql or so to find out the sizes of all the tables and indexes in a database. thanks, baskar.l

  • The change to a different font was not done because the chosen font and the font encodings in the do

    Hi, I created a PDF from a Word document that used Cambria font, and when I select it in Acrobat to try to change the font I get "The change to a different font was not done because the chosen font and the font encodings in the document differ and co