Scripts CPL to limit simultaneous users

I want to configure a CPL script that will limit the number of concurrent users, based on the records in the Zone.

Someone has it before completed or is it an example of script that I need to write

Hi Peter,.

If I understand correctly, you must limit the number of simultaneous calls in VCS and you intend to do by using the cpl is my understanding correct?

If so, unfortunately, as I mentioned before in another thread, VCS provides no mechanism for counting the number of active calls and then to limit the calls after reaching a certain value. You need something out of the box to get your need, maybe a policy server custom call external, as I suggested in the other thread, will actually take a peek:

https://supportforums.Cisco.com/message/4010381#4010381

I see you really need to have a few VCS feature that allows to limit the number of concurrent calls, maybe something applied to a particular rule of subarea or research. As VCS does not provide this feature at the moment, I suggest you go ahead and make a feature request. Contact your Cisco representative, it can help you with this question.

I also suggest a 'method is not perfect' to control the number of concurrent calls based on the limitation of bandwidth, it's the only thing you have in VCS inbox, itself:

https://supportforums.Cisco.com/message/4004704#4004704

I hope this helps

Concerning

Paulo Souza

Please note the answers and mark it as "answered" as appropriate.

Tags: Cisco Support

Similar Questions

  • VDP - limit simultaneous backups

    Hello

    Has anyone tried to limit simultaneous backups?

    (8) the default number is just too much for our SIN and I would have 4 or even 2 backups running at the same time.

    Jeff Hunter mentions that it is possible:

    Setting the record straight on VMware vSphere Data Protection | VMware vSphere Blog - VMware Blogs

    «It is possible to change the number of proxies used by running the script registerproxy.sh located in/usr/local/avamarclient/etc /.» Please understand that this is something that has not been tested and is NOT supported. »

    If someone was actually able to do, I would like to hear how it's done.

    Thank you!

    This should provide you with a solution - http://onevirtual.wordpress.com/2013/11/20/re-configure-proxies-for-vdp-to-limit-the-number-of-parallel-backups/

  • Script to add a domain user to the local Administrators group raises the error "the network path is not found."

    I have a Windows Server 2008 R2 domain and a Windows XP Pro workstation that has been attached to the domain and then disconnected. I am trying to create a VBS script to add a domain user to the local Administrators group.

    I log on my computer as a local administrator and run the following script:

    Dim oNetwork: Set oNetwork = WScript.CreateObject ("WScript.Network")
    StrPC Dim: strPC = oNetwork.ComputerName
    Dim OGroup: Set oGroup = GetObject ("WinNT: / /" & strPC & "/ directors")
    Dim OUser: Set oUser = GetObject ("WinNT://domainname/username")
    oGroup.Add (oUser.ADsPath)

    This script returns the error "the network path is not found."

    However, I am able to go into control panel > user accounts > enter the user name and the domain name > click Next... > choose the administrators of the 'other' group and the user name will be added to the local Admin group.

    The same script runs without error if it is launched after logon on the workstation with a domain administrator account.

    How can I get my script runs without error, when you are logged into the workstation as a local administrator?

    Best regards, Andy

    The code that I used came from here. If the syntax of the Add method is passed to oUser.ADsPAth to "WinNT: / /" & domainname & "/" & username, the script works correctly.

    Therefore, the modified script:

    Dim oNetwork: Set oNetwork = WScript.CreateObject ("WScript.Network")
    StrPC Dim: strPC = oNetwork.ComputerName
    Dim OGroup: Set oGroup = GetObject ("WinNT: / /" & strPC & "/ directors")
    Dim strUser: strUser = "WinNT://domainname/username."
    oGroup.Add strUser

    Thanks to Qasim Zaidi to show the code of work here.

    Best regards, Andy

  • When I log in with the user account that reflects on the one hand by car, there is no batch file or a script in AD for this user profile

    Hello

    I created a new user in AD (Server 2003).

    When I connect with the user account that reflects on the one hand by car, it not there no batch file or a script in advertising for this user profile. I don't want user to access this part by car.

    If anyone can help.

    Kind regards

    Virendra Tainya

    Hello Virenda,

    Thanks for posting your query on the Microsoft Community.

    I would like to inform you that we have a support forum dedicated to systems on area issues, I suggest you to send your query on Microsoft TechNet forum for this issue. You can get more effective suggestions and adapted by experts familiar with this topic.

    Please visit the link below to find a community that will support what ask you:

     

    Microsoft TechNet

    https://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?Forum=winservergen

    Hope the helps of information. Let us know if you need help with Windows related issues. We will be happy to help you.

    Thank you

  • Need a script powercli on behalf of user ESXi servers list

    Need a script powercli on behalf of user ESXi servers list

    My mistake, try something like this

    $user = "root" $pswd = "password"
    
    Get-VMHost  | %{
      $esx = Connect-VIServer $_.Name -User $user -Password $pswd  Get-VMHostAccount -Server $esx |  Select @{N="Host";E={$esx.Name}},@{N="Uid";E={$_.ExtensionData.Id}},Id,@{N="Name";E={$_.ExtensionData.FullName}}
      Disconnect-VIServer -Server $esx -Confirm:$false}
    
  • What is simultaneous users?

    Hi all

    What is simultaneous users? How to calculate the concurrent users? Is it like below?

    SQL > select count (*) in the session $ v where status = 'ACTIVE ';

    The meaning of v$ session.status = 'ACTIVE' is given in the docs. You could take this too far from counting "concurrent users". But some people would define "concurrent users" as logged on the database sessions. Others would say that connection pooling techniques must be taken into account. It's up to you: make your own definition and don't forget that other people understand what you mean by the term every time you use it.

  • Need a powershell script to create a local user on esx given the esx server list box

    Hello

    I need a powershell script to create a local user on esx in a given list entry of esx servers through a csv spreadsheet. The script should ask me the user name and the password for the user name to be created on the given list of esx servers.

    Thanks in advance!

    Just noticed that there is a lack of vacuum after the - password parameter.

    It should be

    $userName = Read-Host "Username"
    $password = Read-Host "Password" -AsSecureString:$true
    Import-Csv "C:\vmhosts.csv" | %{
         Connect-VIServer -Server $_.Hostname -Credential (Get-Credential)
         New-VMHostAccount  -Id $userName -Password $password -UserAccount:$true -GrantShellAccess:$true -Confirm:$false
         Disconnect-VIServer -Confirm:$false
    }
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • SQL script to change the database user

    Oracle 11g on Solaris 10.5 64-bit SPARC

    I work on generate a SQL script to change all default users to a new or custom password.
    Example: change the system of the user identified by new_password

    Problem:
    My problem is that I don't want the 'new_password' be in plain text, because the script will on the ground prior to deployment.
    Can anyone give me some suggestions?
    Is this doable or I can generate the already hashed password - as change User Manager idenfified < hash_characters >

    Example change manager users identified by 'HE5823WE4095432241252 ';

    You can use the hashed password if you say for example:

    change the system of the user identified by values 'hashed_password_string '.

  • Is it possible to limit the user to a session?

    Hello
    We have Oracle apps R 12.0.6, single node installation. Due to performance issues, I want to prevent the user not to have only a single session. Is it possible to limit the user to a session?

    Concerning
    Arizuddin

    Hello

    Is it possible to back out if necessary? We have to bounce the server applications after the loading event, subscriptions, or can it be implemented while the instance is up & running?

    You can return back (mentioned in the other thread). I think you have to bounce the application services once you are finished.

    Kind regards
    Hussein

  • Windows 7, script to remove all the user accounts

    I'm on the technical support team.  On my desktop I have connection to more than 10 accounts per day to test and ensure that users are working.   Y at - it a script or a way to remove all the accounts?  Now, I need to right click on "computer" / Properties / advanced system settings / user profile settings / then remove them all one at a time and each of them take like 30-45 seconds.  I can remove the easy user profiles, but all accounts really slow things down.

    Hello

    Thanks for posting your query on the Microsoft Community.

    I would like to know some information.

    You are connected to a domain network?

    I suggest you re-post your query on the TechNet forums because we have experts working on this type of questions and for you help the better.

    Check out the link:

    https://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro

    Hope this information helps. Please let us know if you need any other help with Windows in the future. We will be happy to help you.

  • After you create the action script for the creation of user Oracle DB - connector DBUM

    Hello

    After we have set up a user of IOM in the database on the target system, you must insert the same user in the RLS_USER_GROUPS table. (INSERT INTO CAMPDB. The VALUES of RLS_USER_GROUPS ('DV < user name >', RLS_DEV');  )

    The requirement is available to the user of multiple databases (different values of SID). But, the user to insert in a table to a database (DB1).

    If I write an after create a file of Action with action script, it will fire for all databases?  How to trigger this script only on the DB1 database?

    (2) in the literature, it is mentioned as below

    (Q) I installed the connector only in IOM (there is no connector server). Thus, in the 3rd and 5th stage, what should I mention

    Key code?

    Decode?

    Please suggest

    Thank you

    This query has worked well.

    INSERT INTO CAMPDB. RLS_USER_GROUPS (USERNAME, GROUPNAME) VALUES ({__NAME__}, "RLS_DEV")

  • 100 simultaneous users can connect to an 11g SE 1 DB?

    Re: Oracle Database 11g Standard Edition One

    Simple question: If we buy a 11g SE 1, for 5 users for US $ 900 (US$ 180 / user (minimum five users)).

    (1) can only 5 different users connect at the same time? Tell jack users, peter, bill, james & phil

    (2) simultaneously can 100 sessions of jack user connecting to the DB? that is, if we execute this query, SELECT COUNT (*) FROM v$ session WHERE username = 'JACK' will give a value of 100.

    That means 'by user' minimum five really means?

    No, you're wrong on both points. Named users have nothing to do with sessions. They have to do with people.

    If you have 5 named users, these 5 people can create as many sessions as they wish.

    You cannot use connection pooling to work around - if you have 100 people, you have 100 people, no matter how you pool/multiplex connections

  • Script to check if the user selected item from downdown list or not

    I have a script that runs when the form user leaves a drop-down list object after you make a selection. I don't want the script runs if the drop-down list object is empty (the user does not have a selection). I need to create an if statement to test if the user makes a selection in the drop-down list. All the items in the drop-down list are 4 digits.  I prefer the stated case is in the Exit event. The following script is correct?

    If (dropdown1.isNull | dropdown1.rawValue.length! = 4) {}

    xfa.host.messageBox ("you must make a selection, the drop-down list name");

    }

    else {}

    set the script to execute here

    }

    It seems that your script is generally good, but you try to do something more in the message box? Did you mean to carry the name of the drop-down list in the title or as part of the message?

    If you are not allowing the custom entry, you only need the null control. Of course, we only talk about one millisecond, or to check the length of your string. So, you are not asking all devices to perform intense processing.

    If I were asked to do, this is what my script would look like.

    If you allow custom entries, you must specify what the problem is for the user.

  • Can CS3 continues to run scripts and react to the user selections?

    Can I start scripts in the normal way, but they continue to run in the background?  I would like the script to react every time that the user clicks on a group.

    # Scripts are always modal.

    Mylenium

  • Number of simultaneous users at a time

    I have a project that I'm leading. Here's my question:

    If I want to install Vmware Workstation for Windows XP SP3, then install an instance of Windows Server 2003, as you know windows xp cannot accommodate only 10 users to be connected to a shared at some point drive, but given setup windows server 2003 in Vwware, which will eliminate the limit if 10 users like windows XP?

    Thank you

    Welcome to the boards

    If you share on windows server then you will need to treat the shares as if they were on a box of server physical windows 2003.  If your hand was the host of XP, you'd still have the limit of 10 reviews

    • Kyle

Maybe you are looking for

  • Purchase music that is not downloaded will not be displayed in my music like movies and TV shows

    When I go to "My Movies" or "My TV Shows" it displays the content, I bought but did not download and gives me an option to download. 'My music' however does not show my content like this at all. I went on my account and view all music but exactly lik

  • VPN using Windows Native Client

    Is there a way to use the native Windows VPN Clients in collaboration with the ASA 5520 running IOS 8.0? XP and Vista. I prefer to use them because I have several custom applcations that trigger the windows VPN Client. To work around the problem I ju

  • 8620 blackBerry smartphones - don't load does not illuminate

    Hello My son has just returned from Colombia in Australia with a gift of a BB 8620 used. We would like help to make it work. -The battery is not -No display when the load -It can not turn on I took it to a mobile phone repairman and they said it was

  • Deploy the REST WS - integrated SOA gateway

    HelloI have EBS 12.1.3, I followed step Mobile Apps the Guide version 12.1 and 12.2 Administrator to deploy the REST of responsibility service integrates SOA gateway > repository integration go to technological Applications > Application Object Libra

  • It's windows 8 may get windows 10 update?

    Hello I wanted to know if users of windows 8 may be able to proceed directly to windows 10 or we would have to update first to 8.1? and after installing windows 10 (free 1 year) we have to pay to continue with it?