Starting Multiple Meetings

Hi !!!
Can any one please give me procedure to start multiple
meetings with single flash file using flash media server
components.
Let me explain clearly----
I started a meeting with flash media server components and
deployed to tomacat. I can able to run the application and other
users are also able to join to my meeting.
But, I need to have multiple meeting sessions for different
users and user must join to my meeting if he is having my meeting
key.
Is this possible with Flash Media Server Components?? If yes
pleaese explain me
Thanks in Advacne
Anil Golla

Hi Sam,
I don't think it's a good idea for one script to start multiple app servers. I think you want to reduce some manual work? But running the SAP standard script 'startsap' twice is not that complex. In other words, you make the simple thing complicated....
Why the one-step run script is not recommended? Because you must ensure that the central instance is started successfully once after you run the script startsap. Even you have a command in the script to detect this, it cannot be 100% garanteed that the CI is started without any errors. In other hand, the command to detect CI status is not 100% stable. You cannot easily control it when it meets error.
The best way is you monitor it yourself.
Regards

Similar Messages

  • Start multiple domains simultaneously on 1 Weblogic server installation?

    Is it okay to start and run multiple domains simultaneously. Better yet, when having multiple domains on 1 WLS server, should each domain have a different port number in order to be run simultaneously?
    Here's my scenario - I installed Oracle Business Intellgence, which by default installs and configures WLS server for certain Business Intelligence applications (BI Publisher). This instance was running fine and good and still is.
    Then I had another application, Oracle Data Integrator, which has a Console piece that requires a domain on WLS. So instead of modifying the existing domain for Oracle Business Intelligence, I created a new domain via the Configuration Wizard and selected those components for Oracle Data Integrator.
    therefore current domains:
    ...\domains\bifoundation_domain --> installed automatically as part of Oracle Business Intelligence
    ...\domains\odi11g --> I created this domain after I
    Now I have 2 domains under 1 WLS Server (windows 7 64bit), but if I startWeblogic.cmd for the bifoundation_domain, and I startWeblogic.cmd for the odi11g...then only the components for the bifoundation_domain become available via the WLS Console.
    Questions:
    - Can I run both domains simultaneously?
    - Should I have modified the bifoundation_domain to include Oracle Data Integrator component; therefore only having 1 domain but having everything run under that domain?
    - Does the Port for each domain matter? both bifounddation_domain and odi11g domain use ports 7001
    Are there any other considerations? Thanks much.

    Hi,
    It is perfectly OK to run multiple domains on a single Weblogic server installation. Only constraint would be you have enough capacity available on your server to start multiple instances.
    Things to note is, if your domain1 is running on listen address : port { localhost : 7001 } then your other domain should be configured on a different port say {localhost : 8001 }. If you want both domain to run on same port then go for virtual IP's to be plumbed on your physical network interface and configure as,
    domain1 - { ip1 : 7001 }
    domain2 - { ip2 : 7001 }
    this way you will can access both domain admin console on same port.
    Remember, Weblogic resources cannot be shared between domain, however a single nodemanager will be enough to monitor both the domains.
    * rank it if answer is helpful :) *
    Thanks,
    Ranjan

  • Start multiple services on a list of computers

    I'm trying to write a PowerShell script to start multiple services for a computer list in a txt file.  I know there has to be a way, but I'm running in circles trying to figure it out.  My latest test is
    Get-ContentD:\Scripts\test.txt|Foreach-Object{Get-Service-Name
    'spooler'|Set-Service-StatusRunning}
    Which starts the service on the server I'm running the script from.  Also, the services I want to run are not on the server.
    I'd appreciate any help.

    Hello Geek127,
                            If your sample text.txt file contains a list of computernames (one per row), then you simply need to add the "-computername parameter to the Get-Service command follower
    by the PS default variable $_.
    Get-Content D:\Scripts\test.txt | Foreach-Object{Get-Service -Name 'spooler' -Computername $_ | Set-Service-StatusRunning }
    for reference, you can check this great post from the scripting guy http://blogs.technet.com/b/heyscriptingguy/archive/2013/10/13/powertip-use-poweshell-to-start-service-on-remote-machine.aspx
    hope it helps
    Best Regards / Saludos, Marianok
    Disclaimer: This post, and all included code and information is provided "AS IS" with no warranties or guarantees and confers no rights. Try it at your own risk, I take no responsibilities.
    Aclaración: Esta publicación, y todo en código e información en la misma, es provista "AS IS" / "Como Está" sin garantía alguna y no le confiere ningún derecho. Pruebelo su propio riesgo. No asumo responsabilidad alguna.

  • Starting multiple application servers

    We have 4.7 system has 2 application servers as "sap1" and "sap2" installed in different Unix servers.
    I would like to start "sap1" first and "sap2" next. Is there any standard script for starting multiple application servers in a sequence. We have problem, when restarting servers after weekly off-line backup. Should we go for customised Unix shell scripting?.
    Thanks,
    Sam

    #!/bin/sh
    SYSID=ABC
    STARTSCRIPT="/sapmnt/$SYSID/exe/startsap"
    start the Central Instance (CI)
    $
    start AppServers
    remsh <app server> -n startsap <Instance name>
    stopscript
    #!/bin/sh
    SYSID=ABC
      Stop all app servers and the database.
    stop AppServers
    remsh <hostname> -n stopsap <instance name>
    stop central instance
    /sapmnt/$SYSID/exe/stopsap
    Thanks,
    Tanuj

  • Starting multiple instances of Matlab in Mac OS X Tiger

    I am trying to start multiple instances of Matlab in Mac OS X 10.4, that is, there are several users in this machine, and they all need to use Matlab. Right now, only one user is able to do so, when a second user logs into his/her account and they start Matlab, it does not start. Actually, if one user has X11 open (not even Matlab) and another user tries to start Matlab it won't start. I'm not sure if this is a license problem, an X11 problem, or a Matlab problem. To start matlab, I am using the StartMATLAB.app located in the Applications folder. Following are the details for the hardware:
    Model Name: Mac Pro
    Model Identifier:
    MacPro2,1
    Processor Name: Quad-Core Intel Xeon
    Processor Speed: 3 GHz
    Number Of Processors: 2
    Total Number Of Cores: 8
    L2 Cache (per processor): 8 MB
    Memory: 8 GB
    Bus Speed: 1.33 GHz
    Boot ROM Version: MP21.007F.B06
    SMC Version: 1.15f3
    Serial Number: 157***UPZ
    Some information about Mac OS:
    System Version: Mac OS X 10.4.11 (8S2167)
    Kernel Version: Darwin 8.11.1
    The version of X11 is:
    X11 1.1.3 - XFree86 4.4.0
    I appreciate your help.
    <Edited by Moderator>

    See this article: An easy way to run multiple instances of any program.
    I believe another alternative is to provide a separate copy of the application in the users own Home folder by placing it in the /Home/Applications/ folder. This may not work for all applications as some simply will not run multiple instances of itself.
    Licensing is of course a separate issue as each unique user may require a license, although many licenses only restrict use to one CPU at a time rather than multiple users on a one CPU.

  • Upon computer startup: "Atte​mpted to start multiple instances of the service&qu​ot;

    Recently installed Diadem and there must be some sort of registry error.  Whenever I startup I get the error "Attempted to start multiple instances of the service" anyone know the registry fix for this? Thanks!
    Attachments:
    NI startup error.jpg ‏16 KB

    Hey Kyle,
    Check your services and see what’s running.  This can be done by going to Start>>Run and type “services.msc”.   Then look for anything that starts with National Instruments or NI.  Look to see if there are any entries running twice or if you are trying to call a service that is already running.
    Nick
    National Instruments
    Applications Engineer

  • JDeveloper starting multiple servlets

    Two questions.
    1. Is there anyway to start/debug and alias multiple servlets.
    2. Can JDeveloper's "webtogo" engine be replaced with something else such as LWS.
    My goal is an environment where I can start/debug and alias multiple
    servlets all from JDeveloper's IDE.
    Any help would be appreciated.
    Thanks
    null

    Yes, you could start multiple servlets in JDeveloper IDE.
    check online help
    Open help system
    Select the topic "Developing Java Servlets"
    select "registering a servlet with web object manager"
    You could register multiple servlets and run one of the servlets from the IDE and later on
    change the servlet name in the URL to run the other servlet.
    raghu

  • How to start multiple sessions on same computer with same engine?

    Hello,
    I want connect to the same firefox process from multiple remote connections.
    In another words I connect to linux server from >=2 connections with Windows/Linux X server . I started firefox process.
    When I create new tab (from those connections) it's created from process, but showing in different Xservers.
    PS:
    Sorry for my English.

    Please see the options for the command line command: [https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#-remote_remote_command]

  • Workflows starting multiple runbooks

    I've create a workflow that is supposed to start when an incident is set to resolved and send an e-mail notification and trigger a runbook that closes the incident.
    What I notice is that the workflow is running several times against the same incident so the email is sent multiple time and the runbook is also started several times until it has changed the incident states to closed.
    Is their a way to control how often the workflow engine processes the rules or that it only runs once per incident?
    Thanks Hans Petter 

    that is your problem.
    You are saying: run this workflow whenever the incident is updated with the sole criteria that the incident has the status resolved.
    What is happening is then that the workflow runs the first time and applies the template. This updates the incident which then triggers the workflow. This goes on until one of the runbooks has updated the incident to status closed. Then the criteria is no
    longer true.
    change the changed from to include the criteria
    status NOT EQUAL resolved.
    http://codebeaver.blogspot.dk/

  • Since upgrading to Lion on start multiple programs open (word, excel, mail, power point) any fixes?

    Since upgrading to Lion every time I start my Mac  multiple programs open (word, excel, mail, power point) any fixes?

    CJLinst wrote:
    Yeah, but when it CRASHES  and you have to hold the power button, all the apps restart.  I have 8GB and it's swap-city.
    To make matters worse, it appears there's a bug in Lion Mail.  It opens a compose window for every email I sent in the previous session.  We're talking dozens and dozens of windows.
    Maybe try posting your own question on this as it is unrelated to this post. Never seen it before, so if you require help, then open a new topic.
    Cheers

  • Possible to start multiple saplogon's ??

    Hi
    I would like to start 2 different saplogons, using .SAL files im pointing each shortcut to a different saplogon.ini. However saplogon.exe dosent allow for multiple instances running it seems ... is there a switch to allow for a second running saplogon.exe ??
    Each shortcut works fine, however when one saplogon is running, trying to start the next one, in order to have 2 saplogon's running side by side, nothing happens.

    Hi,
    We are using SAPGUI 6.40 with citrix. We two to confiure two saplogon pad's on the citrix server. Pointing one Logon pad to one group of users and other logon pad to other group of users.
    Please let me know how to use the parameter "/ini_file=" parameter for saplogon.EXE  so as to have two logon pads.
    Thanks,
    Tanuj

  • Attempted to start multiple instances of the service

    After installing LabVIEW 8.5.1, I keep getting this message after a computer reboot.  It does not say what multiple services are running.  Anyone seen this before?

    SumTumWong-
    Check your services and see what’s running.  This can be done by going to Start>>Run and type “services.msc”.   Then look for anything that starts with National Instruments or NI.  Look to see if there are any entries running twice or if you are trying to call a service that is already running.
    Regards,
    Mike S
    NI AE

  • How to start Multiple servers?

    Hi,
    plz explain How to start jboss Multiple servers at a time?where is the configure?

    I guess creating multiple server instances in jboss 5 and above versions have different approaches. Below are steps to create multiple server instances in jboss 5:
    [1]. Go to <jboss_home>/servers
    [2]. Copy and past detault instance with appropriate name, like "MyApp"
    [3]. Open <Jboss_home>/servers/MyApp//conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml
    [4]. Find line <parameter>${jboss.service.binding.set:ports-default}</parameter> and change "ports-default" ports-01/ports-02/ports-03 to assign ports 8108/8289/8380 respectively.
    Alternate solution is to use:
    ./run.sh -c node1 -b 0.0.0.0 -Djboss.service.binding.set=ports-01 -Djboss.messaging.ServerPeerID=1
    Hope this helps.
    -RMishra

  • Problem starting multiple coherence nodes simultaneously

    So we have this coherence cluster configuration that works fine if we start servers one at a time. However, if multiple servers starts simultaneously through a script, some of the servers fail to startup.
    The Error/Warning message that are noticeable in the log files are below:
    “Received a discovery message that indicates an older member joining:”
    "Rejecting service handshake request due to a concurrent membership change; requestor's member set is missing MemberSet(Size=1, ids=[465])"
    "Received a discovery message that indicates the presence of an existing cluster that does not respond to join requests..."
    Any help/pointer will be appreciated.
    Thanks

    Hi Danny,
    It should not be required for all configured WKA hosts to be up for a new member to join; just that some WKA host needs to be up.
    Can you file an SR and upload your config, a description of what machines are up/down/etc... as well as information on what JVM/OS and version you are using? (I'm guessing that this is on some flavor of windows?)
    thanks,
    -Rob

  • Starting Multiple Threads

    I am writing a Java Multi-Threaded application which will listen to SonicMQ and pull messages off a queue. Here is some of the code which I am using to do this.
    This code is from one class which I call a QueueManager:
    //*** this line instantiates the QueueHandler which will read message off the queue
    QueueHandler queueHandler = new QueueHandler(connect,queueReceive,queueSend);
    //*** iterate through this loop and create x number of threads
    for(int i = 1 ; threads >= i ; i++)
    System.out.println("i=" + i);
    Thread counterThread = new Thread(queueHandler);
    counterThread.setName("mythread_" + i);
    counterThread.start();
    I am not sure if this is the right way to go about creating multiple threads. By passing in the name of 'mythread' + the variable i, I want to see which thread is getting which messages of my message queue. So, when I first get into QueueHandler ... I do get the current threadname.
    public void run()
    Thread runthread = Thread.currentThread();
    strMyThreadName = runthread.getName();
    System.out.println("QueueHandler: run: entering: threadname: " + strMyThreadName);
    getConnection();
    This works to get me my current threadname ... I get the output which looks correct.
    However, when I am getting the messages and printing out the threadname, I get the name of the last thread.
    Anyways, am I correct in trying to start 10 records in my loop in 'QueueManager' or is there a better way to do this?
    Thanks.
    Tom

    I solved my old problem, and here is what I did:
    In my QueueManager class I changed the code to this:
    for(int i = 1 ; threads >= i ; i++)
    //*** notice, I am passing in the threadname, and other parameters into the constructor
    QueueHandler queueHandler = new QueueHandler("mythread_" +i,connect,queueReceive,queueSend);
    Now, in the class QueueHandler, I changed the constructor to this:
    //*** Get Connection, and the send and receive queue names
    QueueHandler(String prm_threadname,javax.jms.QueueConnection prm_connect,String prm_rQueue,String prm_sQueue)
    //*** I take the parameters I passed in and assigned them to class attributes
    connect = prm_connect;
    rQueue = prm_rQueue;
    sQueue = prm_sQueue;          
    strMyThreadName = prm_threadname;
    //*** I then use this code to create a new thread based on this instance, and this starts the NEW thread on this new object.
    runthread = new Thread(this, strMyThreadName);
    System.out.println("New Thread=" + runthread + " threadname=" + strMyThreadName);
    //*** now by calling Start, the run method will then start on this instance.
    runthread.start();
    I'm no expert at Java multi-threaded apps, and I am always learning, but I hope this code helps someone else out. Of course, if someone else has a better more elegant way of doing what I want to do, then I definitely want to learn.
    Thanks.
    Tom

Maybe you are looking for

  • How to change package for Process chain

    Hi Experts,            How do i change the package in the Transport connection. Iam transporting a PC from D to Q. 1. I have some routines created in the infopackage.So i selected this one in the transport connection. I noticed under infopackages the

  • How to determine which camera took a picture?

    Hi, My parents both have Canon Rebel digital cameras and they travel to national parks and other places where they take a lot of pictures. Inevitably, their pictures get jumbled up on their hard drives and then they argue about who took the picture.

  • Hyperlink not responding to Skin

    I've created the following Hyperlink, yet when I render it the skin has no effect on it's appearance. it still is just a small 11pt black font, rather than the 35 pt white text. Am I doing something wrong? Hyperlink{           text: "Test";     skin:

  • COGI error with SLED reason.

    Hi  Dudes, i am getting a error in COGI that "Short fall of 194 days against SLED with current item" for GRN agianst masterial. in the material master of header material period indicator'D', minimum rem. shelf life '0', Total Shelf life '0'.  Thanks

  • Doubts about New Macbook Pro

    Hi, I just purchased a Macbook Pro last december the latest offering by apple its been a month now, just after a month old now I installed steam on my Mac to play dota and my mac was getting stuck so i decided to restart it but then my Mac was stuck