Dynamic vnic connection policy

I am trying to build a service profile for vmfex but I keep getting a config error
I only have 2 vnics assigned to this blade and I have a dynamic vnic connection policy applied. how many dynamic vnics should i be using? does this depened on how many vms I have on the host? normally is it a one to one mapping for each vm to each dynamic vnic?
also when I apply the profile I get this error

Thanks for the response Jeremy.... Makes perfect sense, I had been told that you could not mix VMFEX with standard VMware switches (I did doubt this as I have used this mixture with none UCS + 1000v configs in the past)...
A few questions if you don’t mind:
1. In your config are you using fabric failover with the vmnics? – If so could you use 1 vmnic with each vswitch (suppressing the error from ESX re mgmt redundancy)
2. Would vmnics4/5 be added to the VMFEX DVS once the DVS has been configured and sent down to vCentre?
3. Are you applying QoS to the VMFEX Port-Profiles for standard VM networking?
4. I have read (somewhere!) that the uplinks on the VMFEX DVS are cosmetic and are not actually used to forward traffic, but more to keep vcentre happy... Not sure if this is true, however, it would also make sense. If this is the case then in the VMFEX world QoS on the uplink vmnics would have no affect and hence applying QoS to the VMFEX Port-Profiles for VM networking??? – Can you clarify this for me?
## Please note, the reason I am looking to use VMFEX is to allow the use of PVLANs on a common backup LAN ###
Lastly, I enjoyed the UCS TrainSignal stuff, very good indeed...
Regards

Similar Messages

  • Adding vNICs to vNIC LAN Connectivity Policy via UCS Central PowerTool (BETA)

    When I try to add an vNIC to an VNIC LAN Connectivity policy by using the UCS Central Powertool (v0.94) I getting the following error:
     D:\Scripts> Add-UcsCentralVnic -Name vmnic0 -VnicLanConnPolicy test
    Add-UcsCentralVnic : ucc01:Policy org-root/lan-conn-pol-test is resolved from remote policy server. Create/Delete/Modify operations are not allowed.
    At line:1 char:1
    + Add-UcsCentralVnic -Name vmnic0 -VnicLanConnPolicy test
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (unidentified-fail:String) [Add-UcsCentralVnic], Exception
        + FullyQualifiedErrorId : 170,Cisco.UcsCentral.Cmdlets.AddUcsCentralVnic 
    whatever I try, I still get the same error every time ("Create/Delete/Modify operations are not allowed").
    I'm using UCS Central version 1.2(1a) and UCS Central PowerTool version 0.94 (BETA)

    Maybe you post your problem in https://communities.cisco.com/docs/DOC-53127 where other issues related to UCS Center powershell are discussed.

  • Problem with vhba and dynamic vnic placement

    Hello all,
    I have a problem with vnic/vhba placement policies on an UCS-B:
    When a configure a Service Profile, evrything is good:
    - I use a "specify manualy" vnic/vhba placement policy  and can create this configuration:
    - vhba 0 : Order 1
    - vhba 1 : Order 2
    - veth0 : Order 3
    - veth1 : Order 4
    - veth 2: Order 5
    - veth 3: Order 6
    - 8 Dynamic vnic : Order 7 to 14
    As soon as i associate this SP with a B200M2 (with palo), UCS manager change this order like that:
    - veth0 : Order 1
    - veth1 : Order 2
    - veth 2: Order 3
    - veth 3: Order 4
    - 8 Dynamic vnic : Order 5 to 12
    - vhba 0 : Order 13
    - vhba 1 : Order 14
    I've tried several placement policies (auto, exclude dynamique from vcon 1, ....) but it's still the same.
    I need to maintain previous order with first vhba, then vnic and finaly dynamic vnic...
    My config:
    - 1* UCS 5108
    - 4 *UCS B200M2 with palo adapter
    - UCS MANAGER 2.0(1q)
    Does someone know this problem and how to solve it ?
    Thanks in advance
    Regards
    Sebastien.

    Sebastien,
    When using dynamic vNICs you can't define more than one physical NIC (eth0 and eth1).  If you try to create more than two vNICs (using a single VIC) with a Dynamic vNIC policy, it should error out on you during association.
    The vCon connection policy is really only used for full width blades with dual mezz cards populated.  This gives you some control as to which mezz card and interface vNIC/vHBAs are placed on.
    With a B200, the only virtual PCI slots you'll have will be 1 and 2.  To my understanding you need the vHBA's as the lowest PCI device # - is that correct?
    For your placement policy, set slot 1 to be "Assigned Only", and leave the rest set as "All".  Next assign your vHBAs both to Slot 1, and click ok.  Associate the Service Profile to the blade and report the results.
    This should set the desired placement and ordering for your vHBAs as the lowest.
    Regards,
    Robert

  • Dynamic Data Connection Parameter and Report Parameters

    Post Author: despec
    CA Forum: General
    Hello to all,I am using a business view that is based on a dynamic data connection of 13 databases, each a different school.  When I use the BV is a CXrystal Report (XI), it correctly, of course, uses the "read only" parameter for me to select a school.  My problem arises when I try to enter a student name "list of values"  parameter using that same dynamic data connection.  After I select the "read only" school parameter, I then  select that student name and immediately, the "read only" school parameter resets to "--".  Therefore when I click okay, I get an error saying that my selection for the first parameter is invalid.Anyone have any suggestion on how I may be able to resolve this?Thanks,David

    Hello,
    Jsut a reminder this is not a Support Case Management system but for all to use.
    Since you have BOE 3.1 you should have a valid support contract. Log into Service Market Place and create a case on line and a support Engineer will call you.
    If you don't know how to then ask your Manager who is your SAP Account Super User and that person can add you to the list and give you a log in ID and password.
    Thank you
    Don

  • Is there a way to do that? To use dynamic EJB connections?

    Hello Developers,
    I have developed a security web application using EJB,
    Jaas with customer provider
    I used DBSystemLogin module
    I want to fined a way that the EJB connection change each time when the user login.
    I used the HR as the main schema.
    I created three schemas that I want to use them as users:
    -Lina
    -Salem
    -Ahmad
    I granted Roles to users on hr tables.
    additional, created my own roles in data base and granted to my users:
    ADMINISTRATOR  Lina - can see all records
    EMPLOYEE Ahmad -can see the records added by this employee
    CUSTOMER  Salem - can see the records belongs to this customer
    In developer 10.1.3.3
    I created Order Entity been using HR database connection, created session been,
    Modified web.xml:
    -security roles["ADMINISTRATOR","EMPLOYEE","CUSTOMER"])
    -Loginconfig (Form-based authentication: login page, error page)
    -Security constraints: ord on /faces/Orders.jsp to ADMINISTRATOR,EMPLOYEE,CUSTOMER.
    I created Orders.jsp page contains order table.
    Now, I want that when the user login as Lina to switch the EJB database connection to Lina, so the displayed order table achieves ADMINISTRATOR roles that created in database,means opening database session for user Lina and use it.
    and so on for user salem and ahmad.
    Is there a way to do that? To use dynamic EJB connections? To achieve authentication based connection? to implement the user database roles on the client side? To specify the database connection at run time?
    That is possible using forms but I don’t want to use forms.
    I want to reed the roles from database according to the user.
    I hope to get answers soon,
    thanks.

    Does JNDI do this job?

  • USB connectivity policy not working on 1st connect of device

    Hi,
    I have an problem concerning my USB connectivity policy. My endpoint zone is blocking all USB devices. Users do have access for known USB devices (USB storage devices) I have put into another USB connectivity policy which is attached to the User objects. In general everything is working fine, unknown devices are blocked and registered devices are allowed.
    But I have weird behavior when a new,unknown USB device is connected the very first time. Then Windows starts detecting it, installs the driver but does NOT deactivate them. The device is displayed and accessible through the Windows Explorer. It seems something is blocking the Endpoint agent from deactivating it. Windows Autoplay and Autorun Function already HAS BEEN disabled. No Antivirus is installed on that system.
    The ZES log files contain many of these messages:
    ""USB-Massenspeichergert"(USB\VID_0781&PID_5151\0775131 B33009E3D) failed
    [09.04.2012 10:45:19.692][14] Component: Always: ZES Component Manager: Reboot Requested by: Device Watcher (Suppressed)"
    Same behavior i had when Autoplay was still active: Once the Windows Autoplay did automatically open a folder or file on a new stick, the Endpoint agent was unable to deactivate the device. This seems not to be a very reliable method to block devices...!
    When I disconnect and insert the device again, everything is fine (blocked). Problem only appears on very first use of a device!
    My questions:
    Can I somehow prevent that Windows displays new devices in the Windows Explorer before they are blocked? I would prefer that they FIRST are evaluated and THEN will be accessible for the User?
    Is there another place in ZCC (except by adding USB connectivity policies to the zone) forcing the endpoint agent to block devices?

    What version are you using? If you're not using the latest 11.2.1 MU1, then please upgrade.
    For autoplay, you can block this with a policy setting as well (disable autorun and/or autoplay).

  • Dynamic Data Connections -- only with Views?

    Post Author: mk1
    CA Forum: Data Connectivity and SQL
    I'm developing reports using Crystal Designer (Crystal Reports Developer) in a mixed database environment.  We have an Oracle database that has a TEST and a LIVE version, and I want my users to be able to run reports against either.
    I looked at using the Business View Manager that came in my 5-user copy of Crystal Reports Server, to set up Dynamic Data Connections -- but I would have to develop VIEWs for all of my reports, to use that, correct?
    How can I give my users the ability to run ANY of the reports I'm writing against either the TEST or the LIVE database, without me having to build views or duplicate (and then maintain duplicates of) the reports?
    Thanks
    M. KentGeorgia

    Post Author: V361
    CA Forum: Data Connectivity and SQL
    MK1, not sure for your version of CR, but in CRXI, you can add a command, in the command you can add a parameter to select the database.

  • Business View data foundation with dynamic data connection hangs

    We are running Business Objects XI 3.0 with Crystal Reports 2008 and Business View Manager 12.0.0.683.  In the Business View Manager tool, when I try to open a data foundation that uses the ACD Dynamic data connection, it hangs with the hourglass icon.  I have left it trying to open for at least an hour before killing the Business View Manager with the Windows Task Manager.  Data foundations using a static connection open fine as do the elements and views based on the data foundation with the dynamic connection.  The static data connections included in the ACD Dynamic connector point back to an Oracle Server.  Any ideas how to get the data foundations to open so I can edit our custom business views?
    Thanks,
    Kathy

    I created some Views to pull the data in from the Oracle side.

  • How to configure Dynamic Data Connection for Business View

    Hi,
    How can we configure Dynamic Data connection that we can save the profile of the connection to somewhere that we do not need to enter it everytime when we refresh the report?
    thanks and regards
    nora

    Hi James,
    Thanks for the reply. Its solved now. For anybody if interested you can set the dynamic email address either i) having it as part of payload - In this case use the xpath to query the payload varaible ii) use identity service - follow the following steps
    1.Create a user in Application enterprise manager/also you can use a existing account, if u are creating a new one assign the correct role
    2. In either case edit the user-properties.xml(bpel/system/services/config) file for the corresponding user and add an attribute called email
    3. Bounce the server for this changes to take effect
    4. In the notification properties in the to address use ids:getUserProperty and pass the attribute name

  • Dynamic excel connection string

    Hi, 
    I have excel file as source, where the file name can be anything; so to fetch the data from the excel file, I wanted to create a dynamic excel connection string. 
    So these are the following steps I have followed:
    1. For Each Loop: 
    Step 2:
    Step 3: Excel Connection string
    Provider=Microsoft.ACE.OLEDB.12.0;Data Source=E:\Product\Marketing__Products___Services.xlsx;Extended Properties="EXCEL 12.0 XML;HDR=YES";
    Connection String Expression : @[User::SourceFolder]+ @[User::SourceFile]
    And Below is the error I'm getting
    TITLE: Microsoft Visual Studio
    The component reported the following warnings:
    Error at PlanningIT_Service [Connection manager "Excel Connection Manager"]: The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string
    with zero components is set on database connection manager.
    Error at PlanningIT_Service: The result of the expression "@[User::SourceFolder]+ @[User::SourceFile]" on property "\Package.Connections[Excel Connection Manager].Properties[ConnectionString]" cannot be written to the property. The expression
    was evaluated, but cannot be set on the property.
    Choose OK if you want to continue with the operation.
    Choose Cancel if you want to stop the operation.
    BUTTONS:
    OK
    Cancel

    Hi,
    *) Make sure file names are retrieved properly:
    A.txt if you have Name and extension under Collection tab - > Retrieve file name
    A  if you have Name only under Collection tab - > Retrieve file name
    C:\Users\sathya\Desktop\Source_Folder\A.txt  if you have Fully qualified under Collection tab - > Retrieve file name
    *) variable property - Set EvaluateAsExpression = True
    Try below links for examples:
    http://msdn.microsoft.com/en-us/library/ms345182.aspx
    http://mikedavissql.com/2013/09/16/loop-through-excel-files-in-ssis/
    http://www.allaboutmssql.com/2012/09/sql-server-integration-services-rename.html
    sathya - www.allaboutmssql.com ** Mark as answered if my post solved your problem and Vote as helpful if my post was useful **.

  • JPA using dynamic database connection

    Hello everybody.
    My current project requires JPA to use dynamic datasource connection. And I need to register the database connection implementation in JNDI. For the dynamic part, the idea is that if user A logs in, JPA should use A's id and pw to create a datasource connection. When user B logs in, JPA should use B's credentials to create a datasource connection instead. I poked around a bit in the forum and found out that DataNucleus supports Dynamic datasource for JPA.
    But, could any one tell me if JPA supports dynamic datasource connection out of the box? If it does, could you point me to some samples.
    Thanks!

    Hello,
    I am using an implementation of OpenJPA.
    I can now overwrite the database user id/password defined in a data source with Persistence.createEntityManagerFactory(name, props). However, the props (java.util.Map) needs openjpa.ConnectionUserName and openjpa.ConnectionPassword key/value pairs.
    My issue now is that the user authentication will be through LDAP, so I won't be able to know the password of any user ( therefore no value for openjpa.ConnectionPassword). I am wondering if there is any way that JPA can use LDAP for the data source authentication. I guess Datanucleus framework could probably do that, but is there any way other than using Datanucleus?
    Thank you.

  • Dynamic databse connection for Elixir report

    anyone pls me teach me how to create dynamic database connection...
    thanks
    ramkumar

    anyone pls me teach me how to create dynamic database connection...
    thanks
    ramkumar

  • Logging dynamic vpn connections

    How can I log dynamic vpn connections on a 2621 and pix 501? I have syslog syslog already setup and working.

    You can use the Cisco Secure Access Control Server (ACS) for this. This is RADIUS/TACACS+ software that you can install on various versions of Windows Server 200x.
    You can perform Authentication, Authorization and most import for you; Accounting. The server keeps track of who logged in, when he/she did that, how much traffic passed by, how long he/she stayed connected, etc etc.
    More information on the Cisco Secure ACS can be found here: http://www.cisco.com/go/acs
    Please rate if the post helps!
    Regards,
    Michael

  • How to dynamically set connection string for report in C# code?

    Hi,
    I have installed CRVS2010. I have created new Crystal Report WPF Application and new report. I would like to set connection string for report in code dynamically.
    Is this possible?
    Thanks
    Ivana

    Lots of posts in this forum on how to set database connections. WPF should not be a consideration as it's just a viewer. The report engine is still the same. Search these forums. Use the search box at the top right corner of this page. Look at samples here:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    Note that none of the samples above are using WPF, but like I said, the WPF is just a different viewer and will not impact how the report engine logs on to a database. (I think of it as a gray car vs. a red car. Same engine, just the color is different)
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • How dynamically create connection pool and Datasource

    Hi
    How I can dynamically create a connection pool and Data source in Oracle 10g Application server. In our J2EE application the user will be login with db user name, password and database name. I want to create connection pool and data source on the fly while login the user with database name. I our application we have access approximate 80 Databases. so my approach is given bellow
    1) Planning to create 80 connection pools and 80 Data sources so when user logs in while selecting the db name i will call the appropriate data source and create the DB connection. Is there any limitation to create number of data sources in oracle app server?
    2) Create DB connection with out using connection pool and data source. But i am not prefer this approach coz we need to handle some transaction in our application.
    Kindly throw some light on managing connection pool programmatically or in application run time.
    I would really appreciate if any one can provide any links or any inormation on this issue.
    Thanks in advance.

    Kindly let me know is there any drawbacks to create 80 Data Sources to connect 80 database in Oracle 10G App server and each data sources should have one connection pool. so i need to create 80 connection pool. Please let me know is this right approach or any work around to create Data source on fly for each request for corresponding database.

Maybe you are looking for

  • Nat/pat asa 5505 asdm ver 8.4

    hi all, i have a problem with portfoarwarding on asa 5505. i have this situation: internet ---> pubblic ip address-> router albacom -- 10.0.0.15 ---> -nat farward port 80--10.0.0.1 -outside -firewall asa -inside - 192.168.0.1------------server web 19

  • Multiple Issues for Fiori Track Sales Order App

    Hello, We're experiencing quite a few issues with the Fiori Track Sales Order App and were wondering if anyone else out there had experienced anything similar and if they were able to resolve these issues.  Unfortunately, there are hardly any notes o

  • Change terms of payment and credit limit

    Hello, i need to change the terms of payment of a customer as well as  his credit limit. CUSTOMER - terms of payment KNB1-ZTERM KNVV-ZTERM CUSTOMER - credit limit KNKA-KLIMG KNKA-KLIME KNKK-KNKK any idea of how to do this (bapi or FM) besides of doin

  • Size/Resolution of PDF Created by Illustrator?

    Hi, I'm trying to figure out how Illustrator determines the resolution of a PDF file when using the 'Save As' command. Here's what we're trying to do. We've created some web site concepts for a client and want to show them a PDF. But it's important t

  • Universe - MSAS Cube

    Would like to explore pros and cons for using Business Objects Universe on top of Microsoft Analysis Service Cube...?