Waas appliance and manager setup

Hi all
we have waas in my new company, we use wccp on the router.
Can anyone explain simply how my traffic will be optimized? will my waas appliance not be an inline appliance, does the traffic flow to the appliance then back to the router? how will the physical connections and traffic flow look? and how does the wccp work ?
hope someone can help
cheers
Carl

hi Carl,
WAAS and WCCP work as follows,
the idea is that we should configure WCCP on the router and the WAAS appliance first take care of that analisys before addressing the traffic from your clients.
things to keep in mind when configuring WCCP:
- will the WAAS device be L2 connected to the Router or there will be devices in between the two of them? ( L3 connected)  this is very important to understand what type of WCCP design works the best on your network.
for example if I had a swith directly connected to my WAAS box I will definelty use WCCP L2 redirection which incurs in less CPU utilization.
if I had a Router directly connected to the WAAS box I will be probably force to use WCCP software redirection which is more CPU utilization.
please review the following WCCP and WAAAS design guide:
http://www.cisco.com/en/US/prod/collateral/contnetw/ps5680/ps6870/prod_white_paper0900aecd806d976a_ps6474_Products_White_Paper.html
once WCCP desing has been address, we can start thinking on how the traffic coming from the remote site goes to the data center
based  on a simple  design where you have a Remote WAAS box at the  remote location and you  also  have a Core WAAS appliance at the Data  Center it goes like this:
remote clients > Remote Router>     cloud     < Core Router <   Core Servers
                            WAAS                                   WAAS
1- it does not matter if you have WCCP and an inline mode on each site of your network, you can use either one or even PBR but I see it more difficult to manage  than WCCP or inline mode.
2- there is what we called " WAAS 3 way handshake"  basically what it means is that WAAS needs to know that there is another WAAS appliance at the other site of the network and vicersa.
3- how does the WAAS handshake works, that is where your traffic comes into play
3a
remote client is trying to access his email, let's suppose that all your email exchange servers are at the Data Center on the other site of the client's network.
so that initial request comes from the remote client to Remote Router, WCCP will redirect the traffic coming from the "LAN" interface to the WAAS remote appliance , WAAS will just add a "Hello field" to the client email request.
then WCCP/WAAS remote appliance will just return the traffic back to the router and  the router send it out to his "WAN" interface
3b
once the packet cross the cloud and gets to the Data Center the same way the Core Router will redirect the remote client request to the WAAS appliance ( as I said either inline or WCCP) and then WAAS will know that there is another  WAAS appliance at the other site.
at the core site is the same way WAAS will return the traffic back to the router and then the final destination the email server.
once the traffic comes back it should follow the same path ( no asynchronous paths!!!) and that is how WAAS starts adding optimization to your traffic.
this is explain on my own words and I hope I can address some of your doubst let me know if you have any specific questions.
good luck!

Similar Messages

  • CONCURRENT MANAGER SETUP AND CONFIGURATION REQUIREMENTS IN AN 11I RAC ENVIR

    제품 : AOL
    작성날짜 : 2004-05-13
    PURPOSE
    RAC-PCP 구성에 대한 Setup 사항을 기술한 문서입니다.
    PCP 구현은 CM의 workload 분산, Failover등을 목적으로 합니다.
    Explanation
    Failure sceniro 는 다음 3가지로 구분해 볼수 있습니다.
    1. The database instance that supports the CP, Applications, and Middle-Tier
    processes such as Forms, or iAS can fail.
    2. The Database node server that supports the CP, Applications, and Middle-
    Tier processes such as Forms, or iAS can fail.
    3. The Applications/Middle-Tier server that supports the CP (and Applications)
    base can fail.
    아래부분은 CM,AP 구성과
    CM과 GSM(Global Service Management)과의 관계를 설명하고 있습니다.
    The concurrent processing tier can reside on either the Applications, Middle-
    Tier, or Database Tier nodes. In a single tier configuration, non PCP
    environment, a node failure will impact Concurrent Processing operations do to
    any of these failure conditions. In a multi-node configuration the impact of
    any these types of failures will be dependent upon what type of failure is
    experienced, and how concurrent processing is distributed among the nodes in
    the configuration. Parallel Concurrent Processing provides seamless failover
    for a Concurrent Processing environment in the event that any of these types of
    failures takes place.
    In an Applications environment where the database tier utilizes Listener (
    server) load balancing is implemented, and in a non-load balanced environment,
    there are changes that must be made to the default configuration generated by
    Autoconfig so that CP initialization, processing, and PCP functionality are
    initiated properly on their respective/assigned nodes. These changes are
    described in the next section - Concurrent Manager Setup and Configuration
    Requirements in an 11i RAC Environment.
    The current Concurrent Processing architecture with Global Service Management
    consists of the following processes and communication model, where each process
    is responsible for performing a specific set of routines and communicating with
    parent and dependent processes.
    아래 내용은 PCP환경에서 ICM, FNDSM, IM, Standard Manager의 역활을 설명하고
    있습니다.
    Internal Concurrent Manager (FNDLIBR process) - Communicates with the Service
    Manager.
    The Internal Concurrent Manager (ICM) starts, sets the number of active
    processes, monitors, and terminates all other concurrent processes through
    requests made to the Service Manager, including restarting any failed processes.
    The ICM also starts and stops, and restarts the Service Manager for each node.
    The ICM will perform process migration during an instance or node failure.
    The ICM will be
    active on a single node. This is also true in a PCP environment, where the ICM
    will be active on at least one node at all times.
    Service Manager (FNDSM process) - Communicates with the Internal Concurrent
    Manager, Concurrent Manager, and non-Manager Service processes.
    The Service Manager (SM) spawns, and terminates manager and service processes (
    these could be Forms, or Apache Listeners, Metrics or Reports Server, and any
    other process controlled through Generic Service Management). When the ICM
    terminates the SM that
    resides on the same node with the ICM will also terminate. The SM is ?hained?
    to the ICM. The SM will only reinitialize after termination when there is a
    function it needs to perform (start, or stop a process), so there may be
    periods of time when the SM is not active, and this would be normal. All
    processes initialized by the SM
    inherit the same environment as the SM. The SM environment is set by APPSORA.
    env file, and the gsmstart.sh script. The TWO_TASK used by the SM to connect
    to a RAC instance must match the instance_name from GV$INSTANCE. The apps_<sid>
    listener must be active on each CP node to support the SM connection to the
    local instance. There
    should be a Service Manager active on each node where a Concurrent or non-
    Manager service process will reside.
    Internal Monitor (FNDIMON process) - Communicates with the Internal Concurrent
    Manager.
    The Internal Monitor (IM) monitors the Internal Concurrent Manager, and
    restarts any failed ICM on the local node. During a node failure in a PCP
    environment the IM will restart the ICM on a surviving node (multiple ICM's may
    be started on multiple nodes, but only the first ICM started will eventually
    remain active, all others will gracefully terminate). There should be an
    Internal Monitor defined on each node
    where the ICM may migrate.
    Standard Manager (FNDLIBR process) - Communicates with the Service Manager and
    any client application process.
    The Standard Manager is a worker process, that initiates, and executes client
    requests on behalf of Applications batch, and OLTP clients.
    Transaction Manager - Communicates with the Service Manager, and any user
    process initiated on behalf of a Forms, or Standard Manager request. See Note:
    240818.1 regarding Transaction Manager communication and setup requirements for
    RAC.
    Concurrent Manager Setup and Configuration Requirements in an 11i RAC
    Environment
    PCP를 사용하기위한 기본적인 Setup 절차를 설명하고 있습니다.
    In order to set up Setup Parallel Concurrent Processing Using AutoConfig with
    GSM,
    follow the instructions in the 11.5.8 Oracle Applications System Administrators
    Guide
    under Implementing Parallel Concurrent Processing using the following steps:
    1. Applications 11.5.8 and higher is configured to use GSM. Verify the
    configuration on each node (see WebIV Note:165041.1).
    2. On each cluster node edit the Applications Context file (<SID>.xml), that
    resides in APPL_TOP/admin, to set the variable <APPLDCP oa_var="s_appldcp">
    ON </APPLDCP>. It is normally set to OFF. This change should be performed
    using the Context Editor.
    3. Prior to regenerating the configuration, copy the existing tnsnames.ora,
    listener.ora and sqlnet.ora files, where they exist, under the 8.0.6 and iAS
    ORACLE_HOME locations on the each node to preserve the files (i.e./<some_
    directory>/<SID>ora/$ORACLE_HOME/network/admin/<SID>/tnsnames.ora). If any of
    the Applications startup scripts that reside in COMMON_TOP/admin/scripts/<SID>
    have been modified also copy these to preserve the files.
    4. Regenerate the configuration by running adautocfg.sh on each cluster node as
    outlined in Note:165195.1.
    5. After regenerating the configuration merge any changes back into the
    tnsnames.ora, listener.ora and sqlnet.ora files in the network directories,
    and the startup scripts in the COMMON_TOP/admin/scripts/<SID> directory.
    Each nodes tnsnames.ora file must contain the aliases that exist on all
    other nodes in the cluster. When merging tnsnames.ora files ensure that each
    node contains all other nodes tnsnames.ora entries. This includes tns
    entries for any Applications tier nodes where a concurrent request could be
    initiated, or request output to be viewed.
    6. In the tnsnames.ora file of each Concurrent Processing node ensure that
    there is an alias that matches the instance name from GV$INSTANCE of each
    Oracle instance on each RAC node in the cluster. This is required in order
    for the SM to establish connectivity to the local node during startup. The
    entry for the local node will be the entry that is used for the TWO_TASK in
    APPSORA.env (also in the APPS<SID>_<HOSTNAME>.env file referenced in the
    Applications Listener [APPS_<SID>] listener.ora file entry "envs='MYAPPSORA=<
    some directory>/APPS<SID>_<HOSTNAME>.env)
    on each node in the cluster (this is modified in step 12).
    7. Verify that the FNDSM_<SID> entry has been added to the listener.ora file
    under the 8.0.6 ORACLE_HOME/network/admin/<SID> directory. See WebiV Note:
    165041.1 for instructions regarding configuring this entry. NOTE: With the
    implementation of GSM the 8.0.6 Applications, and 9.2.0 Database listeners
    must be active on all PCP nodes in the cluster during normal operations.
    8. AutoConfig will update the database profiles and reset them for the node
    from which it was last run. If necessary reset the database profiles back to
    their original settings.
    9. Ensure that the Applications Listener is active on each node in the cluster
    where Concurrent, or Service processes will execute. On each node start the
    database and Forms Server processes as required by the configuration that
    has been implemented.
    10. Navigate to Install > Nodes and ensure that each node is registered. Use
    the node name as it appears when executing a nodename?from the Unix prompt on
    the server. GSM will add the appropriate services for each node at startup.
    11. Navigate to Concurrent > Manager > Define, and set up the primary and
    secondary node names for all the concurrent managers according to the
    desired configuration for each node workload. The Internal Concurrent
    Manager should be defined on the primary PCP node only. When defining the
    Internal Monitor for the secondary (target) node(s), make the primary node (
    local node) assignment, and assign a secondary node designation to the
    Internal Monitor, also assign a standard work shift with one process.
    12. Prior to starting the Manager processes it is necessary to edit the APPSORA.
    env file on each node in order to specify a TWO_TASK entry that contains
    the INSTANCE_NAME parameter for the local nodes Oracle instance, in order
    to bind each Manager to the local instance. This should be done regardless
    of whether Listener load balancing is configured, as it will ensure the
    configuration conforms to the required standards of having the TWO_TASK set
    to the instance name of each node as specified in GV$INSTANCE. Start the
    Concurrent Processes on their primary node(s). This is the environment
    that the Service Manager passes on to each process that it initializes on
    behalf of the Internal Concurrent Manager. Also make the same update to
    the file referenced by the Applications Listener APPS_<SID> in the
    listener.ora entry "envs='MYAPPSORA= <some directory>/APPS<SID>_<HOSTNAME>.
    env" on each node.
    13. Navigate to Concurrent > Manager > Administer and verify that the Service
    Manager and Internal Monitor are activated on the secondary node, and any
    other addititional nodes in the cluster. The Internal Monitor should not be
    active on the primary cluster node.
    14. Stop and restart the Concurrent Manager processes on their primary node(s),
    and verify that the managers are starting on their appropriate nodes. On
    the target (secondary) node in addition to any defined managers you will
    see an FNDSM process (the Service Manager), along with the FNDIMON process (
    Internal Monitor).
    Reference Documents
    Note 241370.1

    What is your database version? OS?
    We are using VCP suite for Planning Purpose. We are using VCP environment (12.1.3) in Decentralized structure connecting to 3 differect source environment ( consisting 11i and R12). As per the Oracle Note {RAC Configuration Setup For Running MRP Planning, APS Planning, and Data Collection Processes [ID 279156]} we have implemented RAC in our test environment to get better performance.
    But after doing all the setups and concurrent programs assignment to different nodes, we are seeing huge performance issue. The Complete Collection which takes generally on an avg 180 mins in Production, is taking more than 6 hours to complete in RAC.
    So I would like to get suggestion from this forum, if anyone has implemented RAC in pure VCP (decentralized) environment ? Will there be any improvement if we make our VCP Instance in RAC ?Do you PCP enabled? Can you reproduce the issue when you stop the CM?
    Have you reviewed these docs?
    Value Chain Planning - VCP - Implementation Notes & White Papers [ID 280052.1]
    Concurrent Processing - How To Ensure Load Balancing Of Concurrent Manager Processes In PCP-RAC Configuration [ID 762024.1]
    How to Setup and Run Data Collections [ID 145419.1]
    12.x - Latest Patches and Installation Requirements for Value Chain Planning (aka APS Advanced Planning & Scheduling) [ID 746824.1]
    APSCHECK.sql Provides Information Needed for Diagnosing VCP and GOP Applications Issues [ID 246150.1]
    Thanks,
    Hussein

  • How to setup WebLogic Admin Server and Managed Server

    Hi,
    I working to setup a Weblogic admin and managed server but fail.
    May i know the correct steps to setup the system ?
    Tx.

    TX. I will proceed to upload more logs here later.
    Anyway I notice that after i follow the guide to setup the admin and managed server, I only able to access the web apps on admin server. I can not access web apps for managed server.
    I setup the admin server using port 7001 and managed server using port 7003 based on oracle guide.
    I found weird here. when I browse to http://adminserver:7001/apps, it works. But when i browse to http://managedserver:7003/apps it does not work.
    But funny thing is when i browse to http://adminserver:7003/apps, it works.
    I confuse that which configuration I have done is incorrect and have this result???
    besides that I notice that in the nodemanager setting...the listening address is set to localhost and it works. If i configure it to IP address, it will give me errors.
    Edited by: Wilson78 on Dec 22, 2008 12:29 PM

  • Templates Project Setup and Lease Management Setups don't show up during selection set creation

    Hi,
    I am new to iSetup.
    I have just installed iSetup using the Isetup List Of Mandatory Patches For R12 (Doc ID 811040.1)
    I don't find the following templates needed by my users to create selection sets:
    - Projects Setup
    - Lease Management Setups
    Any idea why they don't show up?
    Regards,
    Jean

    It's not a backup restoration.
    I'm a newbie, I installed Oracle on my computer. In the installation, Oracle allows to create a database. I didn't change any setting information, excepted set the database's password.
    Oracle was successul installed.
    The database setup (wizard) failed.
    The listener was not created.
    When the wizard step run "Creation and starting an Oracle instance", I get ORA-03113.
    I don't know the log I sent to you is the good log. I'm not sure. My database name is "Essai1"
    Do it is some files that I could send to you?
    thanks for your help.
    Jimmy

  • I in need of oracle project costing,project billing and project management setup documents? can you please help me.

    I am in need of project costing and project billing and project management setup documents with screen shoot? Can anyone help me?

    I have no clue about recovering the info, but when you say you save you should always use Save As. That clears unneeded info from the file. With the file size you have, that may be an important need.

  • Alert setup for Admin and Manage servers in weblogic

    Hi All,
    We need to setup e-mail notification for health status of admin and managed servers on fusion middleware 11g. Kindly advise.
    Thanks,
    Vijay

    Hi there Vijay,
    you can easily do this using the WebLogic Diagnostic Framework. If your WebLogic installation hosts products from the Fusion Middleware portfolio, e.g. Oracle SOA Suite, Oracle WebCenter, etc., you will have a preconfigured WLDF module targeted to all servers named Module-FMWDFW.
    In general you will have to:
    1. Configure mail session and target it to all servers. Details on the mail server are provided as properties. Use the following as a starting point:
    mail.host=<your_outgoing_mail_server_host>
    mail.user=<your_outgoing_mail_server_user>
    mail.transport.protocol=smtp
    mail.from=<address_to_send_emails_from>
    mail.debug=True
    2. Configure WebLogic Diagnostic Framework Module or reconfigure the Module-FMWDFW if exists
    3. Configure Watches and Notifications for that module and the data/events you are interested in. By default the Module-FMWDFW is configured to generate ADR incidents in certain occasions (you can examine the configuration of Module-FMWDFW).
    You can get more details from these resources:
    http://docs.oracle.com/cd/E29542_01/web.1111/e13714/architecture.htm#WLDFC115
    https://blogs.oracle.com/jamesbayer/entry/weblogic_notifications_watch_t
    Hope this helps,
    A.

  • Firewall between WAAS 7341s and Central Manager.

    Is there a white paper that describes having a firewall between a Central Manager and the WAAS devices it is managing?  I need to know all the ports and protocals that need to be allowed through the firewall. - Thanks

    Hi Jeff,
    I am searchign for white paper for you but you need following ports bi-directionally open between WAAS CM and WAAS to communicate to each other.
    1. TCP 8443
    2. TCP 443
    3. UDP 4050 - if you are using directed mode.
    4. TCP 22 and 23  - If you plan to use SSH / Telnet for management.
    Regards,
    PS: If this answers your question, please mark this as Answered.

  • WAVE274 appliance not peering with any other WAAS appliances

    Added new remote site today utilizing a WAVE274 appliance as the site only has three T1s.  I'm using WCCP to redirect traffic to the appliance and wccp indicates that the appliance and router are communicating properly.  The appliance resides on a different subnet from servers and is excluded from acceleration via WCCP access-list.  For some reason the appliance is not peering with any of the other WAAS devices.  The WAAS manager sees the appliance and is able to fully control it.  All other sites are using either NME-WAEs or  SM-SREs running WAAS.  Previously I was using this WAVE274 at another location and replaced it with an NME-WAE so I know the appliance works.  I've attached the topology.  Any clues as to why it is not peering with at least the main site as there should always be traffic traversing to that site.
    I have "ip wccp 62 redirect in" on all WAN interfaces and "ip wccp 61 redirect in" on all LAN interfaces on the routers.

    Hi David,
    When you say the 274 appliance is not peering with other WAAS appliances, do you see the traffic as pass through.
    What do you see immediately after when you initiate some connection from behind 274 to other sites and check the output of "show stat connection | in
    Regards
    Kiran

  • Error on Loading Credit Management Setups using iSetup in target instance

    Hi All,
         I am trying to migrate Oracle credit management functional setups(Scoring model, Checklist, Automation rules) from source instance to target instance. I am trying to achieve this by the usage of iSetup. Once the Load is done, I am getting the following error and the setups are not migrated. This error comes up only for Credit management Setups. Not for other functionalities. Please help me out on this.
    +---------------------------------------------------------------------------+
    Application Implementation: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    AZR12LOADER module: iSetup R12 Loader
    +---------------------------------------------------------------------------+
    Current system time is 09-OCT-2013 03:15:18
    +---------------------------------------------------------------------------+
    Concurrent Request Parameters
    RELOAD_REQUEST_ID=
    DBC_FILE_NAME=DEVF.dbc
    SNAPSHOT_REQUEST_TYPE=E
    SNAPSHOT_NAME=RAC Credit Management Test
    RELOAD_METHOD=
    REQUEST_TYPE=L
    IS_REMOTE=Y
    JOB_NAME=RAC Credit Management Test1
    USER_NAME=DEPPS
    Downloading the extract from central instance
    Successfully copied the Extract
    Time taken to download Extract and write as zip file = 0 seconds
    Validating Primary Extract...
    Parsing driver.xml
    Time taken to parse the Driver file and construct setup objects:6 milliseconds
    Sorting Apis based on their dependency...
    Time taken to sort the Apis=12 milliseconds
    Printing sorted Apis
      Load Sequence 1
      1)AR_CMGT_Scores
    Oct 9, 2013 3:15:48 AM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
    INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found
    Name: AR_CMGT_Scores
    Type: BC4J
    Path: oracle.apps.ar.ispeed.creditmgt.scores.server.ScoresAM
    Time Taken(seconds): 2.0
    Importing rows from xml file, and validating rows ......
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = Updates are not supported by this API.
    74 rows processed, now posting changes to the database ......
    Transaction committed.
    Processed API:AR_CMGT_Scores
    Status: WARNING
    Concurrent program completed.
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 09-OCT-2013 03:15:50
    +---------------------------------------------------------------------------+

    Vivek,
    Thanks for the update.
    Regards,
    Hussein

  • Retention Policy and Managed folder based retention

    What is difference between "Retention Policy/ Policy Tags" and " Managed Content Settings"?
    In my setup , my managed folder folder become general folder after following steps
    1. Created Managed folder
    2. Created managed content settings for IPM.post and IPM.Appointment with retention action "Delete and Allow recovery".
    3. Created managed policy and applied to 1 mailbox, and this is working properly
    But After that,
    1. Created 3 retention tags(1 for inbox, 1 for sent, 1 personal).
    2. Created retention policy combining these 3 tags.
    3. Applied to SAME mailbox
    4. Ran 'ManagedFolderAssitant'
    **After this, Managed folder become general outlook folder.
    So, cant I have "Managed folder based retention for managed folders" and General retention for "Inbox,Sent"

    Exchange 2010 RTM introduced Retention Policies as the successor to the Message Records Management (MRM) technology introduced in Exchange 2007. MRM was the successor to Mailbox Manager Policies in Exchange 2003. Message Records Management is called MRM
    1.0 and Retention Policies is being called MRM 2.0 for short. MRM 1.0 as well as MRM 2.0 are both available in Exchange 2010. Only difference is we can manage Retention Policies from the EMC and EMS, but the Managed Folder Mailbox Policy is only Managed from
    the EMS through cmdlets in Exchange 2010 SP1.
    It completely depends on your requirements when to use MRM 1.0 and when to Use MRM 2.0.
     Certain new features are added in MRM 2.0 (Retention Policy) which allow us to manage our mailbox email items at very granular level. But if we are still happy with earlier version MRM 1.0 then we can continue using Managed folder mailbox
    Policy in Exchange 2010.
    [ Note: If we are Using the Retention Policy (MRM 2.0) then we can view the expiry of  each and every email items of the folders on which the retention Policy is tagged and this can be only view from OWA and Outlook 2010, But this feature
    is not available  for  Managed Folder Mailbox Policy (MRM 1.0) ]
    We cannot use the Base Folder only switch in MRM 2.0 because it is TAG  specific (DPT, RPT, and PPT) not Managed Folder specific.
    Managed folder Mailbox Policy is folder specific this would be the major difference.
    Refer to this link :
    Retention policies vs Managed folders

  • Solution Manager Setup & Configuartion

    Hi There
    This is a question on Solution Manager setup.
    We are in the process of configuring Solution manager. Basically we have installed two Sol Man 7.0 (Ehp1) systems development (SOD)  and Production (SOP)
    We are insterested in configuring EWA and also would want CCMS monitoring (diagnostics) for our R3, SCM,and BI systems and we are not implementing CHARM, Service Desk or any other functionalities. I would like to know how to proceed with utilising the Dev and prod Solution manager systems for acheiving the above. I would like to get some suggestion on which system should be used to configure the EWA and monitoring. These are the two scenarios that I am considering and would like some suggestion on.
    Scenario1:
    create Dev Landsacpe & Solution for Dev systems in SOD and Prod Landsacpe & Solution for Production systems in SOP
    Turn on EWA and Diagnostics for Prod system in SOP
    Scenario2:
    create Dev Landsacpe & Solution for Dev systems in SOD and a master landscape and solutions for all the systems (Dev& Prod) in SOP. Turn on EWA and Diagnostics for Prod systems in SOP
    What are the pros and cons for the above options ? Is there any other better options ?
    NOTE: We do not have PI(or XI) and have no other Landsacpe config except for BI systems which have been installed as a local SLD. Our R3 4.7 and SCM are on SAP BASIS 620. The idea is to turn on EWA and monitor only the production systems.We are not implementing any Business Solutions in Sol Man system.
    Thanks
    sapkid

    Hi,
    >
    sapkid wrote:
    > Scenario1:
    > create Dev Landsacpe & Solution for Dev systems in SOD and Prod Landsacpe & Solution for Production systems in SOP
    > Turn on EWA and Diagnostics for Prod system in SOP
    > sapkid
    This is the SAP recommended way to create your solutions. All Dev Systems into one solution and All PRD systems into a separate solution.
    check this note 1257308 for EWA FAQs.
    Check these Best Bractices for your BI monitoing
    https://websmp209.sap-ag.de/~sapidb/011000358700001121992008E
    http://service.sap.com/~sapidb/011000358700001123042008E
    Hope this helps.
    Feel free to revert back.
    -=-Ragu

  • Starting Admin and Managed Server on Same Machine

    Has anyone come across a method of running both their admin server and managed
    servers as a Service and on the same machine. As you can see, when the OS comes
    up both Services for the servers will be started. I can put in a dependency on
    the managed server saying that the admin server needs to be started but that doesn't
    guarantee that admin server will be ready for "prime time."
    I have seen somewhere in a support message something about a "depend" and "delay"
    flag for the beasvc.exe program but the one I'm using doesn't seem to support
    this.
    Here is my setup:
    Windows 2000 Pro
    Weblogic Server 6.1 SP1
    Any assistance is appreciated,
    Rich

    John Hufnagle wrote:
              > Is it possible to run cluster admin server and one of the managed servers on the
              > same machine...(just preserving machine resources for in-house testing).
              As Kumar said, it is possible to run the admin server and one (or more) managed servers
              on the same machine.
              >
              >
              > If the admin listens on 7001/7002 can I just set up the managed server to 7003/7004
              > or will I also run into problems with the multicast address?
              Since the admin server is not part of the cluster, it is perfectly fine to use a
              different set of ports for the managed servers as long as all servers in the same
              cluster use the same ports...
              Hope this helps,
              Robert
              

  • HT1338 I am trying to register my Appliances and when I try to click on "Save" or "Submit" I am unable on my MacBook pro. I have tried different browsers yet still same problem.  Can anyone shed some light on this please.

    I am trying to register my Appliances and when I try to click on "Save" or "Submit" I am unable on my MacBook pro. I have tried different browsers yet still same problem.  Can anyone shed some light on this please.

    Thanks for that 'sberman' - because my iPhone is backed-up to my work computer (only at this stage) I have had to call our IT Department in Adleaide. (4 times this morning). The last guy managed to get the phone into 'DFU Mode' - no more recovery mode screen - (kind of 'asleep' perhaps) from my understanding of same. I am awaiting a call again from IT so they can get my computer to actually recognise my iPhone on the C Drive. This also happened to  one of my colleagues in Newman (WA). She got so frustrated with the whole process that she bought another phone the next time she was in 'civilisation.' She hasn't had any problems since. (Cross fingers).
    Thanks again, Sandra2474.

  • I just got a new computer and i still have to use old comp to update and manage apps. how do i switch over to my new comp?

    i got a new comp yet i still have to use my old one to update and manage apps on my iphone 4. how do i switch it over?

    What I do when I get a new computer is the first time I turn it on is use Setup Assistant. Once Setup Assistant has finished doing its thing, the new computer is just like my old one.
    Allan

  • Arch Linux install and management on multiple workstations

    Hello
    I've been asked to install and manage an installation of 20+ computers at my school. They will be dual-boot with Windows and Linux. Even though i've never used Arch, i chose it for the install because i've heard a lot of good about it. I ask for tips on installing and managing such an installation. All the computers and their disks are identical, and i wish all my systems to be identical as well. There is a separate server with LDAP to which i have no root access, but which holds all user accounts.
    Install:
    I probably can suffer installing all the systems manually. I'll dedicate one workstation and create an ftp mirror so that i may do a netinstall on the others -- is this an ok idea? Also, how can i setup hostnames? Can DHCP do this?
    Management:
    The computers will be randomly shut down and powered on as the users please. Perhaps i can boot them all on once a fortnight and use cssh (cluster ssh) to do a system update -- but maybe there is a better way? A local mirror of the packages seems wise. I don't think it's a good idea to create a diskless setup, since if all machines are powered on at once it will significantly decrease boot time and increase network usage, to the annoyance of the users.
    I ask for criticism of those ideas and additional hints.
    PS. I appreciate the joke of asking someone without a Linux installation what the output of a Linux command is:) (when registering to this forum)

    If I was in your position...
    Setup arch on one machine, from scratch to production ready, with the following in mind.
    -Decide what desktop environment and window manager(s) you want installed/want to support.
    -Which applications your users will need
    -Which privileges are required or groups your users will need to be in.
    -Install everything, and note the names of the packages, everything installed after the base install.
    Then make a simple setup sh script that calls pacman to install everything you need and check any settings/group memberships etc, checking the logs afterwords to make sure that there were no issues. You could use this to streamline setup on the rest, or just do what tomk said and clone it.
    I wouldn't wait more than a week between updates. You could probably setup a cron job to run pacman and accept the defaults. You should run this on a test machine before the rest though to insure nothing breaks; that happens occasionally.
    I would probably choose Gnome as the DE personally. Not that it is any better than the others, but it is what I am familiar with, and seemed a bit less cluttered than KDE last time I used it. Less clutter and easily changeable settings means less time fixing users' mistakes.
    You could setup your own local arch repo/mirror and just have the rest of the machines sync from that, it'd save a lot of bandwidth and make updates a bit faster.

Maybe you are looking for