How do I add compute nodes to increase resources for virtual routers?

I am running CML.vT328 on ESXi 5.5.  How do I add resources for virtual routers using other ESXi hosts in my compute environment?

Welcome to the group, glkkaufma.  Some folks will stop by your thread shortly and probably ask you some more questions.  In the meantime you may well be able to get some additional assistance by checking out some of the videos in the video section of the group.  Also, check out the documentation links in the Links section on the group home page too.
David N Martin
Community Manager

Similar Messages

  • How do i add a gmail account to outlook for mac

    how do i add a gmail account to outlook for mac

    Routing gmail through Mail.app:
    imap-http://mail.google.com/support/bin/answer.py?answer=81379&topic=12814
    pop-http://mail.google.com/support/bin/answer.py?answer=13275&topic=12810

  • How can I add a contact on the calendar for an event

    How can I add a contact on the calendar for an event

    It is between Repeat and Alert on my iPhone 5 with iOS 6.0.1
    I used the + on the top right to add the event and when you look vertically starting with the name, followed by location and then time the rest of the default things includ Invitees, among other items. 

  • HT1473 How may one add cover art in iTunes 11, for a CD imported to the library? How may one add more than one images?

    How may one add cover art in iTunes 11, for a CD imported to the library?
    How may one add more than one images?

    I understand what you mean - I too, would like to see some variability in the 'default'. Besides having a single default, I would step that up to a default that changes with genre and media: ie. I could see using a sax for Jazz; a microphone for a Podcast, etc.
    I don't have the answer to your question yet, but I think I'm going to crack open the iTunes package to see what default images there are embedded in there.

  • ADF: How do I add a node to a selected root in a TreeModel

    I've created a TreeModel with something that follows:
    1.) Loop through a List and build the Roots:
    for (TransactRow transactionRootRow : transactionResults) {
    TransactionNode transactionRootItem = new
    TransactionNode(transactionRootRow.getTransactKey(), transactionRootRow.getParentKey());
    transactionRoot.add(transactionRootItem);
    this.setTransactModel(new ChildPropertyTreeModel(transactionRoot, "children") {
    public boolean isContainer() {
    return ((TransactionNode)getRowData()).getChildCount() > 0;
    This works great.
    What I need to do next is "click" on any of the Roots and add a node to the selected Root.
    I might have:
    |-Root1 (rowKey="r1", rowIndex=0)
    But, when I click on Root1, I should have:
    |-Root1 (rowKey="r1", rowIndex=0)
    | |-Folder1 (rowKey="r1f1", rowIndex=0)
    I am at the point that when I can get the current root in Java code, but how do I go about adding a node to the current root in a TreeModel?
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    This is JSF - ADF specific, but I'm not using JDeveloper.

  • How can I add a node with with a user-chosen name  to JTree in one action

    The functionality that I would like to implement is to add a new node to a tree (JTree with DefaultTreeModel), that during the adding process of the the new node the user will type the node name.
    I am using the following documentation as a reference: http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html#select
    but in this example (as well as all the other examples that I found on net) the user can add first a new node with a constant name (like "NewNode").
    and then in a seperated action the user can edit this node. I'd like to perfrom it in one action.
    one solution that could be implemented is on the end of the adding node invoking beginning of editing action that will be triggered in code instead of forcing the user to click with the mouse on the selected node. The question is how can I do it? how can I trigger an edit action on a selected node in a JTree?
    Edited by: Rotshield on Aug 23, 2008 2:21 AM
    Edited by: Rotshield on Aug 23, 2008 2:24 AM
    Edited by: Rotshield on Aug 23, 2008 2:29 AM
    Edited by: Rotshield on Aug 23, 2008 2:29 AM

    Ah, well.
    You can lead a horse to the water but you can't make it drink.
    Just to provide some background, I'm not a developer, just a hobby programmer and first took up Java less than 14 months ago. I didn't know the answer to your problem, but on reading the API it was fairly clear which method I'd have to make use of. In less than half an hour of coding, I had a JFrame with a JTree and a JButton to add a node, which was immediately in editing condition.
    Try to find another profession, Rotshield. Or at least don't disgrace the community by calling yourself a Java developer (for 4 years lol) until (if ever) you learn how to read and apply an API.
    db

  • How can I add barcode to my word template for PDF ?

    I must use a Barcode in my personal card template in MS word.
    Barcode properties must be;
    bcCode 39, checksum (enable - csmModulo10)
    If I preview my template in RTF template, it works. Hovewer when I run PDF preview, I couldn't take a barcode output.
    How can I add a barcode to my word template for PDF ???

    I will put the barcode font file to OA_JRE_TOP/jre/lib/fonts and I will create xdo.cfg file at this path OA_JRE_TOP/jre/lib. I will add below code to xdo.cfg
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
    <!-- XML Publisher configuration file. -->
    <!-- Please uncomment an element or property to enable options -->
    <!-- Copy the file to <JRE_TOP>/lib directory on all nodes -->
    <!-- (web node and concurrent nodes) named as xdo.cfg -->
    <!-- Properties -->
    <properties>
    <!-- Temporary directory -->
    <!-- Specify temporary directory. $APPLTMP directory -->
    <!-- is strongly recommended for this parameter. -->
    <!-- On concurrent node, $APPLTMP will be used by -->
    <!-- default. -->
    <property name="system-temp-dir">/disk1/oracle/app/ERPcomn/temp</property> -- I used my own path
    </properties >
    <fonts>
    <!-- Font setting (for FO to PDF etc...) -->
    <!-- <family> is case insensitive. -->
    <!-- <style> must be "italic" or "normal" -->
    <!-- <weight> must be "bold" or "normal" -->
    <!-- Follow the structure of <trutype path="...." /> -->
    <!-- to map a font to a TrueType font. -->
    <!-- Example of mapping "MS Gothic" to -->
    <!-- kochi-gothic-subst.ttf -->
    <!-- #remove this line to uncomment
    <font family="MS Gothic" style="normal" weight="normal" >
    <truetype path="/usr/lib/X11R6/lib/X11/fonts/truetype/kochi-gothic-subst.ttf" />
    </font>
    #remove this line to uncomment -->
    <!-- Example of mapping "MS Mincho" to -->
    <!-- kochi-mincho-subst.ttf -->
    <!-- #remove this line to uncomment
    <font family="MS Mincho" style="normal" weight="normal" >
    <truetype path="/usr/lib/X11R6/lib/X11/fonts/truetype/kochi-mincho-subst.ttf" />
    </font>
    #remove this line to uncomment -->
    <!-- Default font is ALBANWTJ.ttf. You can change the -->
    <!-- font by mapping "Default" font family to another -->
    <!-- font.
    <font family="Default" style="normal" weight="normal" >
    <truetype path="OA_JRE_TOP/jre/lib/fonts/mybarcodefont.ttf" />
    </font>
    </fonts>
    </config>
    Now I can use my Barcode fonts by using my concurent XML program...
    Thanks Ravi...

  • How do I add multiple photos to mission control for my desktop?

    How do I add multiple photos to my desktop thru mission control.  I have a 5 year old 23" iMac.

    Of course you can add multiple photos from then Mail app but you can select multiple photos at once in the Photos app

  • How do I add the rotate button to toolbar for all users.

    How do I add the rotate button to the main toolbar for all users. I have a Windows 2003 Citrix farm with Adobe Reader 8. I can add it user by user but I want to add it to all users at once. All users need this rotate button,
    Thanks in advance.

    Try the Reader forum. I have no clue.

  • How to scan my computer and external hard drives for pictures with out importing duplicates.

    how do i scan my computer and external hard drives for pictures with out importing duplicates.

    iPhoto doesn't scan anywhere. It imports files offered to it. If it spots a duplicate it will warn you.

  • How do I add SRV record to my DNS for Office 365?

    How do I add the following record?
    Add the SIP SRV record for Lync web conferencing.
    Create a new SRV record.
    In the new record, make sure that the fields are set to precisely the following values:
    Record Type: SRV
    Service: _sip
    Protocol: _tls
    Port: 443
    Weight: 1
    Priority: 100
    TTL: Set this value to 1 hour or to the equivalent in minutes (60), seconds (3600), etc.
    Name: @
    Target: sipdir.online.lync.com
    Save the record.
    Need help ASAP because my clients Email is down when I changed Domain Name Servers to Business Catalyst.
    All Office 365 functions were lost.
    Thank you for some assistance - URGENT,
    Jim Vernon
    Hopegate Software

    Here is an image of the settings that Office 365 says i need to correct in my DNS settings on Business Catalyst:

  • Increase heartbeat for virtualized nodes?

    hello,
    we have a 3node ncs with sles10sp3 + oes2sp3 (64bit).
    all servers are virtualized (vmware).
    We had to remove the servers from the vranger backup, because the creation of snapshots for the backups regularly kills our non-master nodes. They are then on 100% cpu load and not responsive. The time we received cluster notifications about failed nodes was exactly the time that vmware was creating snapshort for the automatic backups.
    Removing the vms from backups solved the problem.
    Now my questions is:
    Is it a good idea to increase the tolerance for heartbeat & watchdogs to perhaps something like 16 or 32 seconds?
    Has someone any experience on this subject?
    thx,
    hugo

    If you experience false alarms a lot, you may want to increase the tolerance.
    From your description, its a legitimate case for fencing a node.
    Increasing the tolerance can reduce false alarms. But it will also prolong resource downtime in case a node is having real problems.
    Best regards,
    Changju
    Originally Posted by susehoush
    hello,
    we have a 3node ncs with sles10sp3 + oes2sp3 (64bit).
    all servers are virtualized (vmware).
    We had to remove the servers from the vranger backup, because the creation of snapshots for the backups regularly kills our non-master nodes. They are then on 100% cpu load and not responsive. The time we received cluster notifications about failed nodes was exactly the time that vmware was creating snapshort for the automatic backups.
    Removing the vms from backups solved the problem.
    Now my questions is:
    Is it a good idea to increase the tolerance for heartbeat & watchdogs to perhaps something like 16 or 32 seconds?
    Has someone any experience on this subject?
    thx,
    hugo

  • HT1711 how can i add a new card to pay for my music on itunes

    how can i add a new card to buy songs from itunes

    Hi...
    If you are referring to an iTunes gift card, follow the instructions here >  iTunes Store: How to redeem a code
    If you are referring to editing your payment method, you can do this on your iPod touch.
    Tap Settings > Store > Use Existing Apple ID and sign in.
    That should take you the Account Setttings window where you can change your payment type.

  • Thru code how to create a context node n context attribute for a table

    Hi Friends....i need some clarification...according to my requirement i need 2 create contx node n ctx attribute for a table..i.e through the code(implemention NWDS) means this has 2 b done in dynamically...
          More clearly according to the structure of a table in MySql DB the same table structure  has 2 b designe in my view ..suppose my table(MySql) have 20 col's(name,dept,desig..) n 300 recoreds ..i hav to show that structure in view.
    waiting for reply..frndzzzzzzzz

    Hi Rajeshkelam,
    Take a Value Node say "Employee".
    Create 20 Value attributes (name, dept, desig..) under the Value Node(Employee).
    Then Create a Dynamic Table using the "Employee" Value Node.
    check this threads.
    Dynamic table creation
    Dynamic Table
    Regards,
    Mithu

  • How can i add one field in the container for the standard task-90310004?

    Hi,
    Please let me know thw steps to add one field in the container for the standard task-90310004.
    Usefull suggestions will be rewarded.
    Regards,
    Neslin.

    <b>Hi,
    Containers are used for holding Application data for Workflow purposes.
    Event container
    Task container
    Workflow container
    Role container
    Binding is the linking of data from one container to the other for making data available all across the workflow.
    But you can get values from one container to another container like this
    Container(Con)
    1. WF Con to Role, Wf con to task con, Wf con to event
    and
    2. Event con to wf con, task con to wof con
    and
    3. Method con to task con
    and
    4. Task con to method con
    So, we don't have direct possible binding from task con to task con.
    Thanks and Regards,
    Prabhakar Dharmala</b>
    Message was edited by:
            Prabhakar Dharmala
        But you can do pass values from first task con to wf con and again from wf con to another task con

Maybe you are looking for