DR Config swithover test

Dear All,
I am trying to configure Disaster recovery for SAP .
Log (shipped and implement) from primary to standby db is perfectly working
Now when I am trying to swith the role to test DR . At primary server
On primary server
• SQL> Select switchover_status from v$Database ;
SWITCHOVER_STATUS
SESSIONS ACTIVE
• SQL> Archive Log List
Database log mode Archive Mode
Automatic archival Enabled
Archive destination C:\oracle\P11\oraarch\P11arch
Oldest online log sequence 1019
Next log sequence to archive 1022
Current log sequence 1022
At DR Server
SQL> SELECT SEQUENCE#, FIRST_TIME, NEXT_TIME FROM V$ARCHIVED_LOG ORDER BY SEQUEN
CE#;
SEQUENCE# FIRST_TIME NEXT_TIME
924 29-MAY-11 29-MAY-11
925 29-MAY-11 29-MAY-11
926 29-MAY-11 29-MAY-11
927 29-MAY-11 29-MAY-11
928 29-MAY-11 29-MAY-11
929 29-MAY-11 29-MAY-11
930 29-MAY-11 29-MAY-11
931 29-MAY-11 29-MAY-11
932 29-MAY-11 29-MAY-11
933 29-MAY-11 29-MAY-11
934 29-MAY-11 29-MAY-11
SEQUENCE# FIRST_TIME NEXT_TIME
935 29-MAY-11 29-MAY-11
936 29-MAY-11 29-MAY-11
937 29-MAY-11 29-MAY-11
938 29-MAY-11 29-MAY-11
939 29-MAY-11 29-MAY-11
940 29-MAY-11 29-MAY-11
941 29-MAY-11 29-MAY-11
942 29-MAY-11 29-MAY-11
943 29-MAY-11 29-MAY-11
944 29-MAY-11 29-MAY-11
945 29-MAY-11 29-MAY-11
SEQUENCE# FIRST_TIME NEXT_TIME
946 29-MAY-11 29-MAY-11
947 29-MAY-11 29-MAY-11
948 29-MAY-11 29-MAY-11
949 29-MAY-11 29-MAY-11
950 29-MAY-11 29-MAY-11
951 29-MAY-11 29-MAY-11
952 29-MAY-11 29-MAY-11
953 29-MAY-11 29-MAY-11
954 29-MAY-11 29-MAY-11
955 29-MAY-11 29-MAY-11
956 29-MAY-11 29-MAY-11
SEQUENCE# FIRST_TIME NEXT_TIME
957 29-MAY-11 29-MAY-11
958 29-MAY-11 29-MAY-11
959 29-MAY-11 29-MAY-11
960 29-MAY-11 29-MAY-11
961 29-MAY-11 29-MAY-11
962 29-MAY-11 29-MAY-11
963 29-MAY-11 29-MAY-11
964 29-MAY-11 29-MAY-11
965 29-MAY-11 29-MAY-11
966 29-MAY-11 29-MAY-11
967 29-MAY-11 29-MAY-11
SEQUENCE# FIRST_TIME NEXT_TIME
968 29-MAY-11 29-MAY-11
969 29-MAY-11 29-MAY-11
970 29-MAY-11 29-MAY-11
971 29-MAY-11 29-MAY-11
972 29-MAY-11 29-MAY-11
973 29-MAY-11 29-MAY-11
974 29-MAY-11 29-MAY-11
975 29-MAY-11 29-MAY-11
976 29-MAY-11 29-MAY-11
977 29-MAY-11 29-MAY-11
978 29-MAY-11 29-MAY-11
SEQUENCE# FIRST_TIME NEXT_TIME
979 29-MAY-11 29-MAY-11
980 29-MAY-11 29-MAY-11
981 29-MAY-11 29-MAY-11
982 29-MAY-11 29-MAY-11
983 29-MAY-11 29-MAY-11
984 29-MAY-11 29-MAY-11
985 29-MAY-11 29-MAY-11
986 29-MAY-11 29-MAY-11
987 29-MAY-11 29-MAY-11
988 29-MAY-11 29-MAY-11
989 29-MAY-11 29-MAY-11
SEQUENCE# FIRST_TIME NEXT_TIME
990 29-MAY-11 29-MAY-11
991 29-MAY-11 29-MAY-11
992 29-MAY-11 29-MAY-11
993 29-MAY-11 29-MAY-11
994 29-MAY-11 29-MAY-11
995 29-MAY-11 29-MAY-11
996 29-MAY-11 29-MAY-11
997 29-MAY-11 29-MAY-11
998 29-MAY-11 29-MAY-11
999 29-MAY-11 29-MAY-11
1000 29-MAY-11 29-MAY-11
SEQUENCE# FIRST_TIME NEXT_TIME
1001 29-MAY-11 29-MAY-11
1002 29-MAY-11 29-MAY-11
1003 29-MAY-11 29-MAY-11
1004 29-MAY-11 29-MAY-11
1005 29-MAY-11 29-MAY-11
1006 29-MAY-11 29-MAY-11
1007 29-MAY-11 29-MAY-11
1008 29-MAY-11 29-MAY-11
1009 29-MAY-11 29-MAY-11
1010 29-MAY-11 29-MAY-11
1011 29-MAY-11 29-MAY-11
SEQUENCE# FIRST_TIME NEXT_TIME
1012 29-MAY-11 29-MAY-11
1013 29-MAY-11 29-MAY-11
1014 29-MAY-11 29-MAY-11
1015 29-MAY-11 29-MAY-11
1016 29-MAY-11 29-MAY-11
1017 29-MAY-11 29-MAY-11
1018 29-MAY-11 29-MAY-11
1019 29-MAY-11 29-MAY-11
1020 29-MAY-11 30-MAY-11
1021 30-MAY-11 30-MAY-11
98 rows selected.
Now at Primary server when i am giving the following command . It is taking too much time , like it is hang .
SQL> Alter Database Commit to Switchover to Physical Standby with session Shutdown;
I have tried it two three times after restart but same problem is comming .
Pl. advice what to do.
Best Regards
Neeraj Ahuja
09829062585

user10684603 wrote:
Dear All,
I am trying to configure Disaster recovery for SAP .
Log (shipped and implement) from primary to standby db is perfectly working
Now when I am trying to swith the role to test DR . At primary server
On primary server
• SQL> Select switchover_status from v$Database ;
<snpi>Better asked in the dataguard forum: Data Guard

Similar Messages

  • Required Config and testing Docs for cash management/cash forecasting

    Hi All,
    My client need to implement cash management/cash forecasting ..
    Can anyone send the details Required Config and testing Docs for the same as earlier i have not worked in this area..
    Thanks in advance...
    Regards,
    Sandip

    Hello
    Please check the below link
    help.sap.com/bp.../J11_BB_ConfigGuide_EN_IN.doc - United States
    Thanks & Regards
    Phaneendra

  • [svn:bz-trunk] 13380: Fix failing config suite tests.

    Revision: 13380
    Revision: 13380
    Author:   [email protected]
    Date:     2010-01-08 10:25:30 -0800 (Fri, 08 Jan 2010)
    Log Message:
    Fix failing config suite tests. One of these was due to an error message that got changed. The other two were due to the server's console log being different from the servlet log file. One of these I logged a bug for because the two error messages did not match at all. . . but in general when writing config suite tests you need to use the error message from the servlet log file and not the console output as these will be slightly different. . . and it's the servlet log file that the config suite checks.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/factories/NonExistentClassTest/e rror.txt
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidMess ageTypeTest/error.txt
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeValidatorTest/error.txt

  • [svn:bz-trunk] 17931: Add config suite test for BLZ-540.

    Revision: 17931
    Revision: 17931
    Author:   [email protected]
    Date:     2010-09-29 11:28:46 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Add config suite test for BLZ-540. BlazeDS configuration files should not allow external entities.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-540
    Added Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/ExternalEntityInConfigT est/
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/ExternalEntityInConfigT est/error.txt
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/ExternalEntityInConfigT est/services-config.xml

    If you include the xalan.jar library to the build.xml execution classpath everything works!!!!!!.
    I hope it will be userfull.

  • [svn:bz-trunk] 9570: Add config suite test for BLZ-361.

    Revision: 9570
    Author:   [email protected]
    Date:     2009-08-25 07:29:50 -0700 (Tue, 25 Aug 2009)
    Log Message:
    Add config suite test for BLZ-361.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-361
    Added Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/channels/clientLoadBalancing/
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/channels/clientLoadBalancing/NoU RLsTest/
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/channels/clientLoadBalancing/NoU RLsTest/error.txt
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/channels/clientLoadBalancing/NoU RLsTest/services-config.xml

    If you include the xalan.jar library to the build.xml execution classpath everything works!!!!!!.
    I hope it will be userfull.

  • [svn] 4676: Added Config deserialization tests for ClassDeserializationValidator

    Revision: 4676
    Author: [email protected]
    Date: 2009-01-26 13:57:48 -0800 (Mon, 26 Jan 2009)
    Log Message:
    Added Config deserialization tests for ClassDeserializationValidator
    CheckInTests: passed
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B ean.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B igDecimalTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B igIntegerTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B ook.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B ooleanTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B yteTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/C harTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/C omplexCustomTypeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/C ustomTypeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/D ateTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/D oubleTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/E numType.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/E numTypeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/E xternalizableDate.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/E xternalizableTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/F loatTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/I ntTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/L ongTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/M yFileRef.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/S QLDateTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/S hortTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/S tringTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/S uperBook.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/T estTypedObject.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/b ean_namespace.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/m essaging-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/p roxy-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/r emoting-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml

  • Config and test scripts of SOP

    Hello All,
    I am working on configuration of Flexible Planning.
       I will have to start on the test scripts/cases soon and I am halfway with the config.It would be great if anybody could help me out with the config as well as test cases documents.
    Thanks
    Ravi

    I have completed the config involved for SOP.
      The scenario is my Client is going to get sales history from a legacy system uploaded to info structure(SXXX) and perform analysis.
      I haven't worked on SOP's RCCP as most of my projects were involved in getting a file uploaded to DM and completing the PE.
    I will have to come up with a graphical and report analysis anD match the RCCP with the sales history provided.Could anyone tell me what are the necessary fields that will be required from the legacy system to map it into SAP for RCCP.
      It would be great if anyone could enlighten me with the process that goes with RCCP and the relevant formulaes necessary to know in the planning table.
    I really appreciate the help in this regard.
    Thanks
    Ravi

  • Proxy Auto Config Web Test Plugin - VS 2012

    Hello,
    I am hoping someone can help me with my problem. I've currently created a number of web tests which require a web test plugin in order to run. The issue that I am having is that our company proxy is via Proxy Auto Config file.
    But I cannot find anything about passing this in to the WebProxy object.
    Is there another option for me to pass the config file or url to the file so that my web tests will run correctly?
    Thanks in advance for any help. 

    Hi Pir.Rad,
    This blog introduced how to set  proxy in web test plug-in:
    http://blogs.msdn.com/b/rogeorge/archive/2009/06/23/how-to-authenticate-to-a-proxy-server-within-a-visual-studio-webtest-using-visual-studio-2008-sp1.aspx
    You can reference “So, why do I need to do this in code in a plugin?” section in this blog to write your
    own code.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn] 3229: Made some updates to the config test framework.

    Revision: 3229
    Author: [email protected]
    Date: 2008-09-16 12:15:34 -0700 (Tue, 16 Sep 2008)
    Log Message:
    Made some updates to the config test framework. This should be able to run on all the regression boxes now assuming I got the names of all the log files correct for the different app servers. After this checkin, I will update the regression scripts to start running the config framework tests under automation. This will be another antcall from the run.tests target in automation.xml which will run the tests and then load the results to the test results db.
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/DestinationWith NoChannelTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/DestinationWith NoIDTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidAckn owledgeModeTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidDeli veryModeTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidDest inationTypeTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidMess ageTypeTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/NoConnectio nFactoryTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/NoJNDINameT est/error.txt
    blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    despite the workaround, it doesn't fix the real problem. It shouldn't be a huge deal for adobe to add support for multiple svn versions. Dreamweaver is the first tool i've used that works with svn that doesn't support several types of svn meta data. If they're going to claim that Dreamweaver supports svn is should actually support svn, the current version, not a version several years old. This should have been among the first patches released, or at least after snow leopard came out (and packaged with it the current version of svn).
    does anyone know if the code that handles meta data formatting is something that is human readable, or where it might be, or is it in compiled code.
    i signed up for the forums, for the sole purpose of being able to vent about this very frustrating and disappointing situation.

  • Profit center config transportation

    Dear experts,
                     I am doing configuration for profit center accounting. It is not asking request while saving the config. please help me how to transport this config to testing client as well as production client.
    Regars
    Jay

    I suppose you are implementing Classic PCA in CO.
    The transportation can be done thru
    SPRO - Controlling - Profit Center Accounting - Tools - Transport Customizing Settings
    Enjoy.
    Venkat.

  • [svn:bz-trunk] 9810: Update BlazeDS/ trunk to version 248835 of qa-frameworks. zip to pick up recent changes to the config suite.

    Revision: 9810
    Author:   [email protected]
    Date:     2009-08-30 06:58:37 -0700 (Sun, 30 Aug 2009)
    Log Message:
    Update BlazeDS/trunk to version 248835 of qa-frameworks.zip to pick up recent changes to the config suite.
    Fix problem in build.xml for config suite that would have caused mxunit tests not to run locally, ie. outside of a regression run.
    Fix problem with one of the config suite tests. The services-config.xml file used by the test looks like it was copied over from qa-regress and a bootstrapservice got removed from qa-regress along with the bootstrap class, so the copied services-config.xml file also needed to have the bootstrapservice removed because the class it depended on got deleted.  
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    Revision: 9810
    Author:   [email protected]
    Date:     2009-08-30 06:58:37 -0700 (Sun, 30 Aug 2009)
    Log Message:
    Update BlazeDS/trunk to version 248835 of qa-frameworks.zip to pick up recent changes to the config suite.
    Fix problem in build.xml for config suite that would have caused mxunit tests not to run locally, ie. outside of a regression run.
    Fix problem with one of the config suite tests. The services-config.xml file used by the test looks like it was copied over from qa-regress and a bootstrapservice got removed from qa-regress along with the bootstrap class, so the copied services-config.xml file also needed to have the bootstrapservice removed because the class it depended on got deleted.  
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

  • How to fix sequence editor error when using Test Executive 5.1.1 with Labview6.0?

    I had a test sequence that was built with Test Executive 5.1.1 and Labview 5.1.1. The sequence test step vi used Test Shell to allow the user to edit and config the test. After upgrading the test step vi from Labview 5.1.1 to Labview6.0 by mass compiling all vi to Labview6.0, an error occurred while editing the test vi. The error is as following:"Sequence Editor Error: Config Test Vi Callback.vi: Could not config test vi. Make sure the path to the vi is valid." I am sure the vi path is valid, does anybody has any idea why the path was not seen? How can this bug be fixed? Any hints or suggestion would be helpful.

    That's really a TestStand question. You should post to the TestStand Discussion forum. TestStand Discussion Forum

  • Config Replace unable to read files from flash

    I am having an issue with the CONFIG REPLACE command. This is on several different devices; c2901 routers, c3560 and c2960 switches.
    Every attempt I make at doing a config replace results in an error stating that the file can not be read. However, the SAME file can be read using the copy <file> run command.
    I even manually copied the txt configuration file into running config, saved it  using another file name (TEST.CFG.REPLACE), then reloaded the device and loaded a maintenance config (using copy x run). Once the device was configured, I tried the config replace command using the config saved directly from run and it STILL won't work.
    The following output is from a c3560:
    s1#dir
    Directory of flash:/
       40  -rwx        1704   Mar 1 1993 00:09:06 +00:00  config.text
       43  drwx         192   Mar 1 1993 00:34:00 +00:00  c3560-ipservicesk9-mz.122-58.SE2
       41  -rwx        1503   Mar 1 1993 00:06:32 +00:00  s1m.cfg
       42  -rwx         412   Mar 1 1993 00:02:23 +00:00  maintain.tcl
      486  -rwx         281   Mar 1 1993 00:01:28 +00:00  reset.tcl
      488  -rwx        1919   Mar 1 1993 00:09:06 +00:00  private-config.text
      489  -rwx        3096   Mar 1 1993 00:09:06 +00:00  multiple-fs
      490  -rwx        9819   Mar 1 1993 00:03:17 +00:00  TEST.CFG.REPLACE
    32514048 bytes total (12775424 bytes free)
    s1#config replace TEST.CFG.REPLACE
    This will apply all necessary additions and deletions
    to replace the current running configuration with the
    contents of the specified configuration file, which is
    assumed to be a complete configuration, not a partial
    configuration. Enter Y if you are sure you want to proceed. ? [no]: y
    Error: Could not open file TEST.CFG.REPLACE for reading
    s1#
    Is there a permissions issue that I can't see?

    Every char has an extra zero. The encoding is not clear to me. The file was originally written in notepad or vi.
    I saw that when I left a specific character out , I did not get that problem. However I am looking for another solution then just leaving characters out.
    I tried to read the file and rewrite it in another charset (ISO-8859-1), but that did not work either.
    thanks.

  • Where to test implemented data??

    Dear All,
    1) After configuring payroll for any employee, what is the procedure to check the correctness of implementation?
    2) Where do we have to check the implementation correctness?
    3) is there any separate transaction code for it in the same client?
    4) If we have to transfer the data to other client to check the working condition of the implementation, to which client we have to transfer it?
    I appreciate your valuable time.
    Thank you for your time,
    Sambal

    Hi,
    If you have configured all config of payroll in development pull the entire config into testing server so to transfer the data open testing server and type scc1 tcode and pull all thedata and check by hiring an employee bze pa30 pa40 or any master data will not get pulled and we have tocreate it over there.
    Even check all feature and OM structure bze it will not get update bze it doesn't have any transport request to pull
    Thanks
    Vibin

  • CSS 11500 config required

    Hi i have 2 CSS configued on active passive mode and 3 servers behind CSS for port 8080 service allowed. I want to allow my inside network to access these severs behind CSS for new port 3366...can anybody provide with the config for the same

    You need to configure the Service Interfaces for the servers again with the new port.lie the below example:-
    Existing Server config:-
    service Test-001_Int1_8080
    ip address <>
    port 8080
    protocol tcp
    keepalive type tcp
    active
    new Service interface config:-
    service Indy-001_Int1_3366
    ip address <>
    port 3366
    protocol tcp
    keepalive type tcp
    active
    then it is the new content rule and other config stuff..

Maybe you are looking for