VShield Manager, VXLAN virtual wires, VDS uplink changes

Need some input on how to fix this situation without rebuilding the whole damn cluster...
I have vSM providing VXLAN virtual wires/networks for vCloud Director. As a part of some host updates--migrating from all 1Gbps to 1/10Gbps mixed--I was able to rearrange the NICs on the hosts and add additional uplinks to the total available on the DVS switch that VXLAN is "riding on." In the course of making these updates, I also renamed the uplinks, which resulted in errors and discovery of the root problem.
The errors were popping up when trying to instantiate a new VXLAN network. The vCloud error was pretty inscrutable (as usual), but trying to manually create a new network in vSM provided useful information: the error was a failure to set the teaming mode for the new port group, and it referenced one of the former uplink names.
After I added additional "dummy" uplinks to the DVS and renamed them so that the old names were included, the virtual wires could be built just fine. However, in reviewing the new portgroups, it was clear that vShield was building them using the original, pre-reconfiguration uplink names, ignoring all the new uplinks: the new uplinks were set as "unused" in the teaming properties, and the "active" were the dummy uplinks that had no physical adapters associated with them!
I've restarted vSM, re-entered the vCenter credentials to try and get it to re-sync with the network configuration, but to no avail.
I need some way to force vSM to re-enumerate that DVS that VXLAN is using so that it'll end up with the correct uplinks. To date, my Google-fu has failed me, so I'm hoping someone on the forums might have a clue. Heck, for all I know, this is a defect that I've just uncovered...

Assuming you are using "failover order" configured for your VXLAN, you can try to use REST API call to change the uplink names in vCNS manager (almost similar to what you can see in KB 2093324).
Note :  I recommend to backup or snapshot the Manager first! Just in case ....
Headers required as:
Accept: application/xml
Content-Type : application/xml
Basic Auth
1./
Use GET on the following to the prepared VDS':
http://<manager>/api/2.0/vdn/switches
( obviously replace the <manager> part with the name or IP of your vShield/vCNS manager )
You will get something like this (this is just a part of it if you have more than one vDS) :
<vdsContext>
<switch>
<objectId>dvs-18</objectId>
<type>
<typeName>VmwareDistributedVirtualSwitch</typeName>
</type>
<name>DSwitch</name>
<revision>16</revision>
<objectTypeName>VmwareDistributedVirtualSwitch</objectTypeName>
<scope>
<id>datacenter-2</id>
<objectTypeName>Datacenter</objectTypeName>
<name>cloud</name>
</scope>
<extendedAttributes/>
</switch>
<mtu>1600</mtu>
<teaming>FAILOVER_ORDER</teaming>
<uplinkPortName>Uplink 2</uplinkPortName>
<uplinkPortName>Uplink 1</uplinkPortName>
<promiscuousMode>false</promiscuousMode>
</vdsContext>
2./
Modify the <uplinkPortName> parts as you need. For example:
<uplinkPortName>NewLink1</uplinkPortName>
<uplinkPortName>NewLink2</uplinkPortName>
Leave the rest as it is.
3./
Then use execute a "PUT" for the URL below in the REST client containing the above ( in step 2./ ) modified body (and again: assuming you are using failover order).
http://<manager>/api/2.0/vdn/switches/dvs-18
Note: Replace the "dvs-18" with the id in between <objectId> and </objectId> to what you got in the GET query ( again in bold and red ),
You should get a HTTP 200 code if all is OK. See : vShield API Guide around page 154, but personally I think the "Edit Teaming Policy" part is not correct.
This will not change any existing port-group setting in vCenter. You will need to edit them manually. This change is only for any further VXLAN v-wire creation.
HTH
Roland
P.s: I did my best to test and try the above example, but no guarantee and no support provided. For support please open a service request with VMware.

Similar Messages

  • I do not manage to find the function to change a letter into exposing. I have MUSE DC 2014.2 and the menu does not display this possibility. I tried to import it IN design but that does not function either?

    I do not manage to find the function to change a letter into exposing. I have MUSE DC 2014.2 and the menu does not display this possibility. I tried to import it IN design but that does not function either?

    I'm not clear on exactly what it is you're asking, but if you're referring to changing opacity, you can change the opacity setting for the States of a menu item via the States panel and Control Strip.

  • Incident management and Critical Master data table change management.

    Dears,
    I need to configure Incident management and Critical Master data table change management on our solman 7.0 server.
    I want to know how many days should be required for this activity and please share documents.
    Shivam

    Hi,
    I faced a similar situation,
    I tried all the possible ways like activating InfoObject manually, Through an activation program of aggregates,
    Also ran RSRV check which was showing no negative results.
    I raised an OSS note for the same but after that when SAP returned back the process chian ran again as it is a daily load which activated the record in 'M'.
    I ask you to wait till the next process chian run, and try all possible ways to activate.
    If it is not corrected then raise an oss to SAP.
    Thanks & Regards,
    Vishnu

  • Please provide vShield Manager Server Load Balance values

    Hi All:
         I couldn't find values about the server load balance of vShield Manager.
    Please provide these value:
    1. Throughput      Mbps
    2. Web port 80 server load balance connections:
    3. SSL port 443 server load balance connections:
    Thanks
    BR.
                            Vincent

    Hi Vincent,
    Can you please eloborate your question ?

  • Vshield Manager 5.5.3 CLI Password Reset

    Hello,
    The problem is that password for Vshield Manager CLI is lost and there is no possibility to recover it.
    So the question is how can i reset admin password for CLI in Vshield Manager 5.5.3
    Thank you.

    Hi,
    Make sure you have the correct URL setup in the jdbc.properties (MSSQL-specific) and make sure the database driver is within the Web-INF/lib folder. Make sure the DB server is running also
    Regards,
    Daniel

  • Best Practice for vDS, Uplinks and TF ?

    Hi,
    Three questions about vNetwork Distributed Switch:
    My environment:
    - Datacenters: 2
    - Hosts: 50 (25 in each datacenter)
    - Cluster: 10 (5 in each datacenter) (2 to 5 nodes per cluster)
    - Nics Hosts:
         - 1 nic for management
         - 1 nic for redundant management and VMotion
         - 2, 4 or 8 nics with trunk internal networks (15 VLANs)
         - 2, 4 or 8 nics with trunk to external networks (10 VLANs)
         - 1 nic for backup
         - Over 1500 vms
    Question 1 - Speaking only of internal, external and back up, how I should have vDS?
    - 6 vDS (2 internal, 2 external and 2 backup, half in Datacenter), right?
    Question 2 - I have clusters of different sizes, some clusters have two hosts nic for internal networks while others cluster hosts have 4 or 8 nics nics, so I must have DvUplinks how many in each vDS? What is the impact of having uplinks without nic attached in some clusters?
    - VDs_Internal = 8 uplinks?
    Question 3 - What is good practice to use Teaming and Failover in this case? "Routed originating based on virtual port" or "Routed bases on physical NIC load" knowing that I'm not using Network Control IO?
    thanks,
    Reis

    Q1. With VLAN you can also use a single vDS with several portgroup (and for some, like FT, vMotion, ... use explicit uplink order).
    Q2. This could be a little problem. With vDS you can map uplink to pNIC... but DRS (for example) could not know if your host has less uplinks. If the difference is minimal go with a single cluster, otherwise consider to use 2 clusters.
    Q3. The virtual port solution could be simple and good in most cases.
    Andre

  • VM Manager on virtual machine - best practice

    I am setting up a server using Oracle VM to limit the number of cpus available to a virtual machine which will be running an Oracle database.
    I have set up a test environment, one Oracle VM Server, and the Oracle VM Manager running on a separate server.
    I have read in this forum that I could create a linux virtual machine on the VM Server, and then install the Oracle VM Manager on that.
    Re: Oracle VM Manager installation
    To create the linux virtual machine, I used the Oracle VM Manager that I have running on a separate server.
    Once I created the linux virtual machine, I installed Oracle VM Manager on it.
    From this point, I hoped to create the virtual machine upon which I will run the Oracle database, but I get the following message:
    OVM-2008 The Server Pool Master (10.36.64.225) has been registered with some other pool, and can not register it again.
    So if running the Oracle VM Manager on a virtual machine on the Oracle VM Server is a good idea, how do I do it?
    Many thanks.
    Paul

    Hi Tommy,
    Thanks for taking the time to reply to my query.
    Unfortunately, things didn't go so well.
    I ran the commands you listed, checking on the status of each VM manager (the original one, running on separate physical linux server, and the one I want to use, running as a VM guest) between each command:
    /opt/ovs-agent-latest/db/db_del.py master
    - this provided no response, and logout/login from both VM managers showed no changes.
    /opt/ovs-agent-latest/db/db_del.py srv
    10.36.64.225 removed.
    - the oraVMmanager now listed as powered off in the original VM manager.
    /opt/ovs-agent-latest/db/db_del.py srvp
    10.36.64.225 removed.
    - no change in VM Managers
    /opt/ovs-agent-latest/db/db_del.py vm
    /OVS/running_pool/28_oraVMmanager removed.
    - no change to both VM Managers and the guest VM is still running.
    /sbin/service ovs-agent restart
    option 2 - guest VM shutdown (28_oraVMmanager)
    I couldn't get the guest VM to restart
    service xendomains start failed saying there is a lockfile:
    /var/lock/subsys/xendomains
    I haven't been able to get past this point other than to re-install and start again.
    Maybe there is another way to do this...
    If I install the VM Server, can I create a linux VM Guest using command line rather than from the VM Manager?
    Once I have a VM guest, I can logon to that, and install the VM Manager.
    Cheers
    paul

  • XWin window manager with virtual desktops

    So I'm resuming my search for an X11 window manager that provides virtual desktops. I also would like just a little bit of keyboard customization, i.e., assign an F key to raise a window. Keystrokes to move between virtual desktops would be nice.
    Any suggestions?
    Blackbox, from Darwinports, seems very nice in a lot of ways, but to get a visual interface to its virtual desktops you have to add bbpager. Darwinports does not have bbpager, and Blackbox needs a newer version of bbpager than the one on fink. Building bbpager from source myself appears to work, but an attempt to run it gives:
    dyld: lazy symbol binding failed: lazy pointer not found
    dyld: lazy pointer not found
    Trace/BPT trap
    At which point I'm in over my head.
    A while back, AfterStep 1.8 did everything I wanted, but nobody maintains it for OS X anymore, as far as I can tell. AfterStep 2 is maintained, but the default style has changed not to my liking, and then and now customizing it is complex.

    Hi Don,
       It's good to hear from you, as always! I believe that the lazy symbol binding failure is the result of the use of the wrong version gcc. I think that it happens when you use gcc-3.3 when gcc-4.0.1 is required, although I could have that backwards; it hasn't happened to me yet. I don't know why some apps would require a new version of gcc when most don't.
       It appears that Jonathan's suggestions are for virtual desktops for Aqua and not X11. Of course given your taste for virtual desktops, that is likely to be something of interest to you.
       As for virtual desktops for X11, they abound. My preference for a window manager that implements virtual desktops is Enlightenment. I like it for other reasons but it has a nice virtual desktop arrangement that "plays well" with Rootless mode. The desktops are arranged in a square. By default, the top two desktops have no background image, while the bottom two do. This allows one to use Enlightenment's elaborate contextual menu, which I like. There are numerous subtle features that make using desktops convenient and I think you'd like it.
    Gary
    ~~~~
       A "practical joker" deserves applause for his wit according
       to its quality. Bastinado is about right. For exceptional
       wit one might grant keelhauling. But staking him out on
       an anthill should be reserved for the very wittiest.
             -- Lazarus Long

  • Inventory Management for virtual products

    Hi,
    Can you please let us know how the virtual products like mobile recharge coupons, lottery coupons are managed in IS-Retail? There is no physical inventory involved in this case but we have the purchase cost, commission and other components involved. But they need to be maintained in IS-Retail system. Please advise.
    Regards,
    Karthik. K

    Hi Karthik,
    you can check, if consignment process meets your requirements.
    Consignment - Managing Special Stocks (MM-IM) - SAP Library
    Regards
    Tobias

  • Notification to Manager on creation of an Urgent Change Control

    Trying to set up a notification subscription so that when someone creates an Urgent Change Control, the Manager of that person gets notified. Looking in the subscription, under Recipients not sure what to put there. Since it could be anyone that creates
    the CC, how do you direct the notification to just that persons Manager?
    I am sure it has something to do with the Template that is used and the Activity tab but not sure what. Can someone get me started in the right direction or is this even possible?

    Alternatively, If you need the line manager to approve, you might try adding a review activity to the process and setting the "Line Manager must approve" checkbox on that activity. if you have set up standard review activity notifications,
    then the manager of whoever created the request will get a notice.
    if the user only needs to be notified, then you might set the approval method on that activity to "automatic" so the notification is sent, then the RA is automatically approved and the process can continue.
     

  • [Forum FAQ] Configuration Manager Console shows nothing if you change SSRS to using SSL after Reporting Service Point is installed

    If the SSRS is changed to SSL mode and http binding is removed after Reporting Service Point is installed. The Configuration Manager Console shows nothing in Reporting Pane. After digging into this problem, the cause is that the SSRS information has not
    been updated in Configuration Manager Database. The following steps are taken for finding the root cause.
    1. After changing to SSL, the Reporting Service Point log shows the error as shown in Figure 1.
    The request failed with HTTP status 404: Not Found.
    (!) SRS not detected as running
    Failures reported during periodic health check by the SRS Server DB2.SCJIZHO.COM.
    Figure 1
    From the error, seems the cause was the Reporting Service Point detected a wrong port. We digged around in Registry and found the information is a Registry key named ReportServerUri at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP. After changing the Report
    Server address to https. The error is gone as shown in Figure 2. But the issue remains, the Console still shows nothing. It is not a right direction.
    Figure 2
    2. Open the Console log file, it also shows some valuable information.
    instance of __ExtendedStatus
                    Operation = "ExecQuery";
                    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'PRI'";
                    ProviderName = "WinMgmt";
    \r\n
    [1, PID:3136][04/24/2014 01:46:00] :Property: 'LastModifiedTime'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [52, PID:3136][05/11/2014 20:14:15] :[ReportProxy] - User-specified default Reporting Point [PRI.scjizho.com] could not be found, [DB2.scjizho.com] is now the default Reporting Point (Figure 3).
    Figure 3
    It seems the Console wants to access the old http site and it fails to get into the site for sure. Actually, the Site Configuration information is come from Site Control File and as we all know that ConfigMgr 2012 doesn’t store the Site Control file in the
    file system. However, it’s stored in the SQL database (as XML file). The XML file is stored in a view named vSMS_SC_SiteControlXML. This view is a read-only view. We cannot edit it directly. The related table stored the SSRS information for this view is SC_SysResUse_Property.
    Running the following query will list the SSRS address. We can see the address is still the old one. This is why the Console shows nothing.
    SELECT
    name,
    value2
    FROM dbo.SC_SysResUse_Property
    where name
    ='ReportServerUri'
    or name=
    'ReportManagerUri'
    Remarks:
    This article is just to let you know why the Console cannot show the Reports after changing to SSL mode. We do not intend to make you change the table in Database, if you want to change it, you will be at your own risk. The real solution to this situation
    is to reinstall your Reporting Service Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Ok, but how do you solve this problem? Does uninstalling the RP and adding it back solve this problem?
    http://www.enhansoft.com/

  • OracleVM Manager template 2.2.0 trying change the host name

    Hi,
    I have installed the OracleVM Manager 2.2.0 template
    into an OraclVM Server 2.2.1.
    Reading the OracleVM Manager 2.2.0 install
    instructions "Readme_for_Media_Pack_B59146-01.txt" and doing
    the installation in the interview area, I am asked
    to provide the fully qualified domain name as the
    name of the OracleVM Manager.
    Therefore, I provided something like this.
    ovmmanager.mydomain.mytopdomain
    Later, when I was in the OracleMV Manager,
    I noticed the following.
    Correct information was written in my /etc/hosts file.
    192.168.1.160 ovmmanager.mydomain.mytopdomain ovmmanager
    The case seems however, that unusual information
    was written to the /etc/sysconfig/network file.
    HOSTNAME=ovmmanager.mydomain.mytopdomain
    When I type "uname -a", the results are shown.
    ovmmanager.mydomain.mytopdomain
    I say, "unusual", because most people prefer a single
    name "ovmmanger" to be the host name.
    I have tried to permanently change the host name of the computer by
    changing the contents of the /etc/sysconfig/network file to the following.
    HOSTNAME=ovmmanager
    Next, at the command line I would type the following.
    hostname ovmmanger
    When I type "uname -a", the results are shown.
    ovmmanager
    However, every time I do an 'xm shutdown' to the
    OracleVM Manger (the ovmmanger), and then later do an
    'xm create vm.cfg' to start the ovmmanger,
    when I type a "uname -a", the results are shown.
    ovmmanager.mydomain.mytopdomain
    When I look at the contents of the /etc/sysconfig/network file
    the contents are back to the original contents.
    HOSTNAME=ovmmanager.mydomain.mytopdomain
    instead of my preferred contents
    HOSTNAME=ovmmanager
    My first question is the following.
    By design, does the OracleVM Manager 2.2.0 template
    supposed to have a host name to be a
    fully qualified domain name?
    ovmmanger.mydomain.mytopdomain.
    My second question is the following.
    If the situation is satisfactory to have just
    ovmmanger
    as my host name, then how do I prevent the host name renaming
    process to reoccur every time I do an 'xm create vm.cfg' to start
    the OracleMV Manager?
    Thank you
    AIM

    First Question: No, it does not have to be a full qualified hostname. As long as the hostname is resolved in your network short qualified is fine.
    Second Question: You don't have to do anything. In OVM Template design the configuration tool is just called the first time your template is started. All succeeding startups will not go through the configuration again. (There is however an option to reenable/reset the VM that the configuration is called again).
    Regards
    Sebastian

  • Clearing UCS Manager fault about unused adapter uplink from C-series

    I have a number of C240M3 servers in a UCS infrastructure.  They all have two VIC 1225 adapters and when they were initially connected, the technicians accidentally connected the second adapter on some of them to the FEXs.  For now at least, we only want the first adapters used (both ports - one to each FEX).  However, since adapter 2 was connected at one point, UCS Manager won't stop giving these faults:
    F0206 - Adapter 5/2 is unreachable
    F0209 - Adapter uplink interface 5/2/1 link state: unavailable
    It doesn't seem to have a way to clear the faults without reconnecting that second adapter.  Re-acknowledging the server didn't help and I'm not sure I want to try decommissioning them and then getting them to appear in UCS again.
    Does anyone know how to manually clear these faults?

    Hi Kenny,
    Correct; the second PCIe card is not connected to a FEX anymore.  I tried reack'ing the FEXs but that didn't help, unfortunately.  (If it helps, the fault appears in the individual servers' Faults tab - the FEXs don't show any faults.)

  • Vehicle stuck in Yard Management - Is there a way to change the HU Status?

    Hi Everyone,
    I'm trying to remove a vehicle that's stuck in Yard Management (under a warehouse) but I had no luck so far. The problem is that the Handling Unit was set to deleted and I haven't been able to change its status through HU02 or even using HUMO. The system status right now is DLTD. When I try to delete the vehicle in YM, it says that I can't because of the status that's in right now.
    Is there a way to change the system status back to 'PLND' for example?
    Also, if I could find a way to set the user status, would it prevail over the system status?
    If more information is needed, I'll gladly provide it.
    Thanks everyone!

    Hi Petr,
    Thanks for replying.
    I tried using this transaction but I don't think it's implemented in my company's SAP version.
    I think I found what the problem is. In VEKP, the status field (VEKP-STATUS) is set to '0001' (Planned) instead of 0060 (Deleted). But if I display it using tcode HUMO, it shows up as 'DLTD'. Maybe the issue is that both status are not in sync with each other and that's why I can't remove the vehicle from Yard Management.

  • ENterprise Manager 12c Upgrade Console appears to change permissions on '/'

    This is a very strange occurrence and I am wondering if anyone else has encountered it. I have installed and upgraded my 11g OEM installation to OEM 12c Cloud Control. I am using the Enterprise Manager 12c Upgrade Console to deploy and configure the 12c agents. Twice now, because of different problems the deploy/configure step failed the first time. After resolving the issue and rerunning the deploy/configure step it failed because permissions on the '/' directory ahd been changed from root root to oracle dba. It leads me to believe that the deploy/configure process is making those changes (although I can't see why) and when it fails does not clean up after itself and that cleanup must be done manually.
    Has anyone encountered this issue and if so, other than being aware of it is there a solution?
    Thank you.
    Bill Wagman

    To update the thread, i had a webex session with Bill on Friday and he saw this permission change on two agents (11g) where he hadn’t run roots.sh and the agent upgrade failed with nmo error. After running the root.sh on 11g agent, retrying the agent upgarde job. Later the upgrade job failed ( doesn’t remember which step) can’t access the / as its owned by root and then figured out the / is owned by root.
    Since this happened only on 2 agents and not with others , we are suspecting if / was owned by root before the upgrade operation itself. Bill will do some more agent upgrades to see if he gets the same issue and will also check if the / dir on that agent host was owned by dba before starting the upgrade?
    I will wait to hear back from you Bill, you can drop me an email if you see the same behavior and then we can meet again.

Maybe you are looking for

  • At sales order level

    Hi, In sales order level i am opening MWST condition i am getting "CondRoundDiff ".  0,01-, where it is getting this value and how to remove this one , and what is the solution for this please help me any one.. Thanks, KK Edited by: Anand2mnp on Apr

  • Applescript new file

    Hi everybody I am quite new to Mac and new to programming. I am learning Applescript. I am trying to write a simple script that I can add to the title bar of Finder. I want the script to show a choose file box where I input the name of a file to crea

  • Set "E" for V1801 Message: Pricing error: Mandatory condition ZR01 missing

    Dear All, I want to set below error message to appear as ERROR. Right now this message appear as a GREEN Color message. Therefore user can save the sales order without pricing. My requirement is to BLOCK the user from entering a sales order in to the

  • I can't get AOl mail to send on my iMac or Mac Pro.

    I have 2 email accounts set up on all of my devices but the AOL account will not send on my Macpro or Mac PC. it is fine on Ipad and Iphone.

  • F110-Text field requirement

    Hello Experts, While making payment to the vendor through F110, we need text field to enter text for our reference but standard SAP has not provided text filed for the payment documents through Automatic payment run. Please let us know through ABAP c