UCSM / VMware vCenter Server dependencies for vDS

I am still trying to wrap my head around the differences between the vDS created via UCSM / VMware vCenter integration and the traditional N1K.  
If understand correctly, the UCSM (1.4) vDS does not require the VSM appliance that is needed with the N1K.  And if that is correct, is there any dependency on vCenter?  If vCenter goes down will the vDS continue to operate normally as the FIs are acting as the VSM?

Hi Peter,
Just to add to the nice post from Eric, 5+ Eric
as you might aware that with the Cisco M81KR VIC adapter
-  VN-Link in hardware, all traffic to and from a virtual machine passes through the DVS and the hypervisor.
and then returns to the virtual machine on the server. Switching occurs in the fabric interconnect (hardware).
As a result, network policies can be applied to traffic between virtual machines. This capability provides
consistency between physical and virtual servers
For Cisco UCS instances that use Cisco M81KR VIC adapters to implement VN-Link in hardware, you must
create and install an extension file to establish the relationship and communications between Cisco UCS
Manager and the VMware vCenter. This extension file is an XML file that contains vital information
The distributed virtual switch (DVS) framework delivers VN-Link in hardware features and capabilities for virtual machines on Cisco UCS servers with VIC adapters
With VN-link in hardware, Layer 2 traffic between two VMs on the same host is not locally switched on the DVS but it sent upstream to the UCs-6100 for the policy application and switching. Switching occurs in the fabric interconnect (hardware). As a result, network policies can be applied to traffic between virtual machines. This capability provides consistency between physical and virtual servers.
In VMware vCenter, a port profile is represented as a port group. Cisco UCS Manager pushes the port profile names to vCenter, which displays the names as port groups. None of the specific networking properties or settings in the port profile are visible in VMware vCenter.
for more technical details see the bellow link
http://www.cisco.com/en/US/products/ps10281/products_configuration_example09186a0080b52d0d.shtml
HTH
if helpful Rate

Similar Messages

  • VMWare vCenter Server SQL Licensing

    I understand fully the difference between SQL user and core licensing. Though I'm not sure how to apply SQL licensing to VMWare vCenter server.
    vCenter server is a management utility for VMWare that requires SQL. I have 20 users log into vCenter to make VM changes.
    The application logs server events to SQL. The VM settings/files themself that end users log into are stored on disk.
    Servers or their settings do not use SQL. The server that monitors the environment is what writes to SQL.
    Can I get away with just buying 20 user licenses for the 20 that log into the vCenter server or do I need to license every user that access servers that are on VMWare?

    Hello,
    This is a community forum for technical questions & issues.
    For question regarding pricing / licensing please contact a Microsoft sales partner or licensing expert.
    Call (1-800-426-9400), Monday through Friday, 6:00 AM to 6:00 PM PST to speak directly to Microsoft licensing specialist.
    http://www.microsoft.com/en-us/server-cloud/products/sql-server/buy.aspx
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Cannot quit Visual FoxPro (Windows Terminal Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1)

    Hi everybody:
    This is not the typical question about this error, because the problem here is not about how to quit (CLEAR EVENTS then QUIT). The really and weird problem is that our application do no execute the error trapping routines (Try/Catch and ON ERROR) and tries
    to directly Quit.
    I have never seen something like this before, error trapping routines not executed.
    I try to explain the problem better:
    - The user click on the Citrix icon of our App
    - Citrix shows the executed processes (establishing connection, applying user config, loading profile, etc)
    - The Application (VFP 9 SP2) is started and in any moment, while loading, occurs an error that is not handled by error handlers, and it executes a "kind" of a Quit command, that we detect because have a ON SHUTDOWN to catch it, then the App shut
    down and the user must click the Citrix icon and start all over again, up to 7 times, when the App really load and work.
    - I think that it is useful to make clear that no QUIT command is really causing this, just the behaviour of the QUIT when an error occurs, but just while loading. If the App get completely loeaded, then everything works as expected
    Infraestructure:
    - Windows Terminal  Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1
    - There are up to 50 concurrent users max in every virtualized server
    - More than 10 GB of free disk space / Up to 4 GB ram
    - RAM Memory is never used to the max
    - CPU (Intel Xeon) is never used to the max (up to 90% in some cases)
    - Data (DBFs for temporal work) ar on local drive, not over network (to avoid network known problems with smb2-3)
    - There are connection to a Oracle 11 database for permanently storing the data
    About the errors:
    - They are not always the same or in the same place. In example, in one execution could fail the query of SET("Printer",2), in other execution could fail a SET PROCEDURE TO xxx ADDITIVE (sometimes already loaded), in other could fail a "DO
    WHILE .T." in a init event.... completely crazy, and in all cases the errors are not thrown, not a single error code, the App just try to quit, as if ALT+F4 where pressed.
    - All this does not happen allways to everyone, but happens many times in the day to many many users as to be worried
    - The same user can have this error many times a day, but not allways
    - Some of the problems started when migrating to Windows Terminal Server 2008, but didn't notice nothing special in the beginning, but a year later (last 2014) problems tend to go worse
    Tried solutions:
    - For the "SET PROCEDURE TO xxx ADDITIVE" error, a "IF xxx $ SET('PROCEDURE')" check was added
    - The "SET('Printer',2)" check was moved out of initialization code, so it executes when user want to print the first time. In this case was neccesary to talk with IT guys to map a default printer after the App runs, and not in background, as it
    was.
    - Other checks and modifications was made to minimize posibility of errors
    - Adding a timeout of 5 secs in the start of the program, to force a wait
    - Restart of virtual servers (not the phisical) every 3 weeks
    What I suspect:
    - Some Microsoft optimization (memory?, process execution?) in WTS-2008 may interfere?
    - Some VMWare memory management may interfere with WTS-2008?
    - Some Citrix management may interfere with both?
    - Server degradation because of day to day use
    Results until now:
    - Apparently, adding the timeout to force 5 secs delay and the restart of the server have made a notable enhancement in App start and running
    with far fewer
    errors
    Has
    this happened to anyone?
    Thanks! o_O
    Fernando D. Bozzo / Madrid (Spain)

    I never had this type of problems, but somewhat similar start up problems. I'd say it indicates resource problems. Low RAM can cause many unpredictable things. In my case loading much data at the begin of an application caused out of memory errors, which
    were reported and logged normally, though.
    I made a small tool using Windows API functions GetPerformanceInfo and GetProcessMemoryInfo, you'll find declaration and usage like usual at the News2News site. It's a bit lengthy and cluttered, but pretty much what you find there anyway, so I'll not post
    my utility code.
    I could quite clearly see how many users degraded available memory per session and at some time no further instance of the application was possible on the server. In my case RDP was used to start the app, Citrix will be quite the same, in the end the application
    runs on some server and users see the remote running application.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • System monitoring plugin for Vmware ESX server..

    i have a OEM grid control 10.2.0.5 with management plugin for Vmware ESX server (Management Plug-in: vmware_esx_server, Version 1.1.3.1.0) added.
    I later added another server agent for management/monitoring of VMware ESX server.
    the agent state is UP and under Monitored targets for the agent I am now trying to add the VMware ESX server
    Once on the page, here I enter the details <Hostname / Usrname:Pwd / Protocol:HTTPS / Keystore> and click on Test Connection and recieve a Warning :
    Failed to contact the target to be added. Following errors were received while testing the connection to the target. Update the properties accordingly, try Test Connection for testing the properties before saving.
    TestVersion - caught com.vmware.vim.InvalidLogin: ; nested exception is: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty Aug 26, 2009 9:28:04 AM org.apache.axis.utils.JavaUtils isAttachmentSupported WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
    If I go ahead and click OK it adds the Target(Vmware esx server) to the agent and displays message :
    "Target ESXVS (VMware ESX Server) has been added."
    THE problem starts here.. the metrics collection doesnt happen for the target and I get Metric collection errors.
    I have tried checking in diff versions of management plugins as well as tried adding the target to the Grid control's agent//
    Pls help..

    Is the location that you specified for the keystore file somewhere that the agent can read from (either a drive local to where the agent is installed or a network drive that the agent has access to)? Is the keystore file one that was generated for that specific ESX Server from its rui.crt file? Each ESX Server has a different rui.crt file that you use to create the keystore file.
    You won't be able to collect metrics if the SSL connectivity isn't set up correctly.
    Dave
    Edited by: user716739 on Aug 26, 2009 4:54 AM

  • Add VMware vCenter host error ID 2947: Authorize Exception

    I'm evaluating Hyper-V/SCVMM for our shop. I've got a Hyper-V cluster running and added to SCVMM. I'm now trying to add a VMware vSphere vCenter host in order to convert some VMs,  and receive the following error with the Add VMware VirtualCenter server applet:
    Virtual Machine Manager cannot complete the VirtualCenter action on the server MyVirtualCenter because of the following error: A general system error occurred: Authorize Exception.
    Resolve the issue and then try the operation again.
    ID: 2947
    Details: Unknown error (0x194)
    I haven't seen this error listed or discussed anywhere except the TechNet listing of errors.

    Issue
    Unable to add or remove vCenter server from SCVMM management.
    [Microsoft] Analysis
    SCVMM is trying to connect to remote vCenter https : //
    servername/sdk
    13226,05:54:37.846 07-10-2014,0x07C8,0x1280,4,VmwVMService.cs,421,0x00000000,VmwVMService: Connect: trying to connect to [https : // servername/sdk],{00000000-0000-0000-0000-000000000000},4,
    However, the HTTPS connection is failed with error below
    13234,05:54:37.864 07-10-2014,0x07C8,0x1280,4,VmwVMService.cs,466,0x00000000,WebException [ex#f6649] caught by Connect (catch Exception) [[(WebException#336dfff) System.Net.WebException: The remote server returned
    an error: (407) Proxy Authentication Required.
       at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
       at System.Net.HttpWebRequest.GetRequestStream()
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName; Object[] parameters)
       at Microsoft.VirtualManager.VMWareService.VimService.RetrieveServiceContent(ManagedObjectReference _this)
       at Microsoft.Carmine.VMWareImplementation.VimServiceConnection.Connect()]],{00000000-0000-0000-0000-000000000000},2,
    [Microsoft Statement]
    The error 407 is actually returned from your HTTP proxy server, we suspect it is related with proxy configuration settings.
    [Our assertion]
    No proxy server is configured at all – exceptions are in place just in case the SCVMM Servers take the
    not selected MS Internet Explorer settings
    Solution
    To bypass the wrong proxy settings, we applied below solution.
    In the folder where vmmservice.exe is, create a new file
    vmmservice.exe.config (or add to the existing file) the following content:
    <configuration>
      <system.net>
        <defaultProxy enabled="false">
        </defaultProxy>
      </system.net>
    </configuration>

  • [Blog] Monitoring WebLogic J2EE on VMware with VMware vCenter Operations (vCOps)

    Monitoring WebLogic J2EE on VMware with VMware vCenter Operations
    The Blue Medora vC Ops Management Pack for Oracle OEM was updated in early May (2014) to include enhanced support for Oracle WebLogic J2EE integration. All of the Oracle EM target types for WebLogic related components including WebLogic Server, J2EE Application Deployments, Oracle HTTP Server, as well as WebLogic Cluster are now available to be ingested into VMware vC Ops Enterprise Edition. 
    With the data available within these new vC Ops 'Resource Kinds', you have the ability to create WebLogic on VMware relationship views, WebLogic on VMware mashup dashboards, as well as leverage vC Ops anomaly detection and predictive analytics on your WebLogic J2EE landscape. Below are a number of example dashboards that were easily created using the WebLogic data available within the Management Pack.
    The first dashboard, the WebLogic on VMware Relationship View -- helps you visualize your WebLogic environment running on VMware all the way down to the VMware VM, ESX, and even Datastore level.   This can useful for diagnosing critical J2EE applications running within the vSphere environment -- allowing you to quickly discern whether a problem exists in the Oracle WebLogic layer or one of the VMware virtualization layers.
    vC Ops Management Pack for Oracle EM - WebLogic on VMware Relationship View
    Continued here: Monitoring WebLogic J2EE on VMware with VMware vCenter Operations | Blue Medora

    Can you point me to recommendations on installing Hyperic on VMware virtual appliances?
    Is it as simple as treating the appliance as a Linux VM during installation?  Can vSphere be used to deploy Hyperic to a VMware appliance like vRA (non-IAAS)?
    Thanks,
    -MattG

  • Setting VMware vCenter Computing Resources from command line

    Does anyone know how to set VMware vCenter Computing Resources from the command line? vda pool-setprops doesn't seem to include an option for it. Thanks.

    This document was posted in Aug 23, 2012. It covers Mountain Lion but Lion server may be similar.
    http://support.apple.com/kb/HT5359
    OS X Server (Mountain Lion)-based servers that need to run high performance services can use the command line utility serverinfo to dedicate systems resources.
    serverinfo --perfmode
    Gets the current mode
    serverinfo --setperfmode 1
    Sets the high performance mode
    serverinfo --setperfmode 0
    Disables the high performance mode.
    Note: Transitioning to or from high performance mode requires a restart.

  • New vcenter server but keeping database with nexus 1000v

    I have been reading through all the details of migrating to new hardware for the vcenter server with the nexus 1000v.  i wish to avoid doing the vswitch thing.  If I am keeping the same database but just moving to new hardware and possibly new ip address I was hoping to be able to do something along the lines of.
    Leave everything as is,
    Reinstall vcenter on new server and point to existing database.
    reconnect the esx hosts
    disconnect the VSM
    get the xml from the vsm
    install on vcenter server
    reconnect the VSM to the new server
    all should be good.
    From my reading it appears as tho most of the issues are around connecting to a fresh database.
    Is there anything wrong with my assumptions??
    Regards Justin

    I have done this before but I always keep the same name an IP so that I don't have to reconnect each ESXi host and my vSphere Client users don't have to use a different name.
    What I do in this scenario is build the new server with a temp name/IP.
    Backup the vCenter DB and SSL certs (this is very important).
    Power down the old vCenter.
    Re-IP/Re-Name the new to match the old.
    Copy the SSL certs to the proper location (C:\ProgramData\VMware\VMware VirtualCenter\SSL)
    Create your DSN and install vCenter using the old DB. The DB will be upgraded.
    Your hosts will automatically connect to the new server.

  • How to tell what was the latest patch installed on VMware ESX Server 3i, 3.5.0, 207095

    Hello Guys,
    I have been running an old server that was installed as a test system on a DELL workstation - Optiplex GX620 (32 bit).
    During the installation I had to confirgure the file: /usr/lib/vmware/installer/Core/TargetFilter.py to change the following line:
    "return interface.GetInterfaceType() == ScsiInterface.SCSI_IFACE_TYPE_IDE" to read:
    "return interface.GetInterfaceType() == ScsiInterface.SCSI_IFACE_TYPE_ISCSI" this made it worked and I have been using it for 3 years now. However, at this time I was hoping to update it with the latest patches and updates and I cannot figure out if I have ESXi or just ESX, nor what was my last update and what is required next.
    I have used this command to get the following output:
    # vmware -v
    VMware ESX Server 3i 3.5.0 build-207095
    ... I believe the 3i indicates that I have an ESXi 3.5.0 but is build-207095 the same buid as ESXi 3.5.0 Update 5?
    If not, how do I go about updating it? What is the KB # I should download?
    I can manage it using vSphere Client 5.5 and I can SSH into it using Putty.
    Note: When I run... "# esxupdate --bundle=ESXe350-201302401-I-SG.zip update" from within the folder where its at in the datastore, nothing happens... just a new line is scrolled.
    Also...
    # esxupdate query
    <?xml version="1.0"?>
    <query-response>
      <installed-packages>
        <package ID="ESX-207095">
          <name>firmware</name>
          <version>3.5.0</version>
          <rel>207095</rel>
        </package>
        <package ID="ESX-CLIENT-204907">
          <name>viclient</name>
          <version>2.5.0</version>
          <rel>204907</rel>
        </package>
        <package ID="ESX-TOOLS-207095">
          <name>tools</name>
          <version>3.5.0</version>
          <rel>207095</rel>
        </package>
      </installed-packages>
    </query-response>
    /vmfs/volumes/525300ce-5ff6ad3d-e2ed-0014222aedb7/Patches/ESXe350-201302401-O-SG #
    ... is there any further update for this system? I believe so as the Heartbleed patch etc. was not around when I was installing this server back in 2010.

    Hello Richardson Porto,
    I wanted to tell you that I appreciate the help so far.
    Also wanted to point out to you, that the KB indicated above is older than Update 5, which from your instructions is what I have installed. That KB is for U2.
    Now, the document definitely has step by step instructions on installing, querying etc. But my problem is ... NOT ALL COMMANDS WORK FOR ME!
    This is why I am here because all the instructions I have been reading does not work with my flavor of ESX 3.5.0, 207095... WHY? It has me stumped.
    For example, here are some commands the doc asked me to do and they failed: (Note that I had to unzip the folder on my windows box and upload it to /tmp using vSphere Client)
    /tmp # ls
    ESX350-201302402-BG      ESX350-201302402-BG.zip  vmhsdaemon-0
    /tmp # unzip ESX350-201302402-BG.zip
    -ash: unzip: not found                                                                                          -----------------------THIS COMMAND WAS NOT FOUND ?
    /tmp # cd ESX350-201302402-BG
    /tmp/ESX350-201302402-BG # esxupdate info
    Invalid command info                                                                                          -----------------------THIS COMMAND WAS INVALID ?
    /tmp/ESX350-201302402-BG # esxupdate update                                       -----------------------NOTHING HAPPENED HERE ?
    /tmp/ESX350-201302402-BG # ls -lh
    -rw-------    1 root     root       321.3k Dec 13 15:24 VMware-esx-scripts-3.5.0-988599.i386.rpm
    -rw-------    1 root     root         1.6k Dec 13 15:24 contents.xml
    -rw-------    1 root     root          701 Dec 13 15:24 contents.xml.sig
    -rw-------    1 root     root         1.4k Dec 13 15:24 descriptor.xml
    drwxr-xr-x    1 root     root          512 Dec 13 15:24 headers
    /tmp/ESX350-201302402-BG #
    NOTE: All these commands were run sequentially and I just copied and paste it from my SSH Client (PuTTy.exe)
    Is there a toolkit I need to install to have these commands or what really am I missing here? Host is in Maintenance Mode and the 1 VM that's on it is off!
    I am going to start a new discussion with this NEW ISSUE, since the Heading of this DISCUSSION has already been SOLVED! Thanks again!

  • Cannot add a Vcenter server in the MA portal -

    Hi,
    I have been working through the deployment instructions from the help documentation.  When I get to the section where you discover the source enterprise, I am unable to add our on-premise VCenter server.  Specifically - there are no "discovery
    agents" available in the drop down.  I have attached a screenshot of what I see when I try to do this.  I have ready through and tried the recommended troubleshooting steps from item 3 in this document
    http://blogs.technet.com/b/srinathv/archive/2014/10/28/troubleshooting-migration-accelerator-deployment.aspx to no avail. 
    So far I have confirmed that the CS can see the on-premise PS server- and is visible in the Process Server section of the agent settings (Settings-->Settings-->Agent Settings).
    I have also confirmed that the CS can sync with the RX (Settings-->Advanced Configuration Settings-->RX Settings) .
    I am hoping I missed something simple - any help will be much appreciated.
    thanks,
    Fred

    Hi,
    I can see your point...
    From my error :Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 configure_server_for_cluster lun /dev/mapper/35000144f85151729 0004fb0000050000c696b251dc81a087 , Status: org.apache.xmlrpc.XmlRpcException: exceptions.OSError:[Errno 2] No such file or directory
    /dev/mapper/35000144f85151729 is the path where the server pool uses for it's own...
    and
    0004fb0000050000c696b251dc81a087 is the Pool file System...
    On storage menu, at SAN Servers - Unmanaged iSCSI Storage Array - where I see my storage wich is with iSCSI at Add/Remove Admin Servers I added this new server.
    Also I went to Rescan Physical Discks for my new server.
    When I go with putty on my server and run
    df -h
    I don't see any storage...
    I belive I missed one step but I can't find wich one...
    Regards
    Nicolae

  • Diagnostics / Connectivity from virtual appliance to vcenter Server FAILED

    Hi,
    I'm currently tryining to setup the Support Assistant (VSA) in our vSphere 5.1 environment. Registration to the vCenter was successful after some initial troubles. But when wunning thie VSA Diagnostics it fails at one point:
    Connectivity from virtual appliance to vcenter Server FAILED
    But on the VSA's console I can connect to the vCenter
    - name resoluttion is OK
    - vCenter is pingable
    - wget https://vcenter.domain.local   brings up an error regarding the vCenter's certificate:
    ERROR: cannot verify vcenter.domain.local's certificate, issued by `/O=VMware, Inc./OU=vCenterServer_2012.10.22_111554/CN=vcenter.domain.local/emailAddress=[email protected]': Unable to locally verify the issuer's authority.
    ERROR: certificate common name `VMware default certificate' doesn't match requested host name `vcenter.domain.local'.
    - wget https://vcenter.domain.local --no-check-certificate   works. Turns the errors above into warnings but connects and downloads the index.html.
    What am I doing wrong? Any help appreciated!

    Opened a SR with VMware and they've provided me with an unofficial updated version of the Support Assistant. This one fixed the failing connection to our vCenter. Now diagnostics fails on trying to connect to VMware, its working though. It's confirmed by VMware that this is just a cosmetic issue.

  • Can i change the Domain membership of Vcenter server 6.0 ??

    Hello All,
    We have VCenter server 6.0 and we have joined the server to On-premise AD ,   call it as X.com
    Also we have our cloud set-up and most of the applications are running on it , we have an AD in cloud,  call it as Y.com, we are planning to decommission the on-primes AD and use the Y.com as the single domain name ,
    All host in the VCenter can also communicate to Cloud,
    we have all necessary connectivity and S-S VPN set up between On-prime to cloud, DNS and Network connectivity is checked and working fine.
    Can i simply join the VCenter server to Y.com ??
    Will that have affect on SSO and Webclient ??
    should i perform any additional steps so that my current set up is not interrupted ?
    any other method to perform this activity ??
    Your valuable inputs are much needed. Thanks in Advance

    Hi,
    There are a number of options, I suppose it depends on the complexity of your vCenter. Before doing anything I'd recommend to backup:
    - vCenter DB
    - SSO configuration
    - SSL Certificates
    - Snapshot existing VCS (if possible).
    So, changing you vCenter domain will ultimately cause an outage whilst you reboot the machine for this to happen. Afterwards, you will likely see issues relating to FQDN change (vcenter.X.com has now become vcenter.y.com). Ensure that you have proper DNS resolution setup for this move in place.
    I would also make sure that you have your [email protected] credentials handy and working and that you create an extra Identify Source of y.com domain before proceeding.
    Ideally, this would be something to try and test before proceeding if at all possible.

  • Power On VM - Permissions Denied after upgrade to vCenter Server Appliance 6

    After upgrading to vCenter Server 6 from 5.5 some of our users permissions seem to have changed. We have assigned permissions to groups of users at a folder level to manage and see only their VMs. This role allows them to perform common tasks.
    After upgrading, when a user tries ot power on one of their VM's they receive the following error:
    Name: Power On Virtual Machine
    Status: Permission to perform this operation was denied. You do not hold privilege "System > Read" on host ""
    We can resolve the issue by giving the users read only privaledges at the host level and not propogate but this is a lot of work in our environments to perform this on all hosts for our users. Has something changed in vsphere 6?

    I have the same issue with Win vCenter 6.0.0 2656760.
    With 5.5u2 roles work perfectry.
    Role is assigned to a folder with VMs (not hosts or datacenter)

  • Vmware ESX Server

    Hi folks,
    is it possible to install vmware ESX Server (not OSX+Fusion) directly on my Mac Pro? I would like to have a very good hardware-based machine for the datacenter, and virtualize all guests using ESX.
    Any advice will be appreciated
    Best Regards
    Andrea
    Message was edited by: riela

    Contact VM Fusion for this matter. If there's a compatible server edition (and I think there is) you will not find it here but at their website. For support join their forums (free) and go to the appropriate support forum.

  • VMware vCenter Application Discovery Manager 6.2.2 is now generally available

    Hello all,
    We are pleased to announce that VMware vCenter Application Discovery Manager 6.2.2 is now generally available.
    If you have purchased the product, you can download it from the Application Discovery Manager home page.
    vCenter Application Discovery Manager 6.2.2 is a maintenance release.
    Support for VMware vSphere 5.0 has been added to this release.
    The release notes and guides are available here.
    Best regards,
    The VMware vCenter Application Discovery Manager team

    There is no open source version of vADM.  What you are probably looking at is a list of open source components that are included inside the vADM image.  We list all open source component for compliance reasons.
    The installation steps for vADM can be found in the Administrator Guide.
    I hope this helps.

Maybe you are looking for

  • Time capsule vs. External hard drive for periodic back-ups

    Hope this is the right forum. At home I have the old "Back-Up" program that I use for quarterly back ups of certain files as scheduled. Love it. Was gonna set that up on our new(er) Macs here at work only to discover that program was replaced by Time

  • Urgent!! How to include 'ALL' parameters in BI Pub 10g sql

    Hello Got a situation where i got parameter in a sql for a LOV. LOV returns list of values. In BI Publisher 10g, for LOV paramter we have option for selecting 'All'. When we select that option we get ALL in the LOV. in my scenario , BI Pub report is

  • I downloaded an update and now no browsers work -- not firefox nor explorer.

    i opened firefox and it told me to wait a few moments while it updated. when it finished updating the page said i should download to the latest version, and i did. after the d/l was complete, it said it installed correctly and from that point on, nei

  • PPro CS5 Playback through Intensity Pro HDMI Out?

    I'm a long time FCP user and have been using the Intensity Pro card to provide HDMI for video monitoring. Can I do this with Premiere Pro CS5?    I've updated the Intensity Pro drivers to the latest and selected Blackmagic Player in the PPro preferen

  • Hiss with 5G when using SoundDock or similar ONLY when Backlight OFF

    I've found this problem on two 30gig 5G iPods and I think it may be present on all. -If battery is full (completely) -If backlight is OFF -iPod connected to a set of speakers via dock connecter AND the speakers control the volume, not the wheel on th