Polling servers/services

I have seen some posts about polling services - and have some dumb
questions!
First off - how do such polling services get started (what 'calls' them, and
when), how is the first service run started after tpsvrinit?
Does the service run many times, and if so, what starts the subsequent
'runs' of the service? Or is one run kicked off, and then kept running
forever and a day - and if so, how is the server ever shutdown, and
tpsvrdone executed?
I am interested in answers that do and do not involve multithreading.
Thanks for any info.
Simon

Thanks for that - it clears up some grey areas I was unsure of (i.e. tpacall
from svrinit, and then to itself).
. . . and I suspect I am pushing it - but is there anyway of getting the
code of a running service to check to see if the server has a pending
shutdown message from the BBL, without actually ending the service
(tpreturn) and starting it again (via the tpacall mechanism you answered
with)? i.e. the service can run ad infinitum ('sleep, check, do work' cycle)
and only tpreturn, to allow thye server to shut, when it detects the pending
request.
Thanks again
Simon
"Anthony Fryer" <[email protected]> wrote in message
news:[email protected]...
>
I just posted about a threaded polling server but will try to summarizethe different
ways I have seen of implementing a polling server. I have over time done3 different
implementations...
1) tpacall polling server -
The job is contained in a tuxedo service contained within the tuxedoserver
and is invoked by doing a tpacall with the TPNOREPLY flag. The servicename has
to be unique across all server instances (ie. if you start up multipleinstances
of the server, each one has to advertise a unique name for the jobservice. One
way is to use the PID to create a service name and dynamically advertiseit in
tpsvrinit). The job is invoked at the end of tpsvrinit by doing atpacall, then
at the end of the job, it must also perform a tpacall to itself. Youshould also
do a sleep within the job service, just before the tpacall incase the jobdoes
nothing, to prevent the server going into a continuous tpacall loop.After the
tpacall, the job service then does a tpreturn. The server can be shutdownjust
after the tpreturn is called and before the server starts the nextiteration of
the job (ie. After tpreturn and before the next message is taken off theIPC queue
to start the next job ). So you just do a normal tpshutdown, and it willshutdown
when the currently executing job has finished. No threading involved.
2) Alarm based polling server -
The job is contained in a function, NOT a tuxedo service. In tpsvrinit,you
set an alarm signal handler function (sigset), and then at the end oftpsvrinit
you set the alarm for a specified interval in seconds (alarm). tpsvrinitexits
and then after the interval, the alarm goes off and the signal handlerfunction
is invoked which is the job function. The job executes, and at the end ofthe
job, the alarm is reset again using the alarm function. This signal basedpolling
server is easy to do and uses no threads. There are drawbacks though.Any code
could reset or disable the alarm signal and consequently stop the serverfrom
polling (including code in 3rd party libraries). The server can beshutdown anytime
the job is not executing, but be aware the alarm could go off while youare in
the tpshutdown method which would then cause the job to execute again.
3) Threaded Polling Server -
In tpsvrinit you lock a global mutex and then spawn a thread for eachjob function
you have in the server before releasing the mutex. These thread functionscontain
an infinite loop that aquires a lock on the global mutex, performs therequired
job, releases the mutex and sleeps for an interval. You can shutdown theserver
at ANY time because the main thread is never doing anything. Intpsvrdone, you
aquire a lock on the global mutex to make sure that any currentlyexecuting jobs
are completed before shutdown, and then destroy the threads and the mutex.This
is my preferred method of implementing a polling tuxedo server.
Anthony
"Simon McDonald" <[email protected]> wrote:
I have seen some posts about polling services - and have some dumb
questions!
First off - how do such polling services get started (what 'calls' them,
and
when), how is the first service run started after tpsvrinit?
Does the service run many times, and if so, what starts the subsequent
'runs' of the service? Or is one run kicked off, and then kept running
forever and a day - and if so, how is the server ever shutdown, and
tpsvrdone executed?
I am interested in answers that do and do not involve multithreading.
Thanks for any info.
Simon

Similar Messages

  • File occasionally stuck in staging on File Poller Proxy Service

    Hi All,
    I'm having some problems with a File Poller Proxy Service. The Proxy reads xml files in a polling shared directory and puts the message in a queue. The files are small (<1kbytes).
    The problem is that occasionally the file gets stuck in the staging directory and never gets to the jms queue. If I cut the file and paste it again in the polling directory, it gets processed fine.
    Any ideas?
    Thanks.

    I have one cluster on the web logic server with 4 managed servers in it.
    The proxy runs on ms1, and the staging directory is on a different physical server shared folder.

  • How to 'fail-over' CSS11503-AC when ALL 5 Reals Servers (Services) die

    Hi all,
    Could anyone out there possibly provide an idea/config, of how it is possible to'fail-over' a CSS11503 set-up in Active/Standby mode with "ASR" enabled when:-
    - ALL your real servers(Services) for a particular VIP 'die'/OR nic is faulty.
    - So NOT just 1 of the real servers, but when ALL 5 are not reachable, I need to 'failover'
    My initial thought are to use the "critical reporter" or "critical service" to report back to the 'active' CSS.
    Anyone who has done this scenario before , please advise..
    thanks

    Thanks very much Syed fo rthis.I was thiking that no-one could answer this query.
    After a little tsting, I set the following config in the lab and it works but is different to yours. I cannot seem to configure the servive as "type local". When I input 'type ?; I get options such as nci-direct-return, nci-info-only, proxy-cache, redirect etc...etc..NO 'local'...!!
    Please advise..Thanks in advance
    ************************* INTERFACE ************************* interface 1/1 bridge vlan 800 phy 1Gbits-FD-no-pause
    nterface 1/2
    phy 1Gbits-FD-no-pause
    bridge vlan 20
    nterface Ethernet-Mgmt
    description "Management Interface"
    nterface 2/1
    description "1st ASR Link"
    isc-port-one
    nterface 2/3
    description "2nd ASR Link"
    isc-port-two
    ************************** CIRCUIT ************************** circuit VLAN800
    description "FE_CORE"
    ip address 192.168.83.249 255.255.255.0
    ip virtual-router 1 priority 110
    ip redundant-vip 1 192.168.83.148
    ip redundant-vip 1 192.168.83.158
    ip critical-service 1 DTSFE01
    ip critical-service 1 DTSFE02
    ip critical-service 1 DTSFE03
    ip critical-service 1 DTSFE04
    ip critical-service 1 DTSFE05
    ip critical-reporter 1 Physical_if_DWN
    ip critical-reporter 1 r1
    ircuit VLAN20
    description "LBAL"
    ip address 192.168.20.1 255.255.255.0
    ip virtual-router 2 priority 110
    ip redundant-interface 2 192.168.20.3
    ip critical-service 2 DTSFE01
    ip critical-service 2 DTSFE02
    ip critical-service 2 DTSFE03
    ip critical-service 2 DTSFE04
    ip critical-service 2 DTSFE05
    ip critical-reporter 2 Physical_if_DWN
    ip critical-reporter 2 r1
    ************************** REPORTER **************************
    reporter Physical_if_DWN
    type critical-phy-all-up
    phy 1/1
    phy 1/2
    active
    reporter r1
    type vrid-peering
    vrid 192.168.83.249 1
    vrid 192.168.20.1 2
    active
    ************************** SERVICE **************************
    service FE01
    ip address 192.168.20.183
    keepalive frequency 2
    keepalive retryperiod 2
    keepalive maxfailure 2
    redundant-index 4
    service FE02
    ip address 192.168.20.184
    keepalive frequency 2
    keepalive retryperiod 2
    keepalive maxfailure 2
    redundant-index 5
    service FE03
    ip address 192.168.20.185
    keepalive frequency 2
    keepalive retryperiod 2
    keepalive maxfailure 2
    redundant-index 6
    service FE04
    ip address 192.168.20.186
    keepalive frequency 2
    keepalive retryperiod 2
    keepalive maxfailure 2
    redundant-index 7
    service NWFE02
    ip address 192.168.20.204
    keepalive frequency 2
    keepalive retryperiod 2
    keepalive maxfailure 2
    redundant-index 10
    active
    !*************************** OWNER *************************** owner SERVICES
    content DTS_192.168.83.148_443
    add service DTSFE01
    add service DTSFE02
    add service DTSFE03
    add service DTSFE04
    add service DTSFE05
    vip address 192.168.83.148
    port 443
    protocol tcp
    advanced-balance sticky-srcip
    redundant-index 1
    sticky-inact-timeout 5
    owner NW_SERVICES
    content NWCS_192.168.83.158_443
    add service NWCSFE01
    add service NWCSFE02
    vip address 192.168.83.158
    protocol tcp
    port 443
    sticky-inact-timeout 5
    redundant-index 2
    advanced-balance sticky-srcip
    active

  • Problems with one of the front-end servers (service wont start)

    Hi,
    Having a pool with two front-end servers (Lync Server 2013 on Windows Server 2012) and I cannot get one of servers to work properly. 
    The Front-End service is not starting.
    Have removed both servers from the topology and installed one at the time. When adding the second server to the pool the service never starts, its in starting state and a bunch of error messages appears:
    - Server startup is being delayed because fabric pool manager is initializing.
    Cause: This is normal when Pool is bootstrapped and indicates that the Front-End is waiting for a quorum of other Front-Ends to be started.
    - Pool Manager failed to connect to Fabric Pool Manager.
    Cause: This could happen because insufficient number of Front-Ends are currently active in the Pool.
    I have tried restarted one at the time, both at the same time...
    Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery
    Reset-CsPoolRegistrarState -ResetType FullReset
    I have also had a look at the kb saying that there could be a certificate issue. So I have ran that script but no certificate is misplaced in any store.
    I have removed the front-end certificates and requested new ones from the internal CA, I have also done the same to the OAuth certificates.
    How to proceed?

    Hi there,
    if you are still receiving, the same error, please try to shutdown the first Front-End Server, and give time for the services to start, however I would like also to add that with Lync server 2013 the Enterprise pool requirements is to have 3 Front-End Servers
    in a pool instead of 2, because  of introducing the brick model  architecture.
    Regards,
    Charbel Hanna
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • SQL 2012 Management Studio Remote Servers Service Status Slow/Stops Working

    This is a huge annoyance.  I manage about 50 SQL instances of SQL Server versions 2005-2012 and I noticed that it takes 1-2 seconds to load the service status (green arrow) on each individual server.  If you then connect to a server, you have to
    wait for all the statuses to be loaded first in the Registered Servers list before it loads the statuses for servers in the Object Explorer.  This happens whether the servers are registered in Local Server Groups or Central Management Servers, and whether
    I have access to all servers (as windows local administrator and sa), or not.  It also happens regardless of whether I run as Administrator or normally on my instance of SSMS (which is SQL 2012 Development on Windows Server 2008 R2).
    These servers are also registered in alphabetical order by group and server name, which means that if I have "DEV" groups, they will be registered before "PROD", unless I rename accordingly.  It sometimes takes a few minutes, if
    I'm lucky, to get a server I connect to to load, which means I can't use SSMS to really manage any remote servers and start/stop/pause/resume/restart services.
    Worse, sometimes due to a server becoming unavailable (due to updates/patches/failovers), SSMS is unable to load the service statuses anymore for any new server connections made to object explorer, resulting in the loss of ability to view/change service statuses. 
    In this case, there is no way to recover (Refresh of Central Management Servers does nothing), except to close SSMS and open it again, and then wait again for all the statuses to load.
    I have lived with this since first installing SQL, and regardless of the Windows Updates and SQL patches applied, the problem has never gone away.  This also happens if I load SSMS in Windows Server 2012.  Its starting to become a huge issue now
    that I have to patch several servers each month.
    I have already checked WMI permissions, GPO, firewall, etc. as per all the suggestion on the internet, including this post
    http://www.sqlservercentral.com/Forums/Topic825246-146-1.aspx.  None of these suggestions have made a difference, as my real problem is one of connectivity and performance, and
    not security, which most of these suggestions apply to.  Of note, all servers are in the same domain, firewall is disabled across the board, correct permissions for local administrators exist for remote registry settings, WMI, GPO, etc, and all service
    accounts and windows accounts that are used are local admins and sysadmins.
    My work-around has been to delete the Central Management Server and any local server group registered servers, close and re-launch SSMS, and then connect to a server I'm interested in via Object Explorer.  Otherwise, close and re-launch will take forever. 
    My other alternative is to RDP into the remote server and manage services via SQL Configuration Manager locally.
    If anyone has any ideas on how to fix this, or make it go faster, I'd really appreciate it.
    Diane

    Hi Satish,
    Thanks for taking the time to reply.  Yes, I actually am already using work-arounds (i.e. methods other than SSMS) to accomplish my tasks.  My issue is that this is supposed to be working and provide a nice GUI so that you can easily visualize
    any issues, and address them directly, without having to hodge-podge access via scripts or 3rd-Party tools.
    Since no one else has any comments, I guess there are no plans to make remote server administration work with SSMS properly then, and that kludge methods are the only ones being advocated.
    Diane

  • Polling web service problem

    I am trying to create a polling asynch web service.
    But I am having a problem. The method that performs the polling, blocks until the initial request to the web service which started the conversation completes.
    It seems that as long as the web service/controls have an active thread running in it, it blocks all other requests. Is this correct? Can there only be one active thread running in a control or a web service even if it is asynch?
    The design is as follows:
    The Web Service is conversational and has three methods:
    1) startProcess()     -> start
    2) pollForResult()     -> continue
    3) finish()          -> finish
    There are two controls, Step1Control and Step2Control.
    The WebService has a reference to Step1Control.
    The Step1Control has a reference to the Step2Control.
    The following describes the process flow:
    1) WebService.startProcess() calls Step1Control.startProcess().
    2) Step1Control.startProcess() calls Step2Control.startProcess().
    3) Step2Control.startProcess() is buffered so this does not run until step 5 below.
    4) Step1Control.startProcess() completes and the Web Service call completes from step 1.
    5) Step2Control.startProcess() runs asynch. This method loops 20 times, each iteration it sleeps for 1 second.
    As the Step2Control.startProcess() is running aysnch, I am trying to use the pollForResult() method on the web service to check the progress of the Step2Control process. When I make the call, the call blocks until the Step2Control.startProcess() loop completes (step 5 above).
    It works like this.
    When Step2Control.startProcess() completes, it calls back the Step1Control and sets a member variable in the Step1Control to indicate the Step2Control has finished looping and processing.
    The WebService.pollForResult() (which is my polling method on the web service) calls the Step1Control.pollForResult() to get the value of the result returned from the Step2Control process.
    Any idea why polling blocks.
    It seems that only one thread can be working on the web service or control at a time. Even though the process is running asynch after the 1st request that initaited the asynch process, it seems that calls to the web service block until the asynch Step2Control.startProcess() completes.
    Do conversational web services prevent mutliple active threads working on it at the same time?

    I am using Weblogic workshop test browser to test this code. My Ws code looks like this.
    package WebServ;
    public class AsyncWebServ1 implements com.bea.jws.WebService
    * @common:control
    * @jc:timer repeats-every="30 s" timeout="60 s"
    private com.bea.control.TimerControl MyTimerControl;
    * This member variable stores the client choice to be sent a callback or not.
    public boolean m_useCallback;
    * When the callback handler is fired, this boolean is set to true.
    * Clients that don't want callbacks check this boolean to see if their result is ready.
    public boolean m_messageIsReceived;
    public Callback callback;
    * @common:control
    private Control.xmlDocWSControl xmldocwscontrol;
    static final long serialVersionUID = 1L;
    private String xmlString = "";
    private String strName = "";
    * @common:operation
    * @jws:conversation phase="start"
    public void getWSEmplyeeInfoCON(String aName)
    MyTimerControl.start();
    xmlString = xmldocwscontrol.getEmplyeeDtlsCon(aName);
    return ;
    public interface Callback extends com.bea.control.ServiceControl
    * @jws:conversation phase="finish"
    public void testCallback(String result);
    * @common:operation
    public void MyTimerControl_onTimeout(long time)
    //xmlString = xmldocwscontrol.getEmplyeeDtlsCon(aName);
    if(!m_useCallback)
    m_messageIsReceived = true;
    else
    callback.testCallback(xmlString);
    MyTimerControl.stop();
    return;
    * @common:operation
    * @jws:conversation phase="continue"
    * @jws:protocol form-post="false" form-get="true"
    public boolean checkStatus()
    return m_messageIsReceived;
    * @common:operation
    * @jws:conversation phase="finish"
    * @jws:protocol form-get="true" form-post="false"
    public String getMessageResponse()
    return xmlString;
    * @common:operation
    * @jws:conversation phase="start"
    public void requestMessage(boolean useCallback)
    m_useCallback = useCallback;
    // Start the delay timer.
    MyTimerControl.start();
    return;
    The value of xmlString can be hard coded.
    Saju

  • MSCS H/A enqueue, replication and message servers services

    Hi,
      I'm looking at the documentation about "Installation of multiple SAP Systems in MSCS: MSSQL Server" but I have a few questions about the SCS and ASCS process.
    Are the process setup as generic cluster service?  Or are they SAP provided cluster services?
    What monitoring is done with the the enqueue, replication and message server services in the cluster?

    Mike,
    The SAPINST installer will install SCS and ASCS services into MSCS for you.  They are installed inside the SAP group in cluster.
    The message servers, controlled by either SCS is HA with MSCS.  The enqueue services is HA with installation of ERS locally on both nodes.  SCS + ERS + ERS provides a triangular HA that means the services is always on and can withstand an cluster failover.  The cluster only controls the SCS service.  The ERS services are local to each server.
    Let me know if I did not answer the question.
    jwise

  • Migratable Servers & Services

    Hey everyone...
              For the purposes of this discussion, assume I've created two managed servers: "managedServerOne" and "managedServerTwo".
              I've been working with JMS on WLS and am struggling a bit with the semantics of migration. When I create and deploy a physical topic, I'm given the option of deploying to any (or all) servers in my cluster; I've noticed that in my list of potential targets, I see managedServerOne, managedServerTwo, managedServerOne (migratable) and managedSeverTwo (migratable).
              That's all fine and well, but I'm keenly interested in what actually occurs when I target my topic to a migratable server vs. a non-migratable server. The documentation seems rather vague as to just what makes a particular managed server migratable. I get that in the event of server failure, I can migrate the topic - but just what is it that I migrate?
              Any information would be warmly welcomed.
              Thanks,
              Cory

    Hi
              First, I assume when you say you creat topic, you really mean you created a JMSServer that has a topic.
              Now, to answer your question, the "migratable" flavor of server target enables you to perform "service" migration, in the event of any failures.
              In order to have a valid "migration" configuraiton, you have to have more than one "CandidateSrvers" on the migratable target and select one of them as "UserPreferredServer".
              So, when you target a JMSServer to the migratable target, the JMSServer will be hosted by the current UserPreferred server. Later, user can perform the migration process, that will change the "UserPrefered" server from the current to new one from the list. This will internally cause the JMSServer to move over to the new "active" server, without loosing the service.
              The samething goes for JTA service.
              Please read my white paper to get more info.
              http://dev2dev.bea.com/technologies/soa/xmlmessaging/articles/ClusteredJMS.jsp

  • [SOLVED]Multiple servers/services with only one machine

    Hello,
    First of all, thank you for taking time to read this post.
    Long story short: I had a machine laying around so i decided i would use it as a router/wireless access point since my isp router isn't working so well, but since the machine is not working anymore, and i don't have the resources(a.k.a. money) to fix it, i decided to use my main machine instead and make my laptop my main machine.
    I have been reading the arch wiki regarding how to make a router and a wireless access point, but then i remembered something, what if i decide i need another server(http/https, ftp, NAS, IRC) which i might want, could i use virtualbox?
    So my question is: can i have my computer with arch serving as a router + wireless access point and on the same machine, virtual machines with arch running other services? If i kept the files from this servers, like the www folder, of ftp folder, on the host machine would this be a security risk? This not intended for a enterprise environment, only here at home.
    Thank you.
    Last edited by jantonio2992 (2013-12-03 17:12:24)

    ewaller wrote:
    jantonio2992 wrote:Ok, so i can run everything in this machine. Can i still use this machine as a main machine (using virtual machines to test apps and its configs)? Or that might make me break the system?
    That would depend on the traffic   If it is just for you or your LAN, probably not a problem (unless you are streaming video to a bunch of machines).  <Sarcasm>OTOH, unlike others, you might want try to run an entire national health care sign-up site on it * </Sarcasm>
    * Note ... I have no concept as to the real architecture of the Affordable Health Care Act web site.
    Edit:  Too slow.
    Sorry i didn't see you answer befores i posted my last. It would be only for my Lan, only serve i would run to the Internet would be SSH.. And no streaming video

  • Need function which delivers a list of all servers/services/bapis/functions

    Hey experts - I had a question in the SOA-forum and I was adviced to search for help in here!
    I hope someone of you can help me with my problems - here my original Thread from the SOA forum
    need a list of all services, processes and servers
    Thanks for your help!

    No cross posting
    Read the "Rules of Engagement"
    regards
    Juan

  • Changing Domain Administrator Password : How can I find out what all servers / services are currently using this?

    Good morning all,
    I took over as IT director for the school district in my town about 2 years ago, and we've had some techs come and go, all of which have had the domain administrator password (not my call, but my fault for not changing it by now).  I am about to change
    it, but before doing so I want to know how I can make sure what all this will break so I can quickly change the cached/saved password on whatever supporting services use this user/pass.
    Can anyone help here?
    Thank you!

    Hello,
    In my point of view if I were in this situation I would Change the domain administrator password. By
    Resetting the domain administrators all the services which use domain administrator as their logon user, will lose their functionality. I had this experience and I did change the domain administrator password with no problem. However do not
    forget to have a account lockout tool or script for locating the place where the account was locked out.
    But to keep it short most of the time. lockout problems are arise from mapped drives, credential manager and saved RDP sessions and etc.
    Regards.
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Permanent SSL connection in background (own poll/push service)

    Hello
    I’m new here and I will first say hello! I'm 46 years old and I am from Germany. I work as an software developer since 1993 and I know, my English isn't the best ;-)!
    Now to my questions:
    I have written a client Server application which is a secure and real time (< 5 sec) alert system. At the moment the clients can be a PC (Windows, Linux or Mac) or an Android Smartphone.
    The App’s have all a permanent SSL connection to the server.
    So, if  one  client send an alert, the server can send this alert to all specified clients which are online.
    Also the server can send alerts to specified client, if the count of online clients is under a specified number.
    So my customers have a very high security, that in case of a fault, very fast enough employers received the alert!
    Now it is on me, to create an I-Phone APP witch work as a client on this system.
    I read now many documents, how can I set up a permanent SSL connection in the I-Phone APP as a background task and if I understand it right, than this is not possible.
    For that functionality the Apple push service is normally used, but in case of my application there is a problem, because an Apple push notification has no guaranty about the running time.
    As far as I read multitasking background function are not for network activity’s (without the APS)
    Have someone an idea how can I solve my problem?
    Thanks Aki

    Hi etresoft,
    thanks again, I'm happy that I found here so fast help.
    Have you any link to a dokument, how does IOS support keep alive in a multitasking background task, I didn't find anything (maybe I searche with the wrong words)?
    The main reason, why I can't use the Apple push notification service is, that then my server dosen't know, who is online and receiveable!
    The second is, that I can't start die APP direct, when the IPhone is in look modus (in Android the APP has is own look screen and speak the mesage after the alert sound!).
    And the third, that I dosen't know (have a garrenty), how long the message need to be displayed on the phone.
    That this application drain battery is clear! On Android it is tolerable (round about 10% more or instead of 30h, 27h battery live time on my device).
    For my customer 20h battery livetime, will be enought, because the divices are recharged every night.
    Regards Aki

  • Increases number of JMS consumers in an OSB jms-polling proxy service

    Hi All,
    I'm looking for an option of increasing the number of JMS consumers in a JMS OSB proxy service. I know that this is possible by modifying the ejb, but I'm looking for any other option by using weblogic/proxy configuration. When I monitor the queue I have a number of 16 message consumers, but I would need to increse it to a higher number in order to improve the performance.
    Please send me any suggestion o advice to solve it.
    Thanks in advance
    Luis

    Sorry I sent it to the wrong place. I have moved it to Weblogic

  • Branch Office will not host Microsoft services/servers - Sites and Subnets

    Hi,
    The scenario is the following:
    1 Domain. Windows 2012 R2.
    6 sites. 1 DC per site. 3 subnets per site.
    5 sitelinks.
    The sites diagram is the following:
    The branch office "SITE04" will not host any Microsoft service/server/PC. Network routing/flow scheme will not change (branch office SITE04 reamins routing traffic to/from SITE05 and SITE06).
    The questions are:
    Does the existing SITE04 subnets must be deleted?
    Does the existing SITE04 site must be deleted?
    Does the existing SITE04-SITE05 and SITE04-SITE06 site links must be deleted?
    if yes to any of the above questions?
    How to redesign the subnets/sites/site links?
    Thanks in advance!

    Thanks MrX for your response.
    The SITE04 branch office will not host Microsoft-based PCs/Servers/Services. SITE04 will be used for network traffic routing purposes and will host servers from another platform.
    Why to mantain SITE04 subnets?
    Thanks in advance!
    In this case, maintaining the subnets would be optional.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Is it possible to view individual SSL-proxy service usage (TPS)?

    Hi,
    Can the ACE provide any detail above and beyond just the overall ssl-connection rate for a particular context?
    I have an ACE with two contexts and multiple ssl-proxy services configured within each and it would be really helpful to know the ssl-connection rate associated with each service (current, average, peak, etc) as I've got the issue where the SSL resource limit for one of the contexts has been reached and I don't know which service has jumped up in usage;-
    Allocation
    Resource Current Peak Min Max Denied
    ssl-connections rate 0 250 250 250 351
    I can set up custom MIB pollers based on OID values within our SolarWinds network monitoring system so even if the information isn't directly available through the ACE CLI but has an associated OID I'd be grateful for the info if any one knows it (or even just the OIDs that contain the connection rate values from the 'sh resource usage' command so I can graph the overall usage against date/time within SolarWinds).
    Thanks
    Matthew

    Matthew,
    I do not know the OID to poll the service-policy info.
    But if you do a 'show service-policy ' at regular interval and compare the hitcon, you can compute the connection rate for each service policy individually.
    Gilles.

Maybe you are looking for

  • Calling RFC Function module from JAVA

    Hi All,    We have created a RFC Function Module for Billing Plan tab in Sales order (BDC). The function Module contains BDC. When we are running the same function module in SAP it is working fine. But when the FM is called in Java , it is allowing o

  • How I got Xorg working under Optimus

    I have just gone through the process of installing Arch Linux on my laptop(Dell Latitude E6420, NVS 4200M + Intel IGFX), without any major issues. I used the Beginner's Guide, the Bumblebee wiki page, and the 'installing X' wiki page to assist my ins

  • Common Frustration

    I read this in an article about Linux, but I think the idea certainly applies here as well (and probably in forums everywhere). I posted a message on a forum, but Linux people were mean to me. in most examples of this complaint, the individual concer

  • Exact adapter I need to connect to an older boxed television?

    I have a mid 2009 Macbook and have baught without any results several adapters and come to the conclusion each device varies on output adapter. I have a dead backlight on my macbook, which I can't even attempt to reach because of a stuck battery (my

  • How do I get rid of a java application unistall set that keeps popping up on everything I do

    Every time I open Firefox I get the Java Application unistall set How do I get rid of it so I can Go to different sites without it popping up all the time.