How to resolve A VMWare portgroup with VLAN ID 0 cannot be founf on virtual switch vSwitch0.

Hi All,
I have deployed Microsoft private cloud using SCVMM, SCOM, SCCM, SCSM, SCO and SCSM Portal...
Also, i am using cloud service process pack runbooks and offerings for my vm provisioning in VM Ware platform...
After submitted the request vm got created but it is throwing an error in SCVMM jobs:
A VMWare portgroup with VLAN ID 0 cannot be found on virtual switch vSwitch0...
VLAN ID of the existing virtual switch vSwitch is 48 and that we cannot change...also we cannot create a new vswitch in DC...
How can i resolve this error...
Thanks in advance for your help...
Regards,
Sudheesh M A

Hi Alexander,
Thank for answering. I asked custumer to send some config file from the switch. I don´t how complete is this, but, regarding "mls cos" entries, we have:
no aaa new-model
switch 1 provision ws-c2960x-48ts-l
ip domain-name ecs.local
login on-failure trap
login on-success log
vtp mode transparent
mls qos
crypto pki trustpoint TP-self-signed-1837850112
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-1837850112
 revocation-check none
 rsakeypair TP-self-signed-1837850112
interface GigabitEthernet1/0/1
 switchport access vlan 235
 switchport mode access
 srr-queue bandwidth share 1 70 25 5
 priority-queue out
 mls qos trust dscp
 service-policy input ACCESS_INGRESS
interface GigabitEthernet1/0/2
 switchport access vlan 235
 switchport mode access
 srr-queue bandwidth share 1 70 25 5
 priority-queue out
 mls qos trust dscp
 service-policy input ACCESS_INGRESS
interface GigabitEthernet1/0/48
 switchport access vlan 235
 srr-queue bandwidth share 1 70 25 5
 priority-queue out
 mls qos trust dscp
 service-policy input ACCESS_INGRESS
Is these entries make any sense for the behavior we are facing?
Thanks

Similar Messages

  • How to set all new vm with VLAN ID as a default settings and alose set the avaiablity high .

    How to set all new vm with VLAN ID as a default settings and alose set the avaiablity high .

    Hi Ramy,
    As a work around , you can create a VM without installing OS and  configure the Vlan of VNic , then export it .
    The new VM will be with Vlan ID when you import the "export file".(note : you need to select "copy the virtual machine " in the tab "choose import type" during importing ) .
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How do i save a .png with transparent background?  cannot find in help

    how do i save a .png with transparent background?  cannot find in help

    rickseng
    With what program are you working and with what version of the program and on what computer operating system?
    I suspect that you are working with some version of Photoshop Elements. If that is correct, then be advised that some how
    your thread got posted in the Adobe Premiere Elements Forum (video editing) instead of the Adobe Photoshop Elements Forum (photo editing).
    If Photoshop Elements question, then please re-post your thread in the Adobe Photoshop Elements Forum or wait for a moderator
    here to see your thread here and move it from here to there.
    Photoshop Elements
    Thought....if are creating an image on a transparent background in Photoshop Elements Windows for a Premiere Elements Windows project, then you Save As png or psd.
    Please clarify if I have misinterpreted your question.
    Thank you.
    ATR

  • How to configure a port channel with VLAN trunking (and make it work..)

    We're trying to configure a port channel group with trunked ports to connect a NetApp HA pair. We want to create two data LIFs and connect them to the switch stack.  We are trying to create 2 data lifs, one for cifs and one for nfs that are on different vlans.
    We want the same ports to be able to allow multiple vlans to communicate. (trunked)
    These data lifs should be able to fail over to different nodes in the HA pair and still be able to communicate on the network.
    What this means is that we have to connect 4 ports each for each node in the NetApp HA Pair to the switches and create a port channel of some type that allows for trunked vlans. When we configure the ports, the configuration is as follows (below):
    We are only able to configure an IP on one of the vlans.
    When we configure an IP from another vlan for the data lif, it does not respond to a ping.
    Does anyone have any idea what I'm doing wrong on the Cisco switch?
    interface GigabitEthernet4/0/12
    description Netapp2-e0a
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet4/0/13
    description Netapp2-e0c
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet6/0/12
    description Netapp2-e0b
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet6/0/13
    description Netapp2-e0d
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface Port-channel20
    description Netapp2-NFS
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    spanning-tree portfast
    spanning-tree bpduguard enable
    end

    Our problem was fixed by the storage people.  They changed the server end to trunk, and the encapsulation / etherchannel.
    I like all the suggestions, and they probably helped out with the configuration getting this to work.
    Thanks!
    interface Port-channel20
    description Netapp2-NFS
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    interface GigabitEthernet4/0/12
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet4/0/13
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet6/0/12
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet6/0/13
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active

  • How to resolve m3u player conflict with installed recording applications?

    Greetings,
    On some of my web pages, I include code for the Quicktime streaming audio player. The player source file is an m3u file that retrieves the mp3 file to play. This "player" works fine on any of my machines that don't have specialized recording software installed. One machine, a Toshiba notebook, with XP on it, has an old digital audio recording/editing program on it that I still use a lot: Protracks. After I had installed Protracks, I noticed that my web pages' streaming audio player would play a very distorted version of the mp3 file, slowed and stuttered. When I first acquired my HP with Windows 7, I installed the latest Quicktime plug-in so I could use the streaming player on my web pages. It worked fine, as it did on an old desktop running XP, until I also installed Dragon Premium by Nuance. Now, the Quicktime streaming audio player on my web pages plays in the same distorted way that the ones on the Toshiba does. I tried associating Quicktime with m3u in the mimetpye control panel, but after I did that I still had no success.
    Here's the code for the player:
    <object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="197"
    height="17" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
    <param name='src' value="audio/Welcome.m3u" />
    <param name='autoplay' value="FALSE" />
    <param name='controller' value="TRUE" />
    <param name='loop' value="FALSE" />
    <EMBED src="audio/Welcome.m3u" width="197" height="18" autoplay="FALSE" controller="TRUE" loop="FALSE" pluginspage='http://www.apple.com/quicktime/download/'>
    </EMBED>
    </object>
    I use m3u for streaming and so my original audio files can't be scraped easily.

    Hi Syed,
    You can raise SR for merging the conflict patches and refer to the MOS document provided to resolve.
    Thanks,
    Uday

  • How to Resolve Bitnami/MAMP Conflict with Profile Manager

    I've been working on a new Lion Server for several weeks, and most of my services work great. However, I want to set up several development environments for WP, Drupal, and Magento, among other things. I prefer to use something like MAMP Pro or, in this case, Bitnami stacks for my various environments. However, this machine currently is used for managing Wiki, Profile Manager, and Device Manager, among other things. Of course, if you activate the Bitnami MAMPstack, that poses an issue for Profile Manager, as both use the 80 and 443 ports, I presume. So, the question is how can I configure Lion Server to run Bitnami (or MAMP Pro, as an alternate possibility) and not break Profile Manager, Wiki, Device Manager, etc.?

    Let me edit the statement a bit. Device Manager is the term that I intuitively have attached to the link https://server/mydevices, which is nothing more than a web interface for adding profiles to your Mac and iOS devices. Apple doesn't call it that, but I have taken to doing so, so when I'm referring to it, that's what it is.
    Anyway, I haven't tried Wiki on its own, but I know that if I activate MAMP, or BitNami, and I run Profile Manager, it is inaccessible. Obviously, there is a conf setup, or something I am missing here, but I'm not finding it in the server documentation, if it exists at all.

  • Help with VLANs on SG200-18 and two SG200-08 switches

    Hi everybody. My apologies but I'm only average at best with my CISCO skills. I have simple setup running a few network devices connected via 3 CISCO switches. It's small office and there are two rooms - one with servers and one with printer and pc's. Each room has 8-port SG200-08 switch.
    Router/ firewall is Sonicwall TZ215 and it handles internal routing between VLAN's. Each SG200-08 was connected directly to TZ215 (no SG200-18 yet) and VLANs were working perfectly. Please see diagram below...
    Problems started when I added in the middle larger SG200-18 to handle extra devices. Whatever I'm doing wrong but I can't make VLANs work anymore. Something I'm not setting up correctly in SG200-18.
    Please help me to setup VLANS here - tagged, untagged, PVID, trunk........ I'm completely lost and already had to reset SG200-18 twice.
    My working setup without 18 port switch was like this.
    SG200-08 (1)
        g1  Trunk  1     1U,100T 
        g2  Trunk  1     1U   
        g3  Trunk  1     1U   
        g4  Trunk  1     1U   
        g5  Trunk  1     1U   
        g6  Trunk  1     1U            SERVER3    
        g7  Trunk  100   100U      SERVER1
        g8  Trunk  100   100U      SERVER2
    SG200-08 (2)
        g1  Trunk  1     1U,50T,200T   
        g2  Trunk  1     1U   
        g3  Trunk  1     1U   
        g4  Trunk  1     1U           PC1A
        g5  Trunk  1     1U           PC1B
        g6  Trunk  50    50U        PC2A
        g7  Trunk  50    50U        PC2B
        g8  Trunk  200   200U     NETWORK PRINTER
    Thank you in advance.

    Hello,
    Small switches would remain untouched but 200-18 needs to have the following settings:
     g15 Trunk  1     1U,100T 
     g16  Trunk  1     1U,50T,200T
     g17 Trunk  1     1U,50T,200T
     g18 Trunk   1      1U,50T,100T,200T
    Sonicwall now would have only one port connected to SG200-18 with settinngs matching port g18 on big switch.
    If you notice there is a change as now you would have only 1 port connecting your network to the Sonicwall, would advise you to use port 17 or 18 since they are uplink ports.
    If you have tried to connect two ports to big switch STP would block one of the ports.
    Let me know how it is going :-)
    Aleksandra

  • How i resolved my problems with FP 8.0.24

    Hi guys,
    (first, sorry for my awful english, i'm french <g>
    I'm lurking in this forum for few days now and i see there is
    always problems with 8.0.24 for many of you. I'll describe
    how i resolved my two problems with FP 8.0.24 on 2 computers
    (XP Pro SP2 Full retail and XP Home SP2 OEM) :
    First problem (appeared on 2 computers) :
    On limited account, no flash.
    Solution : easy, just follow :
    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=624850b5
    Second problem (just on XP Pro, certainly because i tried to
    uninstall + re-install
    the product while trying to resolve the first problem) :
    Few days later, i noticed that some Flash don't work on
    some website (i.e. : youtube : no video), but works on some
    others ???
    (and also that install page on macromedia website was looping
    endless)
    After hours, i noticed that during 8.0.24 re-install, some
    errors (mainly
    "access denied") occurs (thanks to regmon utility) and i
    found the problem :
    On the 4 keys (and sub-keys + values), some permissions was
    denied to
    "everyone" group :
    http://cjoint.com/?eqdmhPGYwN
    -red circles added-
    (it's important to remember, in the following explication,
    that "DENY" have
    always priority on "ALLOW"...)
    And what's the problem with "everyone" ?
    Oh, nothing really important <g>...
    "Everyone", is just... everyone !
    If you set :
    1) DENIED write to EVERYONE
    and
    2) ALLOW write to ADMINISTRATORS
    then administrators write permission is... DENIED
    Then, how do i corrected this ?
    (works for first and second problem)
    Simple, for each of the 4 keys in
    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=624850b5
    (don't use [advanced] authorization stuff) :
    1) i deleted "everyone" line (to clear rights)
    2) i added "everyone"
    3) i allowed "read" for "everyone" (don't touch to deny, nor
    allow write)
    the result (in french) :
    http://cjoint.com/?etsyFBJyxd
    And now i registered flash8b.ocx (or flash8a.ocx) like this :
    regsvr32 %windir%\system32\Macromed\Flash\Flash8b.ocx
    reminder : if you reinstall FP, check this rights again.
    Cheers
    ~Jean-Marc~
    http://docxp.mvps.org
    http://msmvps.com/blogs/docxp/

    Spoke too soon. It didn't work, it just works for longer
    periods before it crashes.
    I was able to insert images into a number of pages after
    recreating the cache but got to some library files that it crashes
    on every time still. But other library files and other site
    profiles work fine when inserting images.
    Also, the other solution suggested above to disable visual
    themes did nothing to resolve my crashes.
    Also, I heard from someone else in another thread they
    thought it was due to using the cache in the first place. Although
    I use the cache on all my site profiles.
    After turn off the cache and restarting DW, it still crashes
    while inserting graphics. The crash isn't exactly at the same time
    every time. Sometimes its immediatly upon clicking the okay button
    on the image browse dialog box, sometimes it inserts the image into
    the page then terminates, sometimes it terminates a few seconds
    after the image is inserted. But it's always related to using the
    insert image dialog.
    It's back to using XP now.

  • How can i restore my iphone with the data i downloaded 3 times

    how do i restore my iphone i downloaded the restore data 3 times how can i restore my phone with that as i cannot us anymore data

    We might be able to help... but first it's up to you to provide some details as to what is not working as expected, like any errors occurring.

  • I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    Can you open the Preview program without loading a file, like by itself?
    If it doesn't load then I suspect a corrupt Preview preference file.
    Deleting the System Preference or other .plist file
    Can you open other files with Preview, like jpg's and images?
    How about other PDFs? or is it just that one you have downloaded?
    Run through this list of fixes
    Step by Step to fix your Mac

  • After upgrading to iOS 5, my iPhone 4 takes a very long time to open digitally signed emails. I've tried with the SMIME settings enabled, but that doesn't help either. Any ideas on how to resolve this?  Thanks in advance.

    After upgrading to iOS 5, my iPhone 4 takes a very long time to open digitally signed emails. I've tried with the SMIME settings enabled, but that doesn't help either. Any ideas on how to resolve this?  Thanks in advance.

    I suspect you may have a corrupt photo or image that is causing the sync to fail or quit. You might want to try removing all of your photos by deselecting them in iTunes then sync - and try adding them by each sub-folders until you are able to nail down which sub-folder of photos, that causes the sync to stop or gives you errors.

  • I've problem with Game Center . I can't sign in Game Center on my iPad . I tap on the Game Center icon but the page is blank. I tried go to setting, my Apple ID appear but the page keep on loading and  nothing pop up. How to resolve this issue?

    I've problem with Game Center . I can't sign in Game Center on my iPad . I tap on the Game Center icon but the page is blank. I tried go to setting, my Apple ID appear but the page keep on loading and  nothing pop up. How to resolve this issue?

    Hi, bamboo64. 
    Try closing all open applications in multitasking and power cycling the device.  Once this is done test the results.  If the issue persists, I have included a couple troubleshooting articles that I would recommend going through. 
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Troubleshoot issues on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure your date, time, and time zone are correct in Settings > General > Date & Time.
    Note: Time Zone may list another city in your time zone.
    Make sure that your iOS software is up to date by tapping Settings > General > Software Update (iOS 5 or later) or connecting your iOS device to iTunes and clicking Check for Update on your device's Summary page.
    Check and verify that you're in range of a Wi-Fi router or base station. If you're on a device with cellular service, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to cellular data, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts.
    Make sure that you have an active Internet connection. You can check the user guide for your device for help with connecting to the Internet.
    Make sure that other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Try resetting (turning off and then on again) your Wi-Fi router.
    If the issue persists, try troubleshooting your Wi-Fi networks and connections.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    Jason H. 

  • I have one iPhone 4s, one iPad 2 and wife's iPhone 4s. yesterday I have updated all with ISO 8 under one apple id, now my problem is that in same WiFi when Any of phone receive phone all the three gazettes ring simultaneously . how to resolve this.

    I have one iPhone 4s, one iPad 2 and wife's iPhone 4s. yesterday I have updated all with ISO 8 under one apple id, now my problem is that in same WiFi when Any of phone receive phone all the three gazettes ring simultaneously . how to resolve this.
    regards
    rbv

    Tell your wife to get her own Apple ID. If you do not want continuity/handoff to work with calls, on both devicesgo to Settings==>>FaceTime==>> Turn OFF iPhone cellular calls.

  • How do I add a Subnet and vlan with a catalyst 3550 and RV120

    Hello Friends.
    I have a scenario that i'm hoping i can get some help with. I'll be as detailed and descriptive as i can.
    This is for a business with 100 employees nodes and 100 camera nodes all needing IP internet through private addressing and public gateway.
    I have a business class gateway with a private range of 12 public addresses. Ther modem does nothing but act as a gateway since i have disabled the firewall and DHCP.
    In place of the firewall and DCHP from the modem i have installed a RV120 Firewall with VPN. When installing i replicated the IP scheme of the modem as to not disturb and distrup the devices assigned addresses from that scheme from the modem. I did this because the owner could not have any down time or any disruption to the business operations.
    The RV120 now acts as firewall , DHCP , and VPN. I'll address the subnet first. I's using 10.0.0.0/24 subnet range.
    DHCP is assigning 10.1.10.50 - 10.1.10.100 the rest are static and i plan to use static DHCP with the IP and MAC assigned to each static DHCP address.
    There are 100 cameras with static IP addresses in the range of 10.1.10.11 - 10.1.10.40, and 10.1.0.1.101 - 10.1.10.170.
    VPN uses PPTP assigned address 10.1.10.6 - 10.1.10.10.
    There are no layer 3 switches that i know of. Just a layer two that is the primary swith and ports have run out, and various out of the box switches and wireless access points connected to the primary switch.
    I want to implement subnets into the network and VLANS as well on a new Layer 3 switche from cisco. Thinking 3550 from Cisco or one of the older layer 2 switches with layer three capabilities.
    I also want to introduce a 192.168.0.0/24 IP range for the existing wireless network and segment the traffic from the rest of the traffic on other ranges.
    I want to replace the 10.0.0.0/24 DHCP alltogether and the static addresses for end user nodes on the same network, but keep that range just for camera nodes segmented.
    I want to implement a NEW end user IP range and VLAN for employee/guest networks using the 172.16.0.0/24 range.
    Iv'e thought of replacing all the wireless nodes with RV120's and use VLAN. Dont know if that strategy works. Need to think it through.
    I want the 192.168.0.0/24 IP range comunicate to with the 172.16.0.0/24 and possibly the 10.0.0.0/24 range.
    Any advice on how to do this?
    As a side note the next step after this is to install a server domain controller as all the computers are all stand alones in their own workgroups. It's a simultaneous project that will introdue a DCHP, WINS, DNS server.

    Hi Omid, it sounds like you're proposing the 3550 switch but you're not decided yet. The 3550 switch is a pretty old device and needs enhanced multilayer image. It may be more prudent to use a more current switch such as small business SG300 or SG500 as the feature set is more rich and it supports around 480 LAN connections.
    To answer the inquiry, the RV120W, when you create a VLAN it will automatically create an IP interface. From this you may assign subnet as you like along with 'enable or disable' for inter vlan routing. Since the RV120W has this feature, a layer 3 switch is not required unless you are looking to keep the routing load smaller by routing locally with the switch.
    With Catalyst or a small business switch you would need to create a VLAN. After creating the VLAN, on a Catalyst you can simply issue "switchport trunk encapsulation dot1q" on the desired interface and all VLAN will passage without issue. For a port connecting a user "switchport mode access" "native vlan xx" This will assign the port as untag member of the desired VLAN.
    If using a small business switch, it is slightly different, you still create the VLAN but the command issue is a bit different  "switchport trunk allowed vlan add xx" for the link to the router, where xx = the VLAN ID to tag to the router. For access client it remains the same as Catalyst.

  • How to resolve a 'no sound' problem with UPI Grand Piano application?

    I have purchased the UPI piano from the AppStore, but am at a loss to know how to resolve the problem of a silent piano. I have entered the 'Audio & Midi Settings' zone within the application more times than I care to remember and need a wise owl to end my frustration sooner rather than later. The set up recognises my keyboard - a Yamaha MOX8 - as the MIDI input lists five numercial ports that could be ticked. Port A is the default MIDI port. Within the routing section, the plug in output merely shows 'Main Out Left' & 'Main Out Right' and under the Physical Output label, "None" appears twice to correspond, but without any options. The Audio Device correctly identifies Core Audio & the Yamaha MOX8 as the API and ouput device, respectively.
    So, what am I missing here? Probably something that a child of six could fathom in an instant. If you are or know one or are just a wise old owl, pregnant with knowledge: please put me out of my misery, so that I can just enjoy using this wonder of technology (I hope). Thank you.

    Contact the app's developer at the support link on the app's Mac App Store page.

Maybe you are looking for